* {
  font-family: "Gupter", serif;
  margin: 0;
  padding: 0;
}

.splash {
  background: url("/images/spash-background.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100vh;
  width: 100vw;
  display: block;
}

.splash-container {
  max-width: 1280px;
  display: block;
  margin: 0 auto;
  position: relative;
  height: 100%;
  padding: 0 5%;
}

.splash-content {
  position: absolute;
  top: 25%;
  display: block;
}

.splash-content p {
  color: #fff;
  font-size: 2.5em;
  max-width: 450px;
  margin: 50px 0;
  font-weight: 100;
}
