/***CSS FILE***/

.navbar {
    background-color: #157D83;
    position: absolute;
    background: #ffffffff !important;
    width: 100%;
    z-index: 10;
    border-bottom: 1px solid #1D998E;
}

.nav-link {
    color: #ffffff !important;
    background-color: #1D998E;
    margin-right: 5px;
    border: 2px solid #1D998E;
    border-radius: 20px;
    padding: 0.2rem 1rem !important;
    line-height: 30px;
}

.nav-link:hover {
    color: rgba(255, 0, 0, 0.5) !important;
    background-color: #b5f0f3;
    border: 2px solid #1D998E;
    border-radius: 20px;
    padding: 0.2rem 1rem !important;
    line-height: 30px;
}

.navbar-item-logo {
    color: rgba(120, 80, 255, 0.8);
}

.offcanvas-header{
    display: none;
}

.top-menu-margin{
    position: absolute;
    margin-top: 107px;
    padding: 0px;
    margin-left:0px;
    margin-right:0px;
}