@import url("https://fonts.googleapis.com/css?family=Libre+Barcode+39+Extended");
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;
}

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;
}

.clear:before, .clear:after {
  content: ' ';
  display: table;
}

.clear {
  *zoom: 1;
}
.clear:after {
  clear: both;
}

* {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

html {
  font-size: 62.5%;
}

body {
  font: 300 16px/1.6 'Helvetica Neue', Helvetica, Arial;
  background: #fff;
  overflow: hidden;
}

a {
  color: inherit;
}

.barcode {
  font-family: 'Libre Barcode 39 Extended', cursive;
  line-height: 1;
}

.logo {
  margin: -100px 0 0 -84px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.nav ul {
  list-style: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

#canvas {
  position: fixed;
  top: 0;
  left: 0;
}

#rain {
  display: block;
  position: absolute;
  background: transparent;
  z-index: 2;
  pointer-events: none;
}

.information {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  color: white;
  padding: 1rem;
  font-size: 1em;
  max-width: 25em;
  line-height: 1.2em;
  letter-spacing: 0.015em;
}
.information span {
  text-transform: lowercase;
  color: white;
}

.playback {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  color: white;
  padding: 1rem;
  font-size: 1em;
  text-align: right;
  max-width: 25em;
  text-transform: capitalize;
  line-height: 1.2em;
  letter-spacing: 0.015em;
}
.playback span {
  text-transform: lowercase;
  color: white;
}

.hide {
  opacity: 0;
}

#subtitles {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: yellow;
  font-size: 10vw;
  font-weight: 400;
  pointer-events: none;
  padding: 2rem;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1.1em;
  text-shadow: 2px 2px 0px #000;
}
#subtitles p {
  max-width: 25em;
  margin: auto;
}

* {
  box-sizing: border-box;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#vidtop-content {
  top: 0;
  color: #fff;
}

.vid-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 33%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  padding: 1rem;
  font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}

.vid-info a {
  display: block;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .6s background;
          transition: .6s background;
  border-bottom: none;
  margin: 1rem auto;
  text-align: center;
}

@media (min-aspect-ratio: 16 / 9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
@media all and (max-width: 600px) {
  .vid-info {
    width: 50%;
    padding: .5rem;
  }

  .vid-info h1 {
    margin-bottom: .2rem;
  }
}
@media all and (max-width: 500px) {
  .vid-info .acronym {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  #subtitles {
    font-size: 3em;
  }

  #player {
    display: none;
  }

  .video-background {
    background: url(../img/background.jpg) no-repeat center center fixed;
    background-size: cover;
  }
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}


#enterButton {
  pointer-events: auto;
  text-decoration: none;
  line-height: 1;
}

#enterButton:hover {
  color: white;
}
small {
  font-size: 0.5em;
  line-height: 1;
}
