html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, strong, img, ol, ul, li, fieldset, form, label, input, textarea, button, legend, caption, article, aside, canvas, embed, figure, figcaption, footer, header, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

html,
body {
  background-color: #010203;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  height: 100%;
  overflow: hidden;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  width: 1000px;
}

.hero {
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  position: fixed;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .hero {
    top: 40%;
  }
}
@media (min-width: 1350px) {
  .hero {
    top: 50%;
    width: 100%;
  }
}

h1 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 35px;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}