.navbar-brand img.img-logo {
    height: 65px;
}
.navbar {
    background-color: white;
    color: #4A5C76;
    font-family: 'Untitled Sans', sans-serif;
    letter-spacing: -1px;
}

.navbar-toggler {
    margin-right: 1em;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    border: 1px solid white;
    box-shadow: none;
}

.navbar-toggler-icon {
    color: #4A5C76;
    font-size: 1.5em;
    margin-top: 0.3em;
}

.navbar-nav {
    margin: 1em 3em;
}

#navbarNav {
    justify-content: flex-end;
    margin-right: 10em;
}

.nav-item {
    margin: 0 .3em;
}

.nav-link {
    color: #4A5C76 !important;
}

.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus {
    color: #5dbdf0 !important;
    transition: 0.3s ease-in-out;
    font-weight: 600;
}


.active-nav-link {
    text-decoration: underline;
    text-underline-offset: 6px;
    text-decoration-thickness: 0.1em;
    font-weight: 600;
}

@media only screen and (max-width: 600px) {
    .navbar-brand img.img-logo {
        height: 55px;
        margin-left: -43px;
    }
 }

