html, body {
	background: url('bg.jpg') no-repeat center center / cover;
	color: #e4e4e4;
	margin: 0;
	padding: 0;
	font: 10px "Open Sans", Arial, sans-serif;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
	box-sizing: border-box;
}

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

.welcome {
	line-height: 2rem;
	font-size: 1.4rem;
	color: #201852;
	position: absolute;
	vertical-align: middle;
	top: 10px;
	z-index: 10;
	margin: 0 auto;
	padding: 3rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.logo {
	align-self: center;
}

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

@media (min-width: 500px) {
	.welcome {
		width: 400px;
		margin-top: -200px;
		margin-left: -200px;
		top: 50%;
		left: 50%;
	}
}

@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
*/