

.nav-2 .nav-link {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 19px;

}

.nav-2:hover {
    background-color: white;
}

.nav-2 .navbar-brand svg path {
    fill: black;
}

.nav-2:hover .navbar-brand svg path {
    fill: black;
}

.nav-2:hover .navbar-nav .nav-link {
    color: #000000 !important;
}

.navbar-light .navbar-nav .nav-link.active {
    color: white;
}

.nav-2.scrolled {
    background-color: white;
}

.nav-2.scrolled .navbar-brand svg path {
    fill: rgb(37, 17, 17);
}

.nav-2.scrolled .navbar-nav .nav-link {
    color: #000000 !important;
}

.nav-2 .navbar-nav .nav-link {
    color: black !important;
}