header {
  height: 150px;
  background-color: var(--accent-col);
}
header > div > div {
  margin-top: 10px;
  grid-column-start: 1;
  grid-column-end: -1;
}
header > div > div > * {
  color: white;
  text-align: center;
}
header > div > div h1 {
  margin-top: 40px;
  margin-bottom: 0px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
header > div > div p {
  font-size: 20px;
  margin: 5px;
  font-weight: 300;
  letter-spacing: 0.5px;
}
header .wave-holder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 400px;
  /* enough room for waves below header */
  overflow-x: hidden;
  overflow-y: visible;
  pointer-events: none;
}
header #visual,
header #visual2 {
  position: absolute;
  width: 4000px;
  height: 200px;
  display: block;
}
header #visual {
  top: 120px;
  z-index: -1;
}
header #visual2 {
  top: 150px;
  z-index: -2;
}/*# sourceMappingURL=header.css.map */