/* `xxxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1579.98px) {

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}
@media(min-width: 1024.98px) and (max-width: 1199.98px) {

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {
}
@media(min-width: 767.98px) and (max-width: 991.98px) {

}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {

}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
}
@media(min-width: 0px) and (max-width: 991.98px) {
    .navbar-brand{
        display: block !important;
        padding-left: 1rem;
    }
    .navbar .navbar-toggler {
        margin-right: 1rem !important;
    }
    .navbar{
        padding-top: 1rem !important;
    }
    .navabr-collapse.show {
        height: 100vh;
    }
    .navbar-brand {
        font-size: 26px;
    }
    .navbar .navbar-nav .nav-link {
        font-size: 24px;
        text-align: center;
    }
    .navbar .navbar-nav {
        margin-top: 3rem !important;
        height: 100vh;
        padding-left: 0px;
    }
    .navbar .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 20px;
    }
    .navbar .navbar-nav .nav-item {
        margin: 0.25rem 0.5rem;
    }
}
