/* mobile */
@media (max-width: 575px) {
    html {
        scroll-padding-top: 30rem !important;
    }

    h3 {
        font-size: 1.3rem !important;
    }

    h4 {
        font-size: 1.275rem !important;
    }

    h5 {
        font-size: 1.1rem !important;
    }

    p, li, h6 {
        font-size: 0.9rem !important;
    }
}

/* sm down */
@media (max-width: 767px) {
    .navbar-expand-md .navbar-collapse {
        height: auto !important;
    }

    .orange-shapes-bg, .blue-shapes-bg { 
        max-height: 100% !important;
        min-height: auto !important;
    }
}

/* sm */
@media (min-width: 576px) and (max-width: 767px) {
    html {
        scroll-padding-top: 15rem !important;
    }
}

/* md down */
@media (max-width: 768px) {
    #devices-image {
        height: 55vw;
        width: auto;
    }

    .alliance-logo {
        max-width: 150px;
    }
}

/* lg down */
@media (max-width: 992px) {
    .nav-left-border {
        border-left: none;
    }

    .nav-btn {
        min-width: 200px;
    }
}

/* lg up */
@media (min-width: 992px) {

}

/* xl down */
@media (max-width: 1200px) {

}

/* xl */
@media (min-width: 992px) and (max-width: 1200px) {

}

/* xxl down */
@media (max-width: 1400px) {
    .nav-left-border {
        border: none;
    }
}