.bg-dark{
background-color: white !important;
}

.nav-link:hover{
    border-bottom: 2px solid #E2000B;
    
}

.nav-link{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

@media only screen and (max-width:600px){
    .navbar-collapse{
        background: white;
    }

    .navbar-brand img{
        width: 60%;
    }

    .nav-link:hover{
        border-bottom: 2px solid #E2000B;
        
    }
}