/* Override the lila background with white */
.container-header, .footer {
    background-color: #ffffcc;
  background-image:none;
}

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

.container-header .container-nav {
     background-color: #ffff66;
}

/* 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 15px;
    color: #006568;
}

/* On hover there should be a gray background*/
.container-header .mod-menu a:hover {
    background-color: #eee;
}

/* We need to change the color of the Hamburger Menu because white on white is not good */
.container-header .navbar-toggler {
    color: #006568;
    border: 1px solid #006568;
}

.container-below-top, .container-topbar {
  color: #006569; 
  background-color: #ffffcc;
}

.container-component>:first-child {margin-top:0.1em}

.container-component {
  background-color: #cbfbff;   /*cbfbff*/
  padding: 0px 10px 0px 10px;
}

.container-header .grid-child {
    padding: 0.1em;
}


.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.1rem;
    margin-top: 0;
}

. hbcHeader {
  background-color: #ffffcc;
}
