#one {
    display: flex;
    padding-left: 4rem;
    padding-right: 4rem;
    text-align: left;
}

#one .inner {
    padding-left: 4rem;
    padding-right: 4rem;
    max-width: 100%;
}

#one {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/banner.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/banner.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/banner.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/banner.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#two {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic01.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic01.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic01.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic01.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#three {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic02.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic02.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic02.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic02.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#four {
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic03.jpg");
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic03.jpg");
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic03.jpg");
    background-image: linear-gradient(top, rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("../../images/pic03.jpg");
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.icon {
    background-color: white;
}


.icon:hover {
    color: #ffffff;
}

.icon:hover {
    background-color: rgba(190, 190, 190, 0.4);
    transition: all 0.5s ease-in-out;
}

.tae-pic {
    border-radius: 50%;
    width: 25rem;
    height: 25rem;
}

.company-name {
    color: #2ddbcd;
}

.tae-tech-icons {
  display: grid;
  grid-template-columns: repeat(6, 5em);
  grid-gap: 1px;
  justify-items: center;
  height: auto;
}

.small-tech-icons {
    font-size: 10px;
}

.small-tech-icons p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
}

.small-tech-icons img {
    width: 28px;
    height: 28px;
}

.spotlight .image img {
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.spotlight .image {
    height: 100%;
}

.spotlight {
    height: 100%;
}

.features {
    list-style: none;
}

.features .projects-gif {
    padding: 0;
}

.features .projects-gif a {
    border-bottom: none;
    height: 100%;
}

.features .projects-description {
    padding: 40px;
}

.features .projects-gif img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.features li {
    height: 365px;
}

.project-logos {
    height: 50px;
}

.project-links {
    display: flex;
    justify-content: space-evenly;
}

.project-links a {
    width: 40%;
    border-radius: 5px;
    border: 1px solid #ffffff;
}

.skills-tech-icons img {
    width: 150px;
    height: 150px;
}

.skills-tech-icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: auto;
    justify-items: center;
}

.skills-tech-icons p {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.icons .contact-logos, .icons .contact-logos:hover {
    background-color: transparent;
}


@media screen and (min-width: 2000px) {
    #one {
        padding-left: 150px;
        padding-right: 150px;
    }

    .tae-pic {
        margin-left: 200px;
    }
}

@media screen and (max-width: 1280px) {
    #one {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .tae-pic {
        width: 20rem;
        height: 20rem;
        margin-bottom: 3rem;
    }

    #one .inner {
        padding-left: 1rem;
        padding-right: 1rem;
        width: 40rem;
    }
}

@media screen and (max-width: 980px) {
    .small-tech-icons {
        justify-content: center;
    }

    .spotlight .content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .spotlight .content p {
        width: 400px;
        text-align: center;
    }

    .skills-tech-icons img {
        width: 75px;
        height: 75px;
    }

    .button {
        padding: 0;
    }

    .spotlight {
        height: 100%;
    }

    .spotlight .image img {
        object-fit: cover;
    }

    .spotlight .image {
        height: 330px;
    }
}

@media screen and (max-width: 736px) {
    #one {
    padding-left: 5px;
    padding-right: 5px;
    }

    .tae-pic {
        width: 12rem;
        height: 12rem;
    }

    .small-tech-icons {
        grid-template-columns: repeat(3, 9em);
    }

    .spotlight .content p {
        width: 90%;
    }

    .features li:nth-child(1) {
        order: 1;
    }
    .features li:nth-child(2) {
        order: 2;
    }
    .features li:nth-child(3) {
        order: 4;
    }
    .features li:nth-child(4) {
        order: 3;
    }
    .features li:nth-child(5) {
        order: 5;
    }
    .features li:nth-child(6) {
        order: 6;
    }

    .features .projects-gif img {
        width: 100%;
        object-fit: fill;
    }

    .features li {
        height: auto;
        max-height: 300px;
    }

    #three, #four {
        padding-left: 0;
        padding-right: 0;
    }

    .skills-tech-icons {
        grid-template-columns: repeat(4, 1fr);
    }

    .spotlight .image img {
        object-fit: fill;
    }

    .spotlight .image {
        height: 330px;
    }
}

/* ANIMATIONS */

.fadeInLeft p {
  animation: fadeInLeft 0.5s ease-in both;
}

.fadeInLeft p:nth-child(1) { animation-delay: .3s }
.fadeInLeft p:nth-child(2) { animation-delay: 0.6s }
.fadeInLeft p:nth-child(3) { animation-delay: 0.9s }
.fadeInLeft p:nth-child(4) { animation-delay: 1.2s }
.fadeInLeft p:nth-child(5) { animation-delay: 1.5s }
.fadeInLeft p:nth-child(6) { animation-delay: 1.8s }
.fadeInLeft p:nth-child(7) { animation-delay: 2.1s }
.fadeInLeft p:nth-child(8) { animation-delay: 2.4s }
.fadeInLeft p:nth-child(9) { animation-delay: 2.7s }
.fadeInLeft p:nth-child(10) { animation-delay: 3.0s }
.fadeInLeft p:nth-child(11) { animation-delay: 3.3s }
.fadeInLeft p:nth-child(12) { animation-delay: 3.6s }
.fadeInLeft p:nth-child(13) { animation-delay: 3.9s }
.fadeInLeft p:nth-child(14) { animation-delay: 4.2s }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}