/* Media query for smaller screens */
@media only screen and (max-width: 413px) {
    /* Navbar Start */

    .nav_menu .nav-link {
        font-size: 0.8rem;
        padding-left: 10px;
    }
    .navbar-brand img {
        width: 100px;
    }
    /* Navbar End */
    /* Inner Banner Start */
    .innerBanner_wrapper {
        min-height: 20vh;
    }

    .innerPage_title {
        min-height: 20vh;
    }
    .innerPage_title h1 {
        font-size: 2em;
    }
    /* Inner Banner End */
    /* NASBI Laws */
    .bylaws_content p {
        line-height: 1.4;
        font-size: small;
    }

    .bylaws_content h5 {
        font-size: large;
    }
    .bylaws_content h2 {
        font-size: large;
    }

    .card.bylaws_card {
        padding: 20px !important;
    }

    /* Footer Start */

    .footer_links a {
        font-size: 0.9rem;
    }

    .footer_logo {
        max-width: 180px !important;
        margin: 30px 0px;
    }

    .footer-item {
        font-size: 0.9rem;
    }

    .footer-icon {
        width: 20px;
        height: 20px;
    }

    .footer_bottom {
        font-size: 0.8rem;
    }
    /* Footer End */
    /* Adjust the position and size of the button */
    #scrollToTop {
        bottom: 5%;
        right: 5%;
        font-size: 14px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        padding: 0;
    }
}
/* Extra Small Devices (portrait phones, less than 767px) */
@media only screen and (max-width: 767px) {
    /* Navbar Start */

    .nav_menu .nav-link {
        font-size: 0.8rem;
        padding-left: 10px;
    }
    .navbar-brand img {
        width: 100px;
    }
    /* Navbar End */
    /* Inner Banner Start */
    .innerBanner_wrapper {
        min-height: 20vh;
    }

    .innerPage_title {
        min-height: 20vh;
    }
    .innerPage_title h1 {
        font-size: 2.4em;
    }
    /* Inner Banner End */
    /* Footer Start */

    .footer_links a {
        font-size: 1rem;
    }

    .footer_logo {
        max-width: 200px !important;
        margin: 30px 0px;
    }

    .footer-item {
        font-size: 1rem;
    }

    .footer-icon {
        width: 20px;
        height: 20px;
    }

    .footer_bottom {
        font-size: 0.9rem;
    }
    /* Footer End */
}
/* Media query for screens between 768px and 992px */
@media (min-width: 768px) and (max-width: 991px) {
    /* Navbar Start */

    .nav_menu .nav-link {
        font-size: 0.9rem;
        padding-left: 10px;
    }
    .navbar-brand img {
        width: 100px;
    }
    /* Navbar End */
    /* Inner Banner Start */
    .innerBanner_wrapper {
        min-height: 20vh;
    }

    .innerPage_title {
        min-height: 20vh;
    }
    .innerPage_title h1 {
        font-size: 2.8em;
    }
    /* Inner Banner End */
    /* Footer Start */

    .footer_links a {
        font-size: 1rem;
    }

    .footer_logo {
        max-width: 200px !important;
        margin: 30px 0px;
    }

    .footer-item {
        font-size: 1rem;
    }

    .footer-icon {
        width: 20px;
        height: 20px;
    }

    .footer_bottom {
        font-size: 0.9rem;
    }
    /* Footer End */
}

/* Media query for screens larger than 992px */
@media (min-width: 992px) and (max-width: 1199px) {
    /* Navbar End */
}
