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


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

@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: 1199px) {
    h1 {
        font-size: 100px;
    }

    h2 {
        font-size: 72px;
    }

    h4 {
        font-size: 28px;
    }

    .navbar-expand-sm {
        flex-flow: column nowrap !important;
    }

    .animation h3,
    .animation h4,
    .animation img,
    .animation h5,
    .animation .left,
    .animation .right {
        visibility: visible;
    }

    .gform_button,
    button {
        margin: 0;
    }

    [alt*="headshot"] {
        transform: scale(0.9);
    }

    .page-template-page-issues .body img {
        position: relative;
        top: 0;
        width: 100%;
        margin-bottom: 1rem;
    }

    footer p {
        position: relative;
    }
}

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

    .mobile {
        display: block !important;
    }

    .splash {
        background: none;
    }

    .splash::before {
        content: "";
        background-image: url("../../uploads/sites/177/2022/03/1_hero_bg.jpg");
        background-position: bottom left;
        background-size: cover;
        position: absolute;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        transform: scaleY(-1);
    }

    .gform_confirmation_message {
        margin-bottom: 0;
    }

    .page-template-page-home [alt*="headshot"],
    .page-template-page-about [alt*="headshot"] {
        position: relative;
        transform: scale(1);
        width: 100%;
        height: auto;
    }

    .page-template-page-issues .splash::before {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), transparent), url("../../uploads/sites/177/2022/03/1_hero_bg.jpg");
        background-position: 0 0;
    }

    .page-template-page-news .splash {
        background: none;
        padding: 0;
    }

    .page-template-page-news .splash:before {
        background: none;
    }
}


@media screen and (max-width: 767px) {
    .page-template-page-about .splash::before {
        background-image: linear-gradient(to top, white, transparent), url("../../uploads/sites/177/2022/03/1_hero_bg.jpg");
    }

    .family h4 {
        padding: 1rem;
    }
}

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

    .gform_button {
        width: 100%;
    }

    .family h4 {
        padding: 2rem;
    }
}

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

    h2 {
        font-size: 67px;
    }

    h4 {
        font-size: 27px;
    }

    .family h4 {
        padding: 1rem 0;
    }
}

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

    h2 {
        font-size: 60px;
    }

    .page-template-page-about .splash h4 {
        font-size: 23px;
    }
}

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

    h2 {
        font-size: 52px;
    }

    .navbar .row {
        margin-top: 2rem;
    }

    .page-template-page-about .splash::before {
        background-image: linear-gradient(to top, white 50%, transparent), url("../../uploads/sites/177/2022/03/1_hero_bg.jpg");
    }

    .page-template-page-about .splash h4 {
        font-size: 30px;
    }
}

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

    h2 {
        font-size: 44px;
    }

    h3 {
        font-size: 65px;
    }

    h4 {
        font-size: 24px;
    }
}

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

    h2 {
        font-size: 40px;
    }

    h3 {
        font-size: 58px;
    }

    h4 {
        font-size: 22px;
    }
}