.navbar-brand, .hero-section a {
    color: white;
}
.navbar-scrolled .navbar-brand {
    color: #4f4f4f;
}
a {
    color: #4f4f4f;
    text-decoration: underline;
}
a:hover {
    color: #313030;
    text-decoration: underline;
}
.navbar a{
    text-decoration: none;
}
.navbar a.navbar-brand:hover{
    text-decoration: none;
    color: white;
}
.navbar.navbar-scrolled a.navbar-brand {
    color: #4f4f4f !important;
}
.navbar a.nav-link:hover{
    text-decoration: underline;
    color: white;
}
.navbar.navbar-scrolled a.nav-link:hover{
    text-decoration: underline;
    color: #4f4f4f !important
}