/* Banner Image */
.mybanner {
  min-width: 100%;
}
/* Menu */
/* Override the lila background with white */
.container-header {
  background-color: lightgrey;
  background-image: none;
}
/* Text should now be darkblue */
.container-header .mod-menu {
  color: #080856;
}
/* We add padding and radius so that on hover there is a nice background */
.container-header .mod-menu a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  padding: 1px -10px;
  color: #0088cc;
}
/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
  background-color: #a0c0dd;
}
/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
  color: #  border: 3px solid #0088cc;
  border: 3px solid #0088cc;
}
... .site-grid {
  background-color: #f1f9ff;
}
.header {
  background-color: #f1f9ff;
}
.grid-child {
  padding: 3px 15px;
  background-color: #f1f9ff;
}
.footer {
  background-color: #f1f9ff;
  background-image: none;
}
.container-header .mod-menu {
justify-content: center;
  color: #080856;
padding: 0;
}
.own {
  --cassiopeia-color-primary: #2F9C95;
  --cassiopeia-color-hover: #174F4B;
  --cassiopeia-color-link: #1C5E5A;
}

.container-header
background-color: #174F4B;
background-image: none;
}

