body {
  font-family: Lato;
  font-weight: 200;

  height: 100vh;

  padding: 0;
  margin: 0;

  line-height: 1.5em;
}

body.bg-image {
  background: url("/assets/images/background.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

a {
  color: rgb(56, 56, 56);
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: underline;
}

h1, h2, h3, h4 {
  font-weight: 400;
  text-transform: uppercase;
}

b {
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url("/assets/fonts/Lato-Regular.ttf");
  font-weight: 400;
}

@font-face {
  font-family: Lato;
  src: url("/assets/fonts/Lato-Light.ttf");
  font-weight: 200;
}

header {
  width: 100vw;
  text-align: center;
  padding: 30px 0 0 0;
}

.content {
  padding: 30px;
  max-width: 960px;
  margin: 0 auto;
}

#logo {
  height: 100px;
  width: 160px;
}

#coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
  margin-top: -140px;
  text-align: center;
}

#coming-soon h1 {
  font-weight: 200;
  font-size: 3em;
  margin: 0;
}

#coming-soon h2 {
  font-weight: 200;
  margin: 0 0 40px 0;
}

footer {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
