
@font-face {
  font-family: apercu;
  font-weight: 300;
  font-style: normal;
  src: url("fonts/apercu.eot");
  src: url("fonts/apercu.eot?#iefix") format("embedded-opentype"), url("fonts/apercu.woff") format("woff"), url("fonts/apercu.ttf") format("truetype"), url("fonts/apercu.svg#apercu") format("svg");
}


/* ---------------- Reset --------------- */
/* 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, 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;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

*:focus {
  outline: none;
}

.wf-loading body {
  visibility: hidden;
}

body {
  background: #fff;
  font-family: apercu, sans-serif;
  font-size-adjust: 0.508;
  font-weight: 200;
  font-style: normal;
  overflow-y: normal;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

h1 {
  font-family: apercu, sans-serif;
  font-weight: 300;
  font-size: 2.5em;
  line-height: 1.2em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2em;
  line-height: 1.125em;
  margin-bottom: 0.5em;
}

h3 {
  font-size: 1.875em;
  line-height: 1.2em;
  margin-bottom: 0.4em;
}

h4 {
  text-transform: uppercase;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

h5 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

.small_print {
  font-size: 0.875em;
  line-height: 1.6em;
}
p {
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1.687em;
}
p a {

}
p strong {
  font-weight: bold;
}
p em {
  font-style: italic;
}
p .side-matter-ref {
  border: none;
}
p .side-matter-ref sup {
  font-size: 0.6em;
  margin-left: 0;
}
::selection {
  background: #fff;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fff;
  /* Gecko Browsers */
}
blockquote {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
  font-weight: 300;
  font-size: 1em;
  font-style: italic;
}

.footnote {
  border-bottom: 0;
}
.footnote:hover {
text-decoration: none;
}

span {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.italic {
  font-style: italic;
}
a {
  text-decoration: none;
}

/* ---------------- Centering --------------- */

.cntr {
  width: 80%;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
@media screen and (orientation:portrait) {
.cntr {
  width: 80%;
  position: relative;
  display: block;
  margin: 0 auto;
  }
}
.header-cntr {
  width: 80%;
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  height: 100%;
}
@media screen and (orientation:portrait) {
.header-cntr {
  width: 100%;
  position: relative;
  display: block;
  margin: 0 auto;
  margin-left: 3vw;
  }
}
.intro-cntr {
  max-width: 1000px;
  width: 35%;
  position: relative;
  display: block;
  margin: 0 auto;
  }
@media screen and (orientation:portrait) {
.intro-cntr {
  width: 70%;
  position: relative;
  display: block;
  margin: 0 auto;
  }
}

/* ---------------- Header --------------- */

#header {
  width: 100%;
  height: 50vh;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (orientation:portrait) {
  #header {
    height: 40vh;
  }
}


/* ---------------- Media --------------- */

#media {
  width: 100%;
  height: 100vh;
  background: #fff;
  position: relative;
  overflow: hidden;
}


#media-header {
  font-family: apercu, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  height: 100%;
  font-size: 4vh;
}

#media-header h1 {
  font-family: apercu, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  width: 100%;
  height: 100%;
  font-size: 2vh;
  margin-top: 50vh;
}


#regenerate h1 {
  font-family: apercu, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  width: 100%;
  font-size: 1vw;
  padding-top: 2vh;
}

/* ---------------- Footer --------------- */

#footer {
  width: 100%;
  height: 40vh;
  background: #000;
  position: relative;
  overflow: hidden;
}
@media screen and (orientation:portrait) {
  #footer {
    height: 40vh;
  }
}


