.navbar {
    background: #908474;
}

.nav-link {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.nav-link.active {
    color: #ccc !important;
}