.show-admin-bar header.sticky-bar.stick {
    top: 40px;
    background-color: #073763;
}

.header {
    border-bottom: 1px solid #b9cad0;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
    background-color: #073763;
}

.header .main-menu li a {
    color: #ffe7bb;
    display: block;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px;
    padding: 28px 18px 28px 15px;
    position: relative;
    text-decoration: none;
}

.color-grey-900 {
    color: #ffe7bb!important;
}