.hero {
  height: 100vh;
  background-color: rgba(242, 242, 242, 0.5);
  background-image: url('../images/hero_background.png');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.hero h1 {
  color: #FFF;
  text-align: center;
  font-family: Addington CF;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 70px;
}

@media (min-width: 1200px) {
}