body {
  background-color: #fff;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir",
    "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans",
    "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu",
    "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
}

body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.1;
  z-index: -1;
}

a {
  color: #000;
}

a:focus,
a:hover {
  color: rgba(#000, 0.6);
}

h3 {
  margin-bottom: 0;
  text-transform: uppercase;
}

p {
  margin-top: 0;
}

#logo {
  display: block;
  background-image: url('/logo.svg');
  width: 439px;
  height: 100px;
  background-repeat: no-repeat;
  margin: 0 auto 2em;
}

@media only screen and (max-width : 767px) {
  #logo {
    width: 300px;
    height: 68px;
  }
}

#splash {
  text-align: center;
  margin-bottom: 1em;
}

#splash .address {
  margin: 0 0 2em;
  font-style: normal;
  text-transform: uppercase;
}

#waiver,
#disclaimer {
  display: block;
  margin: 0 auto;
  max-width: 600px;
}

@media only screen and (max-width : 767px) {
  #waiver, #disclaimer {
    width: 92%;
  }
}
