/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
  display: flex;
  flex-direction: column;
  flex-wrap: no-wrap;
  /* align-items: center; */
  justify-content: flex-start;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body, html {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

html {
  background-color: #212121 !important;
}

/*********************
BREAKPOINTS
*********************/
@media (max-width: 700px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 800px) {
  html {
    font-size: 10px;
  }
}
@media (min-width: 900px) {
  html {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  html {
    font-size: 1vw;
  }
}

/*********************
COLOR VARIABLES
*********************/
#omgAwesome {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
}
@media (max-width: 700px) {
  #omgAwesome {
    justify-content: center;
  }
}

h1 {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 200;
  color: #fff;
  font-size: 1.8em;
  line-height: 1.2em;
  text-align: center;
  width: 100%;
  margin-top: 15vw;
  text-transform: uppercase;
}
h1 a {
  color: #EB534E;
  text-decoration: none;
}
@media (max-width: 700px) {
  h1 {
    justify-content: center;
    text-align: left;
    margin: 0 2vw;
    width: 60%;
  }
  h1 br {
    display: none;
  }
}
h1 span {
  font-size: 0.5em;
}

h2 {
  letter-spacing: 0.1em;
  font-size: 1.9em;
  text-transform: uppercase;
  width: 55%;
  margin: 0.5em 0;
  align-self: center;
  font-family: lato, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #EB534E;
  position: relative;
  text-align: center;
}
@media (max-width: 700px) {
  h2 {
    justify-content: left;
    text-align: left;
    margin: 5vw 2vw;
    align-self: flex-start;
    width: 60%;
  }
  h2 br {
    display: none;
  }
}
h2 span {
  font-size: 0.5em;
}
h2::before {
  content: "";
  display: block;
  width: 15vw;
  height: 0.05em;
  background: #707070;
  left: 0;
  top: 50%;
  position: absolute;
}
@media (max-width: 700px) {
  h2::before {
    display: none;
  }
}
h2::after {
  content: "";
  display: block;
  width: 15vw;
  height: 0.05em;
  background: #707070;
  right: 0;
  top: 50%;
  position: absolute;
}
@media (max-width: 700px) {
  h2::after {
    display: none;
  }
}

body {
  background: url("/Landing_bg.69f59885.png") no-repeat;
  background-size: contain;
  background-position: top;
}
@media (max-width: 700px) {
  body {
    background: url("/mobile_bg.edf9bd1a.png") no-repeat;
    background-size: contain;
    background-position: top right;
  }
}
body img#overloards {
  width: 10vw;
  margin: 2vw 0 6vw 0;
  height: auto;
  align-self: center;
}
@media (max-width: 700px) {
  body img#overloards {
    width: 20vw;
    margin: 2vw 2vw 12vw 2vw;
    align-self: flex-start;
  }
}

/*# sourceMappingURL=/src.e31bb0bc.css.map */