.nav-sections + div {
    background-image: linear-gradient(to bottom, #E52830, #C7151A);
    background-repeat: repeat-x;
    color: #fff;
    font-weight: normal;
    padding: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    top: 50px;
    max-width: 100%!important;
    align-items: center;
    min-height: 50px;
}

.nav-sections + div a {
    color: #fff;
}

li.level0.home{
display: none!important;
}