/* Extra Extra Large Devices */
@media(min-width:2000px) {
    html{
        font-size: 70%;
    }
}
/* Extra Large Devices */
@media(min-width:1200px) {
    #home .experience {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #home .experience span {
        max-width: 550px;
        text-align: left;
        margin-left: 3rem;
    }

    #about section div.margin-right {
        margin-right: 8%;
    }

    .margin-left {
        margin-left: 15%;
    }
    
    .margin-right {
        margin-right: 15%;
    }
    
    .center {
        width: 70%;
        margin: 0 auto;
    }
    
    .menu-toggle {
        display: none;
    }

    #home nav {
        display: block;
    }

    #home nav li {
        display: inline-block;
        margin: 3rem;
    }

    #home li a {
        font-size: 2rem;
        -webkit-transition: 200ms;
        -o-transition: 200ms;
        transition: 200ms;
        padding-bottom: 1rem;
    }

    #home li a:hover {
        border-bottom: 0.8px solid #F28705;
        color: #F28705;
    }


    #about {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    #about section {
        min-height: 80vh;
        margin: 0;
    }

    .carousel{
        width: 50vw !important;
        height: 80vh !important;
    }

    .box-email {
        position: static !important;
    }

    .social-links {
        position: fixed;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .social-links a { 
        border-radius: 0 4px 4px 0;
        -webkit-transition: 600ms;
        -o-transition: 600ms;
        transition: 600ms;

        -webkit-box-pack: end;

            -ms-flex-pack: end;

                justify-content: flex-end;
    }

    
    .social-links a:hover {
        width: 17rem;
    }
    
    .social-links a:hover p {
        display: block;
        font-size: 1.6rem;

        text-indent: -10rem;
    }



}
/* Large Devices */
@media(min-width:962px) {

    #services {
        margin: 10rem 0;
    }

    #services article {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    #services .card {
        width: 40%;
        -webkit-transition: 500ms;
        -o-transition: 500ms;
        transition: 500ms;
        
    }

    #services .card:hover {
        -webkit-box-shadow: 8px 9px 28px -4px rgba(0,0,0,0.30);
        box-shadow: 8px 9px 28px -4px rgba(0,0,0,0.30);
    }

    .carousel{
        display: block;
        width: 100vw;
        height: 60vh;
    }

    .img-phone{
        display: none;
    }

    .carousel div {
        width: 100%;
        height: 100%;
        outline: none;
    
    }
    
    .carousel .slide-1 {
        background: url(../assets/carosel-2.jpg);
        
        background-size: cover;
        background-position: center center;
    
    }
    .carousel .slide-2 {
        background: url(../assets/carosel-1.jpg);
        
        background-size: cover;
        background-position: center;
    
    }
    .carousel .slide-3 {
        background: url(../assets/carosel-3.jpg);
        
        background-size: cover;
        background-position: center;
    
    }
    
    button.slick-prev {
        z-index: 1!important;
        left: 5%!important;
    
    }
    button.slick-next {
        z-index: 1!important;
        right: 5%!important;
    
    
    }
    
    .slick-prev:before,
    .slick-next:before {
        content: ''!important;
    }
    
    .slick-prev {
        width: 4rem!important;
        height: 8rem!important;
        background: url(../assets/arrow-prev.svg) no-repeat !important;
        background-size: 100%!important;
    }
    
    .slick-next {
        width: 4rem!important;
        height: 8rem!important;
        background: url(../assets/arrow-next.svg) no-repeat !important;
        background-size: 100%!important;
    
    }
    
    .slick-dots {
        bottom: 40px!important;
    }
    
    .slick-dots li button:before {
        font-size: 2rem!important;
        color: white!important;
        opacity: 1!important;
    }
    
    .slick-dots li {
        margin: 0 0.3rem!important;
    }
    
    .slick-dots li.slick-active button:before {
        opacity: 1!important;
        color: #F28705!important;
    }
}

/* Small Devices */
@media(max-width:576px){
    html {
        font-size: 50%;
    }

    #contact footer .box-icons {
        flex-direction: column;
        margin-left: 10%;
    }

    #contact footer .box-icons a:first-child {
        margin-bottom: 2rem;
    }
}
/* Extra Small Devices */
@media(max-width: 340px) {
    html{
        font-size: 40%;
    }
}

/* Height */
@media(max-height:720px) and (min-width:577px) and (max-width:1366px) {
    html {
        font-size: 45%;
    }
}

@media (min-height:1100px) {
    html {
        font-size: 75%;
    }
}