.navbar {
    height: 150px;
}

.nav-link {
    color: white;
}

#nav-right {
    width: 100%;
    justify-content: right;
}

.header-logo {
    height: 110px;
}

@media only screen and (max-width: 991.5px){
    #header {
        background-color: #023e79 !important;
    }
    .navbar-collapse {
        background-color: #023e79 !important;
    }
    .nav-link {
        color: white;
    }
}

@media only screen and (min-width: 991.6px) {
    #header {
        background-color: #023e79 !important;
    }
    .navbar-collapse {
        background-color: #023e79;
    }
}

@media only screen and (max-width: 470px){
    .header-logo {
        height: 70px;
    }
}