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


/* ===================================================
		MIN WIDTH 
=================================================== */
@media screen and (min-width: 1200px) {
    .bottom-border {
        width: 439.23px;
        height: 30px;
        margin-top: -20px;
    }

    .page-template-page-lp .splash {
        background-position: 20%;
    }
}

@media screen and (min-width: 1300px) {
    .page-template-page-lp .splash {
        background-position: 13%;
        padding-right: 5%;
    }
}

/* ADDED */
@media screen and (min-width: 1400px) {
    .left-nav-buttons {
        display: none !important;
    }

    .right-nav-buttons {
        display: flex !important;
        flex-direction: row;
        align-items: center;
    }
}

/* END ADDED (above )*/

@media screen and (min-width: 1600px) {
    .page-template-page-lp .splash {
        background-position: left;
    }
}

@media screen and (min-width: 1900px) {
    .home-bottom-section {
        padding-top: 25%;
    }
}

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

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

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


/* ------------------------------ 
	768px SMALL
------------------------------ */
@media (min-width: 768px) {
    .hide-mobile {
        display: block;
    }

    .show-mobile {
        display: none;
    }
}


@media (min-width: 576px) {
    .modal-dialog {
        max-width: 750px;
        margin: 6.75rem auto;
    }
}


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

@media (min-width: 768px) and (max-width: 1199px) {
    .card-title {
        font-size: 20px;
    }
}

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


/* ===================================================
		MAX WIDTH 
=================================================== */
@media screen and (max-width: 1199px) {
    h1 {
        font-size: 80px;
    }

    h2 {
        font-size: 65px;
    }

    .bottom-border {
        width: 385.2px;
        height: 20px;
    }

    .page-template-page-lp .splash {
        background-position: 0%;
        padding-bottom: 2%;
    }

    .page-template-page-lp .splash h1 {
        margin-top: -15px;
    }

    .quote-text {
        font-size: 20px;
        line-height: 1.5;
    }

    .page-template-page-lp .body .signature,
    .page-template-page-about .body .signature {
        font-size: 40px;
    }
}

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

    nav,
    .navbar-nav {
        min-width: 150px;
        margin-top: 10px !important;
    }

    .nav-link.anchor-theme-secondary {
        background: white;
    }

    .nav-link {
        background: var(--red);
    }

    h1 {
        font-size: 58px;
    }

    h2 {
        font-size: 50px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .bottom-border {
        width: 304.16px;
    }

    .header-logo {
        width: 100px;
    }

    .navbar {
        /* justify-content: end; */
        padding: 1rem 0;
    }

    .navbar-toggler {
        border-color: white;
        padding: 0.1rem 0.6rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border-radius: 0.25rem;
        width: 60px;
    }

    .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg%27%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

    .donate-btn {
        margin-left: 0;
    }

    .page-template-page-lp .splash {
        background-position-x: 80%;
        background-position-y: 80%;
        padding-top: 60%;
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.3617822128851541) 78%), url("/wp-content/uploads/sites/175/2022/02/1_hero_bg.jpg");
    }

    .page-template-page-lp .splash h1 {
        margin-top: -10px;
        margin-top: -15px;
    }

    .page-template-page-lp .mobile-splash h1 {
        margin-top: -10px;
        margin-top: -15px;
    }

    .page-template-page-lp .splash h3 {
        font-size: 17px;
        margin-top: -13px;
    }

    .page-template-page-lp .mobile-splash h3 {
        font-size: 17px;
        margin-top: -13px;
    }

    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
        min-height: 3rem !important;
    }

    .quote-section-img {
        height: 470px;
        margin-bottom: 100px;
    }

    .card-container {
        padding-bottom: 50px !important;
    }

    .page-template-page-about .img-row img {
        height: 330px;
        /* height: 250px; */
    }

    .page-template-page-volunteer form {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        margin-bottom: 0px !important;
    }

    .page-template-page-volunteer .gform_footer {
        justify-content: center;
    }

    .side-articles {
        border-left: 0;
    }
}


@media screen and (max-width: 771px) {
    .issues-menu {
        padding-left: 1rem;
    }

    .page-template-page-issues .signature {
        font-size: 39px;
    }
}

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

@media screen and (max-width: 600px) {
    .page-template-page-lp .splash {
        background-position: 80%;
    }

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

@media screen and (max-width: 576px) {
    .issues-menu {
        border-right: none;
        border-left: 2px solid var(--red);
        padding-left: 25px;
    }
}


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

@media screen and (max-width: 450px) {
    h1 {
        font-size: 35px;
        line-height: 1.25;
    }

    h2 {
        font-size: 25px;
    }

    .quote-section-img {
        height: 380px;
    }

    .page-template-page-lp .splash h3 {
        font-size: 10px;
    }

    .page-template-page-lp .mobile-splash h3 {
        font-size: 10px;
    }

    .bottom-border {
        width: 177.45px;
        height: 10px;
    }

    .page-template-page-issues .body h3 {
        font-size: 20px;
    }

}

@media screen and (max-width: 400px) {
    .quote-section-img {
        height: 300px;
    }

    .mobile-bg-img {
        height: 410px;
        background-position: 78%;
    }
}

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

    .quote-section-img {
        height: 250px;
    }
}

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