.splash-container {
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 90%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    text-align: center;
    text-transform: uppercase;
}

.splash-head {

    font-weight: bold;
    color: white;
    border: 3px solid white;
    padding: 1em 1.6em;
    font-weight: 100;
    border-radius: 5px;
    line-height: 1em;
}

.splash-subhead {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
}

#typewriter {
  color: #55c8f8;
  font-size: 1.5em;
  font-style: italic;
}

.content-wrapper {
    position: absolute;
    top: 90%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

.content {
    padding: 1em 1em 3em;
}

.secondary {
  background-color: #e5e5e5;
}

.text-container {
  max-width: 75em;
  margin: auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
}

.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 2em 0 1em;
}

.content-subhead svg {
  margin-right: 7px;
  width: 20px;
  height: 20px;
}

#logo {
  min-width: 300px;
  width: 50vw;
  max-width: 50vw;
}

.is-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-icon {
  width: 150px;
}

.m-x-3 {
  margin-top: 43px;
  margin-bottom: 43px;
}

.text-end {
  text-align: end;
}

footer {
  display:flex; justify-content: center; align-items: center
}

footer > * {
  margin: 7px;
}

footer a {
  color: #7f8c8d;
}

@media screen and (max-width: 48em) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-grid *{
    text-align: center;
  }
}
