html {
  height: 100%;
}

body {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}

body.site-shell {
  min-height: 100vh;
  margin: 0;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow-x: hidden;
  background: #fff;
}

body.site-shell .navbar-brand {
  font-size: 1.45rem;
}

body.site-shell .page-stage {
  position: relative;
  isolation: isolate;
  min-height: 0;
}

body.site-shell .page-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #fff;
  background-image: var(--page-background-image, url("../img/bg-goose-activities-hd-v2.png"));
  background-repeat: repeat;
  background-position: center top;
  background-size: min(100%, 1536px) auto;
  opacity: 0.9;
  pointer-events: none;
}

body.site-shell .page-stage > * {
  position: relative;
  z-index: 1;
}

body.site-shell footer.footer {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

body.site-shell footer p {
  margin-bottom: 0;
  font-size: 0.7rem;
  line-height: 1.2;
}

@media (max-width: 767.98px) {
  body.site-shell footer.footer {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }
}
