@font-face {
  font-family: 'SuperMaples';
  src: url('assets/SuperMaples.woff');
  font-weight: normal;
  font-style: normal;
}

.hero {
  background-image: url(assets/rainbow.jpg);
  background-size: cover;
  background-position: center;
  height: 25vh;
  color: white;
  font-weight: bold;
  font-size: 30pt;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.hero h1 {
  font-family: 'SuperMaples', sans-serif;
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 1em;
}

.hero small {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
  margin-top: 5px;
}

.info, .about, .find-us {
  display: flex;
  align-items: center;
}

.heading {
  border: 1px solid black;
  background-color: lightgray;
  font-size: 14pt;
  font-weight: bold;
  margin-top: 0.5em;
  margin-bottom: 0;
  padding: 10px;
}

.subheading {
  font-size: 12pt;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

/* Intentional WCAG 1.4.3 (Level AA) demo issue: about 2.3:1 on white. */
.low-contrast {
  color: #aaa;
}

/* Intentional WCAG 2.4.7 (Level AA) demo issue: no visible keyboard focus. */
a:focus,
a:focus-visible {
  outline: none;
  box-shadow: none;
}

/* Intentional WCAG 1.4.4 (Level AA) demo issue: enlarged text gets clipped. */
.fixed-copy {
  height: 155px;
  overflow: hidden;
  font-size: 16px;
}
