html {
  height: 100%;
}

body {
  font-family: "Raleway", "Helvetica Neue";
  background-image: url("/img/bg.jpg");
  background-size: cover;
  background-position: center right;
  height: 100%;
  color: white !important;
}

.content {
  text-align: center;
  z-index: 1;
  font-weight: 300;
  margin-top: 15%;
}
.content h1 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 10px;
  margin-top: 40px;
}
.content p {
  margin-top: 20px;
  letter-spacing: 2px;
}
.content a, .content a:hover {
  margin-top: 5px;
  color: white;
  text-decoration: underline;
}

.brighten {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 0;
}

.container {
  z-index: 1;
  position: relative;
}
