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


/* ===================================================
		MIN WIDTH 
=================================================== */
@media (min-width: 500px) {
    .header-logo-width {
        width: 180px;
    }

    .primary-img {
        height: 278px;
        width: 280px;
        object-fit: cover;
    }

    .secondary-img {
        width: 200px;
        height: 131px;
    }
}

@media (min-width: 576px) {
    .bullet-points-container {
        max-width: 635px;
        min-width: 564px;
    }

    #center-img {
        width: 41%;
        position: absolute;
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%;
    }

    .bio-hero-img {
        width: 33%;
        display: block;
    }
}

@media (min-width: 768px) {
    h1 {
        font-size: 90px;
        line-height: 93px;
    }

    h4 {
        font-size: 30px;
    }

    .header-logo-width {
        width: 213px;
    }

    .footer-logo-width {
        width: 327px;
    }

    .page-template-page-home .card-section {
        margin-top: -100px;
    }

    .page-template-page-issues .card-section p {
        max-width: 403px;
    }

    .img-grid img {
        width: 48%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0 !important;
        padding-right: 1.5rem !important;
    }

    .page-template-page-home .card-section {
        margin-top: -155px;
    }

    .banner-bottom-images {
        margin-top: -180px;
    }

    .banner-top-images {
        margin-bottom: -190px;
    }

    .primary-img {
        width: 340px;
        height: 340px;
    }

    .secondary-img {
        width: 260px;
        height: 191px;
    }

    /* CHECKBOX STYLING!!!! */
    .gfield_checkbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .gchoice {
        width: 32% !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .gchoice label {
        white-space: nowrap;
    }

    /* END CHECKBOX STYLING!!!! */
}

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





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

@media screen and (max-width: 991px) {
    .header-logo {
        width: 100px;
    }

    /* .navbar {
        padding: 1rem 0;
    } */

    .gform_wrapper.gravity-theme .gfield {
        grid-column: 1/-1 !important;
    }

    .form-container {
        max-width: 670px;
        width: 90%;
    }

}


@media screen and (max-width: 771px) {
    .page-template-page-issues .card-section .blue-card {
        width: 100%;
    }
}

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

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

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

@media screen and (max-width: 576px) {
    .page-template-page-bio h1 {
        font-size: 40px;
    }

    #center-img,
    .bio-hero-img {
        max-height: 300px;
        object-fit: cover;
    }
}

@media screen and (max-width: 500px) {
    .primary-img {
        height: auto;
        width: 60%;
        object-fit: cover;
        margin: 0 !important;
    }

    .banner-bottom-images .primary-img {
        height: auto;
        width: 53%;
    }

    .banner-bottom-images .secondary-img {
        align-self: center;
    }

    .secondary-img {
        width: 85%;
        height: 60%;
        /* margin: 5px !important; */
    }


}

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

@media screen and (max-width: 350px) {
    h1 {
        font-size: 40px;
    }
}


/* ===================================================
		MIN - MAX WIDTH 
=================================================== */
@media (min-width: 992px) and (max-width: 1199px) {
    .page-template-page-home .splash h1 {
        font-size: 80px;
    }

    .bullet-text {
        font-size: 18px;
    }
}

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

@media (min-width: 768px) and (max-width: 991px) {
    .page-template-page-bio h1 {
        font-size: 70px;
    }
}