.
/* The background colour */
.navigation-top,
.main-navigation ul {
    background: orange;
}

/* The text colour */
.navigation-top a,
.menu-toggle {
    color: white;
}