.navbar-brand {
    font-size: 1.3em;
    font-weight: 600;
    font-family: serif;
}
.navbar-brand:hover {
    opacity: 0.3;
}

.navbar-brand img {
    vertical-align: bottom!important;
}

.nav-item:hover {
    opacity: 0.3;
}