html, body {
	background: #000;
	color: #e4e4e4;
	margin: 0;
	padding: 0;
	font-family: "Open Sans", Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
}

.splash {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

.welcome {
	text-align: center;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1;
	color: #fff;
	position: absolute;
	vertical-align: middle;
	top: 50vh;
	left: 0;
	width: 100%;
	z-index: 10;
	margin: 0;
	margin-top: -9rem;
	padding: 0;
}

.wrapper {
	position: fixed;
	background: rgba(0,0,0,.3);
	width: 100vw;
	height: 100vh;
	content: "";
	z-index: 110;
}

@media (min-aspect-ratio: 16/9) {
  video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  video {
    width: 300%;
    left: -100%;
  }
}
/*
     FILE ARCHIVED ON 13:05:39 Mar 15, 2017 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 07:12:24 Jul 07, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  LoadShardBlock: 97.352 (3)
  esindex: 0.008
  captures_list: 120.537
  CDXLines.iter: 12.052 (3)
  PetaboxLoader3.datanode: 44.787 (4)
  exclusion.robots: 0.135
  exclusion.robots.policy: 0.125
  RedisCDXSource: 8.626
  PetaboxLoader3.resolve: 116.544 (2)
  load_resource: 115.565
*/