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


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

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

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

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

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

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


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

    .page-template-page-bio .splash .container,
    .page-template-page-issues .splash .container,
    .page-template-page-join .splash .container,
    .page-template-page-news .splash .container {
        position: relative;
        left: 0;
        transform: none;
    }

    [src*="blue"] {
        display: block;
    }

    [src*="white"] {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-expand-sm {
        flex-flow: column nowrap !important;
    }
}

@media screen and (max-width: 991px) {
    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .page-template-page-bio .object-fit {
        height: 322px;
        object-fit: cover;
    }

    .gform_button,
    button {
        margin: 0;
    }
}


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

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

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

    .name {
        font-size: 86px;
    }

    .page-template-page-bio .object-fit {
        height: 234px;
    }

    .page-template-page-issues .splash h1 {
        -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }
}

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

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

    .slide img {
        width: 100%;
        height: 363px;
    }

    .gform_wrapper.gravity-theme .gform_fields {
        grid-row-gap: 0 !important;
    }
}

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

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

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

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

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

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

    .navbar-toggler {
        position: absolute;
        top: 0;
        right: 0;
        border-color: white;
        padding: 0.25rem 0.75rem;
        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");
    }

    .nav-link {
        padding: 0.25rem 0.75rem !important;
    }

    .name {
        font-size: 78px;
    }

    .page-template-page-bio .object-fit {
        height: auto;
    }

    .gform_button {
        width: 100%;
    }
}

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

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

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

    .name {
        font-size: 70px;
    }
}

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

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

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

    .name {
        font-size: 62px;
    }

    .name-subheader {
        font-size: 46px;
    }
}

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

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

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

    .name {
        font-size: 54px;
    }

    .name-subheader {
        font-size: 40px;
    }
}

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

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

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

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

    header [alt*="logo"] {
        margin-top: 3rem;
    }

    .name {
        font-size: 45px;
    }

    .name-subheader {
        font-size: 33px;
    }

    .page-template-page-privacypolicy h3,
    .page-template-page-terms h3 {
        font-size: 28px;
    }
}

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

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

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

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

    .name {
        font-size: 42px;
    }

    .name-subheader {
        font-size: 31px;
    }

    .page-template-page-privacypolicy h3,
    .page-template-page-terms h3 {
        font-size: 25px;
    }
}