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;
}

.navbar-brand:focus-visible,
.page-back-link:focus-visible,
body.site-shell footer a:focus-visible {
  outline: 3px solid #007bff;
  outline-offset: 3px;
}

.page-back-link {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.42rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 4px 14px rgba(33, 37, 41, 0.14);
  color: #0069d9;
  font-weight: 700;
  text-decoration: none;
}

.page-back-link:hover {
  color: #0056b3;
  text-decoration: underline;
}

body.site-shell .page-stage {
  position: relative;
  isolation: isolate;
  min-width: 0;
  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-pencil-all.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;
}

.tile-activity-icon {
  display: block;
  width: 4.6rem;
  height: 3.35rem;
  flex: 0 0 auto;
  color: #212529;
  overflow: visible;
}

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;
  }
}
