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


/* ===================================================
		MIN WIDTH 
=================================================== */
@media (min-width: 576px) {
    .page-template-page-no-one .banner-section .banner-profile-cutout {
        position: absolute;
        /* width: 495px; */
        width: 130%;
        left: -15%;
        bottom: 0;
    }
}

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

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

@media (min-width: 992px) {

    .page-template-page-home nav a {
        color: #fff;
    }

    .page-template-page-home nav .current-menu-item a {
        font-weight: 700;
        color: var(--red);
    }

    #gform_1 {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }

    #gform_1 .gform_body {
        width: 75%;
    }

    #gform_1 .gform_footer {
        margin-block-start: 0;
    }

    .splash .hero-state-img {
        position: relative;
        top: 90px;
        z-index: 1;
    }

    .page-template-page-facts .splash h1,
    .page-template-page-media .splash h1 {
        position: relative;
        top: 50px;
    }

    .ohio-cutup {
        padding: 150px 0;
    }

    .ohio-redtape {
        padding-bottom: 150px;
    }


}

@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: 60px;

    }

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

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

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

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

    .page-template-page-about .splash {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/gehudim/sites/235/2024/04/2_hero_d.jpg');
        background-size: cover;
        background-position: left center;
        background-repeat: no-repeat;
    }

    .navbar-nav {
        width: fit-content;
        background: #fff;
        text-align: center;
    }

    nav a {
        color: #004B8C;
    }

    .nav-donate-btn {
        background-color: #D61E08;
        transition: all 200ms linear;
    }

    .nav-donate-btn span,
    .nav-donate-btn span:hover {
        background-color: transparent;
    }

    .nav-donate-btn:hover {
        background-color: #004B8C;
    }

    .ohio-redtape {
        padding-bottom: 60px;
    }
}


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

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

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

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

    .page-template-page-home .splash {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url('/gehudim/sites/235/2024/04/1_hero_d.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .article-post .h2 {
        font-size: 22px;
    }

    .article-post p,
    .read-more {
        font-size: 18px;
    }

    .logo {
        max-width: 180px;
    }
}

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

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


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

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

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