.navbar-dark {
    background: #700000 !important;
    color: rgb(255 255 255) !important;
}

    .navbar-dark .navbar-nav .nav-link {
        color: #ffffffcf !important;
    }

.nav-link-icon {
    color: #ffffffcf !important;
}

.navbar-dark .navbar-brand:focus {
    color: rgb(30, 41, 59) !important;
    font-weight: bold !important;
}

.navbar-dark .navbar-brand:hover {
    color: rgb(30, 41, 59) !important;
}

.navbar-dark .navbar-brand:active {
    color: #ffffffcf !important;
    font-weight: bold !important;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #ffffffcf !important;
    font-weight: bold !important;
}

.navbar-dark .navbar-nav .nav-link:active {
    color: #ffffffcf !important;
    font-weight: bold !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffffcf !important;
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: grey !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #ffffffcf !important;
    font-weight: bold !important;
}

.navbar-brand-image {
    display: block;
    height: 2.5rem !important;
    width: auto;
}

.dropdown-item {
    background: #700000 !important;
    color: #ffffffcf !important;
}
 