.navbar {
    background-color: #000000;
}

.header-wrapper {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: start;
}

img.header-logo {
    height: 80px;
}

img.right-logo {
    height: 100px;
}

@media screen and (min-width: 768px) {
    img.header-logo {
        min-width: 200px;
    }

}

.navbar {
    background: linear-gradient(to right, #1886A5, #0C6A68);
}

.navbar .navbar-nav .nav-item a {
    color: #FFF;
    font-family: "Open Sans", san-serif, "Times New Roman";
    font-size: 14px;
}

.dropdown-menu {
    top: 42px;
}

.navbar .navbar-nav .nav-item .show a {
    color: #000;
}

.dropdown-item {
    padding: 7px 8px;
}

.dropdown-item:not(:last-child) {
    border-bottom: 1px dotted #000;
}

.dropdown-item:hover {
    text-decoration: underline;
}

.current-page-link a {
    font-weight: 600;
    text-decoration: underline;
    padding: 10px 8px;
}
