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


/* ===================================================
		MIN WIDTH 
=================================================== */
@media (min-width: 576px) {
    .footer-logo {
        position: absolute;
        left: 0;
        top: 20%;
        width: 115%;
        z-index: 10;
    }
}

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

@media (min-width: 768px) {
    .yellow-banner .tagline {
        margin-top: -15px;
    }
}

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

    .splash-cutout {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

}

@media screen and (min-width: 1200px) {
    .splash-cutout {
        width: 545px;
    }
}

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

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




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

@media screen and (max-width: 991px) {
    .page-template-page-home .splash {
        padding-top: 80px;
    }

    .yellow-banner .h1 {
        font-size: 96px;
    }
}


@media screen and (max-width: 771px) {
    .yellow-banner .h1 {
        font-size: 70px;
    }

    .yellow-banner h2 {
        font-size: 22px;
    }

    .navbar-nav {
        width: 200px;
        margin-top: 10px;
        text-align: center;
    }

    .navbar-collapse {
        position: absolute;
        left: 0;
        /* right: 50px; */
        top: 40px;
    }

}

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

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

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

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

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


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

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

    .yellow-banner .h1 {
        font-size: 12vw;
    }
}

@media screen and (max-width: 450px) {
    .yellow-banner h2 {
        font-size: 16px;
    }
}

@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) {}