.footer {
  color: hsl(221, 14%, 100%);
}
.footer a {
  color: hsl(221, 14%, 100%);
}
.footer strong {
  color: hsl(221, 14%, 100%);
  font-weight: bold;
}

.is-fullheight, .hero.is-fullheight {
  min-height: calc(100dvh - 60px);
}

@media screen and (min-width: 769px) {
  .is-fullheight, .hero.is-fullheight {
    min-height: calc(100dvh - 100px);
  }
}
.is-fullheight-image {
  min-height: calc(100dvh - 60px);
  width: 100%;
  overflow: hidden;
  position: relative;
}
.is-fullheight-image img {
  min-height: calc(100dvh - 60px);
  height: 100%;
  width: auto;
  object-fit: cover;
  object-position: center center;
}

/*# sourceMappingURL=style.css.map */
