/* Navbar */
nav img{
    height: 32px;
}

nav{
    color: black; !important;
    height: 80px;
}

.navbar-toggler{
    border: 0;
}

.navbar-brand:hover {
    text-decoration: none;
    font-weight: normal;
    color: #003a67;
}

.navbar-brand {
    color: #003a67;
}

nav a{
    color: black;
}

nav a:hover{
    color: black;
    text-decoration: underline;
}

nav li {
    margin-top: 10px;
    font-size: min(2.7vw, 27px);
}

.navbar{
    background: white;
    height: auto;
    padding-bottom: 15px;
}

@media screen and (max-width: 767px){
    nav li{
        font-size: 23px;
        margin-bottom: 10px;
    }
}