* {
  box-sizing: border-box;
}
.video-box {
  width: 85vw;
  height: 48.04974561899378vw;
  top: 6vh;
  left: 7.5vw;
}
.video-box iframe {
  height: 48.04974561899378vw;
  width: 85vw;
}
.basic-box,
.splash-inner {
  width: 85vw;
  left: 7.5vw;
  right: 7.5vw;
}
.video-veil {
  top: 7vh;
  left: 7.5vw;
  width: 85vw;
}
.video-box {
  position: fixed;
  z-index: 12;
  font-family: Fira Sans Extra Condensed;
}
header {
  width:98vw;
  left:1vw;
  font-size: 14px;
  font-family: Fira Sans Extra Condensed;
  position: fixed;
  top: 0;
  background: #000;
  z-index: 13;
  display: flex;
  flex: 1 1 auto;
  height: 7vh;
  letter-spacing: 2px;
  justify-content: space-between;
  text-transform: uppercase;
}
header a {
  text-decoration: none;
}
header .col {
  display: block;
  flex: 1 1 100%;
  text-align: right;
  line-height: 1.4em;
  align-self: center;
}
header .col.title {
  text-align: left;
  font-family: Newt Serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 32px;
  text-transform: none;
}
header .col.timeline {
  display: flex;
  justify-content: left;
  flex: 1 1 auto;
  width: 149.53199999999998vh;
}
header .col.timeline.full {
  flex: 1 1 auto;
}
header .col.timeline.full .tlinner {
  width: auto;
}
header .col.timeline.full .tlnav {
  display: none;
}
header .col.timeline.full .agroup {
  margin-left: 0 !important;
}
header .col.timeline .tlinner {
  overflow: hidden;
  width: 49.532vh;
}
header .col.timeline .tlinner .agroup {
  flex: 1 1 auto;
  display: flex;
  justify-content: left;
  transition: all 0.2s ease;
}
header .col.timeline .tlnav {
  height: 7vh;
  background: #ff0;
  width: 50px;
  cursor: pointer;
  opacity: 0.8;
  transition: all 0.2s ease;
  background: url("../img/prev.svg") no-repeat center center;
  background-size: 55%;
}
header .col.timeline .tlnav.tlnext {
  background: url("../img/next.svg") no-repeat center center;
  background-size: 55%;
}
header .col.timeline .tlnav:hover {
  opacity: 1;
  background-color: #333;
}
header .col.timeline .tlnav.hidden {
  opacity: 0;
}
header .col.links {
  display: flex;
  justify-content: flex-end;
}
header .col.links a {
  text-align: right;
}
header .links a:hover,
header .title a:hover {
  transition: all 0.2s ease;
  opacity: 0.8;
}
header .aboutlink {
  margin-right: 10px;
}
.thumbtitle {
  align-self: center;
  position: relative;
  font-family: Fira Sans Extra Condensed;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
}
.thumbtitle.empty {
  background: #808080;
}
.thumbtitle.empty span {
  opacity: 0.7;
}
.thumbtitle:hover span {
  opacity: 1;
  background: #000;
}
.thumbtitle.pagenav {
  font-size: 0.8em;
}
.thumbtitle.pagenav img,
.thumbtitle.pagenav span {
  height: 15vh;
}
.thumbtitle.pagenav:hover span {
  background: rgba(0,0,0,0);
  opacity: 1;
}
.thumbtitle.pagenav:hover span span {
  text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 15px #000;
}
.thumbtitle img {
  height: 7vh;
  width: auto;
  display: block;
}
.thumbtitle span {
  position: absolute;
  top: 0;
  left: 0;
  height: 7vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thumbtitle span span {
  color: #fff;
  text-align: center;
  opacity: 0;
  text-shadow: 0 0 2px #000, 0 0 5px #000;
}
.text-box {
  hyphens: auto;
  width: 60%;
  padding: 0.5em;
  position: absolute;
  left: 20%;
  top: 80vh;
  background: #fff;
  color: #000;
  transition: all 0.2s ease;
}
.text-box h1 {
  margin: 10px 0 20px 0;
  text-align: center;
}
.text-box .image {
  background: #fff;
  height: 15vh;
  margin: 30px auto 30px 0;
  text-transform: uppercase;
  text-align: center;
  animation-name: img;
  animation-duration: 0.5s;
  font-size: 0.5em;
}
.text-box .image.has-caption {
  margin-bottom: 60px;
}
.text-box .image img {
  border: 1px solid #000;
  display: block;
  margin: 0 auto;
  height: 15vh;
  cursor: pointer;
  width: auto;
}
.text-box .image .caption {
  line-height: 1.2em;
  text-transform: none;
  margin-top: 0.7em;
  font-family: Fira Sans Extra Condensed;
}
.text-box .image.fullsize {
  animation-name: imgfull;
  animation-duration: 0.5s;
  height: auto;
}
.text-box .image.fullsize.landscape img {
  width: 100%;
  height: auto;
}
.text-box .image.fullsize.portrait img {
  width: 50%;
  height: auto;
}
.text-box cite,
.text-box blockquote {
  display: block;
  margin: 0 2em;
  font-style: italic;
}
.text-box .foundfootage {
  margin-top: 3em;
}
.text-box .foundfootage h1 {
  width: 100%;
  font-family: Fira Sans Extra Condensed;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.text-box .foundfootage div {
  columns: 2;
}
.text-box .foundfootage div p {
  font-family: Fira Sans Extra Condensed;
  font-size: 14px;
  column-gap: 4em;
  line-height: 1.4em;
  break-inside: avoid;
  margin-bottom: 0.4em;
}
.text-box .foundfootage div p a:hover {
  opacity: 0.8;
}
.text-box p,
.text-box cite,
.text-box ul {
  margin-bottom: 0.7em;
}
body {
  font: 35px/1.3em Newt Serif, serif;
  background: #000;
  color: #fff;
}
body.text .video-box {
  z-index: 3;
}
body.text .text-box {
  z-index: 12;
}
body.text .bg-veil,
body.text .video-veil {
  display: block;
}
body.text .video-veil {
  background: url("../img/playbtn.svg") no-repeat center 40%;
  background-size: 7%;
  height: 48.04974561899378vw;
  z-index: 12;
}
body.video .video-box {
  z-index: 11;
}
body.video .text-box {
  z-index: 10;
}
body.video .video-veil {
  height: 38.04974561899378vw;
  z-index: 13;
}
body.basic-page .basic-box {
  position: relative;
  top: 7vh;
  background: #000;
  color: #fff;
  font-size: 20px;
  line-height: 1.5em;
  font-family: Fira Sans Extra Condensed;
  display: flex;
  flex-wrap: wrap;
}
body.basic-page .basic-box section {
  flex: 1 1 30%;
  margin-right: 1.111%;
}
body.basic-page .basic-box section:last-child {
  margin-right: 0;
}
body.basic-page .basic-box section p,
body.basic-page .basic-box section li {
  margin-bottom: 0.7em;
}
body.basic-page .basic-box section li:before {
  content: "— ";
  margin-right: 0.5em;
}
body.basic-page .basic-box section h1 {
  margin: 20px 0;
}
body.basic-page .basic-box section h1,
body.basic-page .basic-box section h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
body.basic-page .basic-box>h1 {
  display: none;
}
body .veil {
  position: fixed;
  background: transparent;
}
body .bg-veil {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.pagenav {
  position: fixed;
  top: 40vh;
  vertical-align: center;
  font-size: 50px;
  line-height: 1.2em;
  color: #000;
  z-index: 2;
  opacity: 0.8;
}
.pagenav:hover {
  opacity: 1;
  z-index: 300;
}
.pagenav.prevpage {
  left: 0px;
}
.pagenav.nextpage {
  right: 0px;
}
.hidden {
  z-index: 30;
}
.edit {
  font: 35px/1em Fira Sans Extra Condensed;
  text-decoration: none;
  position: fixed;
  border-radius: 0 0 0 10px;
  right: 0;
  top: 0;
  background: #ff0;
  color: #000;
  z-index: 20;
  padding: 5px 10px;
}
a {
  color: inherit;
}
:-moz-any-link:focus,
a:active {
  text-decoration: none;
  outline: 0;
}
::selection {
  background: #222;
  color: #fff;
}
::-moz-selection {
  background: #222;
  color: #fff;
}
body.firstvisit .splash {
  display: flex;
}
.splash {
  z-index: 20;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: auto;
}
.splash .splash-inner {
  width: 60%;
  color: #fff;
}
.splash .splash-inner p {
  text-align: left;
  margin-bottom: 0.7em;
}
.splash .splash-inner h1 {
  margin: 0px 0 20px 0;
  text-align: center;
}
.splash .splash-inner .button-container {
  display: flex;
  justify-content: center;
}
.splash .splash-inner .button-container .button {
  text-align: center;
}
.button {
  display: inline-block;
  cursor: pointer;
  font-family: Fira Sans Extra Condensed;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 15px;
  letter-spacing: 1px;
  border: 1px solid #bbb;
  transition: all 0.2s ease;
}
.button:hover {
  border-color: #fff;
}
em,
i {
  font-style: italic;
}
@media (min-aspect-ratio: 10/5) {
  .video-box {
    width: 75vw;
    height: 42.3968343697004vw;
    top: 6vh;
    left: 12.5vw;
  }
  .video-box iframe {
    height: 42.3968343697004vw;
    width: 75vw;
  }
  /* header, */
  .basic-box {
    width: 75vw;
    left: 12.5vw;
    right: 12.5vw;
  }
  .video-veil {
    top: 7vh;
    left: 12.5vw;
    width: 75vw;
  }
}
@media (min-aspect-ratio: 10/6) and (max-aspect-ratio: 10/5) {
  .video-box {
    width: 84vw;
    height: 47.484454494064444vw;
    top: 6vh;
    left: 8vw;
  }
  .video-box iframe {
    height: 47.484454494064444vw;
    width: 84vw;
  }
  /* header, */
  .basic-box {
    width: 84vw;
    left: 8vw;
    right: 8vw;
  }
  .video-veil {
    top: 7vh;
    left: 8vw;
    width: 84vw;
  }
}
@media (max-aspect-ratio: 10/6) and (min-aspect-ratio: 10/15) {
  .video-box {
    width: 85vw;
    height: 48.04974561899378vw;
    top: 6vh;
    left: 7.5vw;
  }
  .video-box iframe {
    height: 48.04974561899378vw;
    width: 85vw;
  }
  /* header, */
  .basic-box {
    width: 85vw;
    left: 7.5vw;
    right: 7.5vw;
  }
  .video-veil {
    top: 7vh;
    left: 7.5vw;
    width: 85vw;
  }
}
@media (max-aspect-ratio: 5/3) {
  .video-box {
    width: 82vw;
    height: 46.35387224420577vw;
    top: 6vh;
    left: 9vw;
  }
  .video-box iframe,
  .video-box .basic-box {
    height: 46.35387224420577vw;
    width: 82vw;
  }
  /* header {
    width: 82vw;
    left: 9vw;
    right: 9vw;
  } */
  .video-veil {
    top: 7vh;
    left: 9vw;
    width: 82vw;
  }
  .splash .splash-inner {
    margin-top: 10vh;
    font-size: 25px;
    line-height: 1.4em;
  }
}
@media (max-aspect-ratio: 5/4) {
  .text-box {
    top: 60vh;
  }
}
@media (max-width: 1000px) {
  .text-box,
  .splash-inner {
    width: 80%;
    left: 10%;
  }
  .video-box {
    width: 80vw;
    height: 45.22328999434709vw;
    top: 13vh;
    left: 10vw;
  }
  .video-box iframe {
    height: 45.22328999434709vw;
    width: 80vw;
  }
  header,
  .basic-box {
    width: 80vw;
    left: 10vw;
    right: 10vw;
  }
  .video-veil {
    top: 14vh;
    left: 10vw;
    width: 80vw;
  }
}
@media (max-width: 800px) {
  .text-box {
    width: 90%;
    left: 5%;
  }
  .video-box {
    width: 90vw;
    height: 50.87620124364048vw;
    top: 13vh;
    left: 5vw;
  }
  .video-box iframe {
    height: 50.87620124364048vw;
    width: 90vw;
  }
  header,
  .basic-box {
    width: 90vw;
    left: 5vw;
    right: 5vw;
  }
  .video-veil {
    top: 14vh;
    left: 5vw;
    width: 90vw;
  }
  .text-box,
  .splash-inner {
    font-size: 20px;
    line-height: 1.4em;
  }
  .splash .splash-inner {
    width: 90%;
  }
  header {
    flex-wrap: wrap;
    height: auto;
  }
  header .col.title {
    order: 0;
    flex: 1 1 50%;
    height: auto;
  }
  header .col.timeline {
    order: 3;
    flex: 1 1 100%;
    justify-content: center;
  }
  header .col.links {
    flex: 1 1 50%;
    order: 2;
    height: auto;
  }
  .video-box {
    top: 17vh;
  }
  .pagenav {
    display: none;
  }
  .text-box .foundfootage div {
    columns: 1;
  }
  body.basic-page .basic-box section {
    flex: 1 1 100%;
  }
  .tlinner {
    width: 70vw !important;
  }
}
@media (max-width: 450px) {
  .splash {
    align-items: flex-start;
  }
  .splash .splash-inner {
    margin-top: 2vh;
    font-size: 18px;
    line-height: 1.4em;
    width: 90%;
  }
}
@-moz-keyframes img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes img {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes imgfull {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes imgfull {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes imgfull {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes imgfull {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
