.navbar {
    font-family: "Raleway", sans-serif;
}

.nav-link {
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    color: #333 !important;
}

.nav-link:hover {
    color: #ADA435 !important;
}

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

.nav-item>.active {
    color: #ADA435 !important;
}