/* Text should now be blue */
.container-header .mod-menu {
  color: #000000;
}
/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #000000;
  border: 1px solid #000000;
}