.hero {
  position: relative;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-color: #0d1b2a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-tagline {
  text-transform: uppercase;
  vertical-align: middle;
  position: absolute;
  bottom: 50%;
  letter-spacing: 3.25px;
  color: #fff;
  text-align: center;
  width: 100%;
}
