@font-face {
   font-family: 'forgotten_futurist_rg';
    src: url('/fonts/forgotten_futurist_rg-webfont.woff2') format('woff2'),
         url('/fonts/forgotten_futurist_rg-webfont.woff') format('woff'),
         url('/fonts/forgotten_futurist_rg.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: glimmer_of_light;
  src: url(/fonts/glimmer_of_light.ttf);
}
@font-face {
  font-family: ptsans-narrow;
  src: url(/fonts/ptsans-narrow-web-regular.ttf);
}

* {
  margin: 0;
  padding: 0;
}
h2 {
  width: 100%;
  text-align: center;
  font-family: "glimmer_of_light", Times, serif;
  font-size: 24px;
  margin-top: 85px;
}
body {
  background-color : transparent;
  font-family: ptsans-narrow;
  font-size: 18px;
  text-align: left;
}
#container{
  width: 90%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.linktable {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
.linktable td {
  background: rgba(255,255,210,.5);
}
.thumbnail {
  text-align: center;
  height: 73px;
  width: 128px;
}
.thumbnail img {
  height: 73px;
  width: 128px;
}
.description {
  padding-left: 10px;
}
h3 a {
  font-family: 'forgotten_futurist_rg';
}
hr {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
.sectionLinks {
  font-family: "forgotten_futurist_rg";
  font-size: 24px;
  width: 100%;
  text-align: center;
}
#player {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  color: black;
  z-index: 21;
  text-align: left;
  opacity: 0;
  overflow-y: hidden;
}
#PlayerFrame {
  height: 100vh;
  width: 100%;
  max-width: 960px;
  border: none;
  background: #ffffff;
}


@media screen and (orientation: portrait) and (max-width: 400px){

h2, h3 {
  font-size: 18px;
}
body {
  font-size: 20px;
}
.sectionLinks {
  font-size: 20px;
}
table {
  font-size: 18px;
}

}

@media screen and (orientation: portrait) and (min-width: 400px){

h2, h3 {
  font-size: 20px;
}
body {
  font-size: 22px;
}
.sectionLinks {
  font-size: 24px;
}
table {
  font-size: 20px;
}

}

@media screen and (orientation: portrait) and (min-width: 500px){

h2, h3 {
  font-size: 22px;
}
body {
  font-size: 22px;
}
.sectionLinks {
  font-size: 28px;
}
table {
  font-size: 20px;
}

}

@media screen and (orientation: portrait) and (min-width: 600px){

h2, h3 {
  font-size: 24px;
}
body {
  font-size: 24px;
}
table {
  font-size: 22px;
}


}




.rendered-video-index-wrap {
  position: relative;
  z-index: 20;
}