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


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

@media (min-width: 641px) {
    #bouchard-form .ginput_container_checkbox {
        column-count: 2;
    }
}

@media (min-width: 768px) {
    .page-template-page-home .splash {
        background-color: #021A41;
        padding: 160px 0 50px 0;
    }

    .page-template-page-home .splash .hero-profile {
        position: absolute;
        height: 100%;
        width: auto;
        bottom: 0;
        left: -140px;
    }
}

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

    .page-template-page-home .splash .hero-profile {
        left: 50%;
        transform: translate(-122%);
    }

    .footer-img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center right;
    }

    .footer-img-absolute {
        position: absolute;
        width: 420px;
        bottom: -80px;
        left: 50%;
        transform: translate(-57%);
    }
}

@media screen and (min-width: 1200px) {
    .footer-img-absolute {
        width: 470px;
    }
}

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

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




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

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

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

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

    .h2.table-title {
        font-size: 60px;
    }

    .page-template-page-facts .about-section h2 {
        font-size: 35px;
    }
}

@media screen and (max-width: 991px) {
    .page-template-page-facts .splash .police-light {
        margin-bottom: -60px;
    }

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

    .h2.table-title {
        font-size: 55px;
    }

    .navbar-nav#menu-menu {
        width: fit-content;
        background-color: #021A41;
    }

}


@media screen and (max-width: 767px) {
    .checkmark-bullet-list {
        font-size: 20px;
    }

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

    .mobile-colors .f-yellow {
        color: #0040A8;
    }

    .mobile-colors .text-white {
        color: #021A41 !important;
    }

    .mobile-colors #bouchard-form .ginput_container input:not(.gfield-choice-input) {
        border: none;
        color: #021A41;
        background-color: #fff;
    }
}

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


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

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

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

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

    .page-template-page-facts .about-section h2 {
        font-size: 25px;
    }

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

    h4,
    .h4 {
        font-size: 19px;
    }
}

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