body {
  font-family: 'DM Sans', sans-serif;
  color: #f0f0f0;
  line-height: 1.75;
  background: #111;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

img {
  max-width: 100%;
  height: auto;
}

nav a,
.content a {
  color: #ffc20e;
  text-decoration: none;
}
nav a:hover,
nav a:focus,
.content a:hover,
.content a:focus {
  color: #ffdc76;
  text-decoration: underline;
}

nav.site-nav a {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem;
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.site-header__logo {
  width: 380px;
  max-width: 60%;
  color: #fff;
}

.home-banner {
  margin: 0 auto;
  width: 100%;
  max-width: 125vh;
  height: max(400px, 65vh);
  background: url(/assets/img/piha-gold-label-1920.jpg);
  background-size: cover;
  background-position: center 65%;
  /* background-attachment: fixed; */
  border-radius: 0 0 50% 50% / 0 0 20% 20%;
  opacity: 0.5;
}

/* .main__content {
  min-height: 700px;
} */