

/* SECTION # SKILLS */

.sect-3 {
  background-color: #ffffff;
  display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    padding: auto;
    top: 0;
    left: 0; 
  }
  @media (max-width: 400px) {
    .section-title-wrap-3 h2{
      font-size: 3rem;
          text-align: center;
    }
    div.section-title-wrap-3 p{
      font-size: 1rem;
          text-align: center;
    }
  }
  
  
  main {
    padding: 10vw 0;
  }
  .colorslide{
    margin: 10%;
  }
  .inner {
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
  }

  .inner li {
    margin: 10vw 0;
    text-align: left;
  }
  .inner p {
    display: block;
    color: #0e0e0e;
    font-family: 'Roboto';
    font-size: 2vw;
    font-weight: 400;
    line-height: 1.2;
  }
  @media (max-width: 767px) {
    .inner p {
      font-size: 15px;
    }
  }
  p + p {
    margin-top: 10px;
  }
  li:first-child {
    margin-top: 0;
  }
  li:last-child {
    margin-bottom: 0;
  }
  li:nth-child(even) {
    text-align: right;
  }
  a {
    color: #fff;
  }
  a:hover {
    text-decoration: none;
  }
  [data-reveal="content"] {
    display: inline-block;
    position: relative;
  }
  [data-reveal="cover"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    z-index: 1;
  }
  [data-reveal="text"] {
    opacity: 0;
  }
  [data-js="reveal"].loaded [data-reveal="cover"] {
    -webkit-animation: reveal-cover 1.5s ease-in-out;
            animation: reveal-cover 1.5s ease-in-out;
  }
  [data-js="reveal"].loaded [data-reveal="text"] {
    opacity: 1;
    -webkit-animation: reveal-text 1.5s ease-in-out;
            animation: reveal-text 1.5s ease-in-out;
  }
  @-webkit-keyframes reveal-cover {
    0% {
      width: 0;
      left: 0;
    }
    44% {
      width: 100%;
      left: 0;
    }
    54% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @keyframes reveal-cover {
    0% {
      width: 0;
      left: 0;
    }
    44% {
      width: 100%;
      left: 0;
    }
    54% {
      width: 100%;
      left: 0;
    }
    100% {
      width: 0;
      left: 100%;
    }
  }
  @-webkit-keyframes reveal-text {
    0% {
      opacity: 0;
    }
    44% {
      opacity: 0;
    }
    54% {
      opacity: 1;
    }
  }
  @keyframes reveal-text {
    0% {
      opacity: 0;
    }
    44% {
      opacity: 0;
    }
    54% {
      opacity: 1;
    }
  }
  



  