/* Override the blue background with white */
.container-header {
  background-color: white;
  background-image: none;
}


/* Text should now be blue */
.container-header .mod-menu {
    color: #000099;
}