html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #0b0b0b;
}

body {
  background-image: url("/hero.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 85vh auto;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #d6b46a;
}

.overlay {
  min-height: 100vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.copy {
  text-align: center;
  margin-bottom: 6vh;
}

h1 {
  margin: 0;
  font-size: 3rem;
  letter-spacing: 0.15em;
}

.tagline {
  margin: 0.5rem 0 0;
  font-size: 1.2rem;
  color: #ffffff;
}

.coming {
  margin-top: 0.75rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #aaaaaa;
}

@media (max-width: 768px) {
  body {
    background-size: 95vw auto;
  }
}
