body {
  overflow: hidden;
  transition: all 0.3s ease-out;
}
body .hero-container {
  height: 70vh;
  max-height: 100vh;
  min-height: 500px;
  padding: 20px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.65);
}
@media (min-width: 1024px) {
  body .hero-container {
    height: 100vh;
  }
}
body .hero-container .hero-logo {
  display: block;
  max-width: 250px;
}
@media (min-width: 1024px) {
  body .hero-container .hero-logo {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  body .hero-container .hero-logo {
    max-width: 400px;
  }
}
body .hero-container .hero-logo img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}
body .hero-container .hero-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  font-size: 15px;
  text-align: center;
}
body .hero-container .hero-footer a {
  text-decoration: none;
  color: inherit;
  margin: 0 15px;
}

/*# sourceMappingURL=style.css.map */
