.navbar-wrapper {
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
    top:45px;
}
.navbar {
    width: auto;
}

ul.nav-menu {
    display: flex;
    min-width: 280px;
    list-style-type: none;
    padding-left: 0px;
    margin-bottom: 10px;
}

li.nav-menu-item {
    text-align: center;
}

li.nav-menu-item > a.nav-menu-link {
    padding: 15px 30px;
    border:unset;
}

li.nav-menu-item {
    min-width: 120px;
    min-height: 45px;
}

li.nav-menu-item.current {
    background-color: #fff;
}

a.nav-menu-link {
    font-size: medium;
    font-weight: bold;
    line-height: 45px;
}

a.link {
    color: #fff;
}

a.current {
    color: inherit;
}

.main-content-wrapper {
    background-color: unset;
}

@media only screen and (min-width: 200px) and (max-width: 767px) {
    .navbar-wrapper {
        top:43px;
    }

    ul.nav-menu {
        justify-content: center;
    }

    a.nav-menu-link {
        padding-left:8px !important;
        padding-right: 8px !important;
        font-size: .75rem;
        font-weight: bold;
        line-height: 45px;
    }
}
