/* GENERAL */

@media (max-width: 576px) {
    .section-padding {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}


/* NAV */

@media (max-width: 992px) {
    .navbar-brand {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        top: 0;
    }

    .navbar-brand img {
        width: 175px;
    }

    .broad .container {
        position: absolute;
        top: 10%;
        text-align: center;
    }

    .broad .container .logo {
        width: 250px;
    }
}


/* MAIN SLIDER */

@media (max-width: 576px) {

    #slider-section .slide {
        height: 90vh;
    }
    
    #slider-section .container .title {
        font-size: 1.5rem;
    }

    #slider-section .container .lead {
        font-size: 1rem;
        font-family: 'Open Sans', sans-serif;
        font-weight: 300;
    }


}



/* WHO WE ARE */
@media (max-width: 576px) {

    .about-sec .behind-overlay {
        display: none;
    }

    .about-sec .about-sec-detail .about-img-holder {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 20px 0 20px 0;
    }
}

@media (min-width: 576px) {

    .about-sec .about-sec-detail .about-img-holder {
        width: 50%;
        height: 50%;
    }
}

@media (max-width: 576px) {

    .team-sec .team-navigation {
        display: block;
    }
    
}

/* SERVICES */

@media (max-width: 576px) {
    #our-services .nav-item a span {
        font-size: 13px;
    }

    #our-services .nav-item .nav-link {
        padding: 0 20px;
    }

    #our-services .tab-content .tab-title {
        display: none;
    }

    #our-services .img-container {
        padding-bottom: 50%;
        background-position: bottom;
    }
}

/* PORTFOLIO */

@media (max-width: 576px) {
    .portfolio-sec #project-description h3 {
        font-size: 1.2rem;
        margin-top: 25px;
    }
}