@import url('https://fonts.googleapis.com/css2?family=Aclonica&display=swap');
h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Aclonica", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
}
/* Banner Image */
.mybanner {
  min-width: 100%;
}

/* Menu */
/* Override the lila background with white */
.container-header {
  background-color: white;
  background-image: none;
}
/* Text should now be blue */
.container-header .mod-menu {
  color: #0088cc;
}
/* 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: 3px 15px;
  color: #0088cc;
}

... .site-grid {
  background-color: #f4f6f7;
}
.header {
  background-color: #f4f6f7;
}
.grid-child {
  padding: 3px 15px;
  background-color: white;
}
.footer {
  background-color: #f4f6f7;
  background-image: none;
}