a,
a:focus,
a:hover {
  color: #fff;
}

html,
body {
  height: 100%;
}

body {
  background: url(../img/doug-linstedt-135670-bg.jpg) no-repeat center center fixed;
  background-size: cover;
  color: #fff;
  text-align: center;
}

/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  /* For at least Firefox */
  min-height: 100%;
  background: rgba(48, 53, 70, 0.5);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/*
 * Cover
 */
.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 40px;
}

h1 {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 5rem;
  font-family: 'Open Sans', sans-serif;
  text-align: left;
  max-width: 800px;
  margin: 0 auto 1rem;
}

h2 {
    font-weight: 600;
    letter-spacing: auto;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    max-width: 800px;
    margin: 0 auto 1rem;
    color: #e3d8b9;
}

p {
  max-width: 800px;
  margin: 0 auto 2rem;
  line-height: 32px;
  text-align: left;
  font-family: 'Prata', serif;
  font-size: 16px;
  letter-spacing: 0px;
}

/*
 * Affix and center
 */
@media (min-width: 768px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .cover-container {
    width: 100%;
    /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (max-width: 767px) {
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .cover-container {
    max-width: 90%;
    /* Must be percentage or pixels for horizontal alignment */
  }
  h1 {
      font-size: 3rem;
  }
  p {
      font-size: 14px;
      line-height: 28px;
  }
  h2 {
      font-size: 18px;
  }
}

@media (min-width: 992px) {
  .cover-container {
    width: 1060px;
  }
}
