/* ======== RESPONSIVE CSS ========= */


/* ===================================================
		MIN WIDTH 
=================================================== */
@media (min-width: 576px) {}

@media (min-width: 641px) {}

@media (min-width: 768px) {
    footer .spacer {
        height: 120px;
    }


}

@media screen and (min-width: 992px) {
    .navbar-collapse {
        justify-content: center;
    }

    .body-spacer {
        height: 150px;
    }

    footer .spacer {
        height: 300px;
    }


}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1300px) {}

@media screen and (min-width: 1400px) {}




/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1199px) {

    h1,
    .h1 {
        font-size: 65px;
    }

    .heading-text-img {
        height: 90px;
    }

    .page-template-page-home .banner-slider .slide img {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {

    h2,
    .h2 {
        font-size: 30px;
    }

    .page-template-page-home .splash .heading-text-img {
        height: 100px;
    }

    .page-template-page-home .meet-section {
        padding-top: 50px;
    }

    .page-template-page-home .banner-slider .slide img {
        height: 300px;
    }

    .card-content h4 {
        font-size: 20px;
        margin-bottom: 30px;
    }

    .header-logo {
        max-width: 150px;
    }


}


@media screen and (max-width: 771px) {
    .navbar-nav {
        text-align: center;
        width: fit-content;
        float: right;
        background: #003D79;
    }

    nav a.nav-link {
        font-size: 20px;
        padding: 10px 30px !important;
    }


    .page-template-page-home .splash {
        height: 350px;
    }

    .page-template-page-home .splash .heading-text-img {
        height: 80px;
    }

    h1,
    .h1 {
        font-size: 55px;
    }

    h2,
    .h2 {
        font-size: 25px;
    }

    h3,
    .h3 {
        font-size: 23px;
        line-height: 1;
    }

    p,
    .p {
        font-size: 18px;
    }

    .heading-text-img {
        height: 70px;
    }

    .page-template-page-home .banner-slider .slide img {
        height: 250px;
    }



}

@media screen and (max-width: 640px) {
    /* #field_submit {
        justify-content: center;
    } */

}

@media screen and (max-width: 600px) {

    /* Reset for Mobile Admin bar */
    body {
        position: initial;
    }
}

@media screen and (max-width: 576px) {}


@media screen and (max-width: 500px) {}

@media screen and (max-width: 450px) {

    h2,
    .h2 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    h1,
    .h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 400px) {}

@media screen and (max-width: 380px) {}




/* ===================================================
		MIN - MAX WIDTH 
=================================================== */
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}