.horizontal-menu {
    background-color: $grey-dark;
    margin-bottom: 20px;
}

.horizontal-menu a {
    color: $white;
}

.horizontal-menu .pure-menu-link,
.horizontal-menu .pure-menu-link:focus {
    background-color: $grey-dark;
}

.horizontal-menu .pure-menu-link.active,
.horizontal-menu .pure-menu-link:hover {
    background-color: $grey-darkest;
}
