.nav-custom {
    position: fixed; 
    width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 99; 
    background: #312620;
}

a.nav-link {
    color: #fff !important;
}


/* a.nav-link.active {
    color: rgb(224, 0, 0) !important;
} */

a.navbar-brand {
    color: #fff !important;
}