/* Make the full-width navigation parent match the menu background. */
@media screen and (min-width: 993px) {
    .navigation {
        background-color: #414042 !important;
    }
}
