/* 
    Created on : 08-jul-2019, 11:35:07
    Author     : ariel
*/

@media only screen and (max-width: 360px) {
    .navbar {
        padding: 0.5rem 0.5rem !important;
    }

    .navbar-brand {
        margin-right: 0.25rem !important;
    }

    .navbar-toggler {
        padding: 0.25rem !important;
    }
}


@media only screen and (max-width: 320px) {
    .nav-link {
        padding: 0.5rem !important;
    }
}


@media only screen and (max-width: 991px) {
    .dropdown-menu {
        color: #fff !important;
        background-color: #700D0A !important;
        border: 0 !important;
        border-radius: 0 !important;
    }

    .dropdown-item {
        color: #fff !important;
    }
}


