.navbar .nav-link {
    border-radius: 20px;
}

.navbar .nav-link.active {
    background-color: white !important;
    color: #001540 !important;
}

.navbar-brand .logo {
    height: 64px;
}

@media (max-width: 1380px) and (orientation: landscape) {
    .navbar-brand .logo {
        height: 54px !important;
    }
}

@media (max-width: 1380px) and (orientation: portrait) {
    .navbar-brand .logo {
        height: 48px !important;
    }
}