section.hero {
  background: url('/img/banner-tinted.webp') center center no-repeat;
  background-size: cover;
}
section.hero p.title {
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.9);
}
section.hero p.subtitle {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
}
@media (-webkit-min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  section.hero {
    background: url('/img/banner-tinted@2x.webp') center center no-repeat;
    background-size: cover;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  section.hero {
    background: url('/img/banner-tinted@2x.webp') center center no-repeat;
    background-size: cover;
  }
}
img#welcome {
  height: 2.3rem;
  max-height: 2.3rem;
  width: auto;
}
.section-title {
  text-decoration: underline;
  text-decoration-thickness: 0.2rem;
  text-underline-offset: 0.25rem;
}
