/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 6, ../sass/src/_reset.scss */
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 */
/* line 27, ../sass/src/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 31, ../sass/src/_reset.scss */
body {
  line-height: 1;
}

/* line 34, ../sass/src/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 37, ../sass/src/_reset.scss */
blockquote, q {
  quotes: none;
}
/* line 39, ../sass/src/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../sass/src/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/src/_layout.scss */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #020f14;
}

/* line 7, ../sass/src/_layout.scss */
body {
  display: block;
  font-family: "stevie-sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  -webkit-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern";
  -moz-font-feature-settings: "kern=1";
}
/* line 33, ../sass/src/_layout.scss */
body #stage {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 0 0 0;
  overflow: hidden;
}

#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: url(../images/how.jpg?v=2);
  background-repeat: no-repeat;
  background-size: cover;  
/*  background-attachment: fixed;*/
  background-position: center top;
  z-index: -1;
}

#how #logo {
  position: absolute;
  display: block;
  width: 200px;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

#page {
  display: block;
  margin: 400px auto;
  padding: 0 0 200px 0;
  width: 100%;
  max-width: 720px;
  box-sizing: border-box;
  z-index: 1;
}

#content {  
  box-sizing: border-box;
  width: 100%;
  padding: 40px 40px;
  margin: 0 0 0 0;
  background-color: rgba(255,255,255,0.85);
}

#page #logo img {
  width: 100%;
}

#page p {
  font-size: 1rem;
  line-height: 1.4rem;
  margin: 0 0 1.4rem 0;
  color: black;
}

#page h1 {
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin: 0px 0 50px 0;
  font-weight: 200;  
}

#page h3 {
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin: 30px 0 30px 0;
  font-weight: 600;  
}

#page a,
#page a:link,
#page a:visited {
    color: black;
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 3px 0 0 rgba(163, 144, 103, .5);
    transition: box-shadow .5s;
}

#page .copyright {
  margin: 50px 0 0 0;
  font-size: 0.7rem;
  text-align: center;
  line-height: 0.9rem;
}

/* line 207, ../sass/src/_layout.scss */
#footer {
  display: block;
  width: 90%;
  height: 60px;
  padding: 40px 5% 0 5%;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), black);
  background-image: linear-gradient(to bottom,rgba(0, 0, 0, 0), black);
}
/* line 215, ../sass/src/_layout.scss */
#footer .link {
  color: #fff;
  font-weight: 700;
  opacity: 1;
  font-size: 0.8rem;
  text-align: center;
  line-height: 1.1rem;
  margin: 0 0 0.2rem 0;
}

#footer .link a, #footer .link a:link, #footer .link a:visited {
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  color: #fff;
  opacity: 1;
  font-size: 0.6rem;
  text-align: center;
  line-height: 0.9rem;
  opacity: 0.6;
}
/* line 222, ../sass/src/_layout.scss */
#footer .copyright a, #footer .copyright a:link, #footer .copyright a:visited {
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}

#theatre {
  position: absolute;
  margin: 0;
  display: block;
  width: 100%;
  height: 0%;
  padding: 0 0 83.2% 0;
  background-color: #405a5b;
}

#theatre img {
  display: block;
  position: absolute;
  margin: 0;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: none;
}

strong {
  font-weight: 700;
}

#player-wrapper {
  position: absolute;
  margin: 0;
  top: 29.2%;
  left: 26.9%;
  display: block;
  width: 46.2%;
}

#player-wrapper #player {
  position: absolute;
  margin: 0;
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 60% 0;
}

@media screen and (max-width: 1200px) {
  #theatre {
    padding: 0 0 108.2% 0;
  }

  #theatre img {
    width: 130%;
    left: -16%;
  }

  #player-wrapper {
    top: 29.2%;
    left: 19.1%;
    display: block;
    width: 59.7%;
  }
}
