.image-logo {
    position: absolute;
    display: block;
    margin: auto;
    left: 45%;

    /* margin-bottom: -20px; */
    margin-top: -70px;
   /* border: 2px solid #003a5f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px; */
    z-index: 9999;
}

.navbar-brand {
    display: block !important;
    margin: auto !important;
}
.nav-link {
    color: #c4f2f0 !important;
}

.nav-link:hover {
    color: #fd4e00 !important;
}

.dropdown-item {
    color: #003a5f;
}

.dropdown-item:hover {
    color: #fd4e00;
    border-bottom: 2px dotted #fd4e00;
}

.center-nav {
    width: 40%;
    margin-left: 20%;
}
@media only screen and (max-width: 900px) {
    .center-nav {
        margin-left: 10px;
    }
}
