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


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

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

@media (min-width: 768px) {
    .meet-bill-content p {
        padding-left: 30px;
    }
}

@media screen and (min-width: 992px) {
    .navbar-collapse {
        justify-content: center;
    }

}

@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) {
    body {
        font-size: 16px;
    }

    .slide img {
        height: 400px;
    }
}

@media screen and (max-width: 991px) {
    header .navbar-nav {
        background-color: #A12B2A;

    }

    .nav a span {
        color: #fff;
    }

    .page-template-page-home .splash {
        padding-top: 115px;
    }

    .heading-section {
        margin-bottom: 150px;
    }

    .heading-section .framed-photo {
        margin-bottom: -150px;
    }

    .framed-photo {
        height: auto;
        width: 100%;
    }

    .framed-photo#portrait-orientation {
        width: 60%;
        max-width: 360px;
    }

    .plan-content h3 {
        font-size: 2em;
    }

    .navbar-nav {
        width: fit-content;
    }

    .popup-photo {
        width: 60%;
    }

    .page-template-page-home .splash {
        background: url("/dejilah/sites/531/2023/10/1_m_hero.svg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding-top: 150px;
        /* height: 850px; */
    }

    .news-splash {
        background: url("/dejilah/sites/531/2023/11/2_hero_background.jpg");
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        padding: 150px 0 0 0;
    }

    .blurred-box {
        background-color: rgba(255, 255, 255, .5);
        backdrop-filter: blur(6px);
        box-shadow: 0px 0px 12px rgba(0, 0, 0, .45);
        border: 1px solid rgba(255, 255, 255, .12);
        border-top: 1px solid rgba(255, 255, 255, .42);
        border-bottom: 1px solid rgba(255, 255, 255, .22);
    }
}


@media screen and (max-width: 771px) {
    body {
        font-size: 15px;
    }

    .splash {
        font-size: 16px;
    }

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

    .plan-content ol {
        font-size: 20px;
    }
}

@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) {
    .slide img {
        height: 300px;
    }
}


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

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

    .splash {
        font-size: 13px;
    }

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

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

    /* h2,
    .h2 {
        font-size: 33px;
    } */

    /* h3,
    .h3 {
        font-size: 26px;
    }

    .plan-content h3 {
        font-size: 23px;
    } */

    /* .plan-content h4 {
        font-size: 22px;
    }
    .plan-content h4 {
        font-size: 22px;
    } */
}

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