body
{
	overflow: hidden;
	color: #000;
 	background: rgb(0,0,0);
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
	font-family: 'Cute Font', sans-serif;
	font-weight: 300;
	cursor:crosshair;
}

#audio_button
{
	position:fixed;
	top: 10px;
	left: 13px;
	width: 40px;
	height: 40px;
	color:#fff;
	cursor:pointer;
	opacity:0.5
}

#audio_button img
{
	width: 100%;
	height: 100%;
}

@font-face
{
  font-family: DepartureMono;
  src: url(/fonts/DepartureMono-Regular.woff);
}

@font-face
{
  font-family: GlassTtyVT220;
  src: url(/fonts/glass_tty_vt220-webfont.woff);
}

#logo_container {
	max-width: 600px;
	position: absolute;
	left: calc(50% - 300px);
	top: calc(50% - 16px);
}

#starQuote_container
{
	display: none;
	position: absolute;
	width: 100%;
	font-family: "Tangerine",serif;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 25%;
}

.quote {
	font-size: 46pt;
	opacity: 0.9;
	position: relative;
	display: inline-block;
	text-align: center;
	width: 700px;
}

.author {
	font-size: 42px;
	opacity: 0.7;
	color: #ff0;
	padding-top: 10px;
	position: relative;
	display: block;
}

#logo {
	/* width: 90%; */
	position: relative;
	/* left: calc(5%); */
}

#logo img {
	width: 100%;
}

#logo .lanim {
	position: absolute;
	top: 0px;
	left: 0px;
	display:none;
}

#logo .lanim {
	position: absolute;
	top: 0px;
	left: 0px;
}

#text_block {
	position: absolute;
	width: 450px;
	text-align: left;
	display: inline-block;
	padding: 0px 43px;
	box-sizing: border-box;
	position: absolute;
	bottom: 47px;
	left: 0px;
	box-sizing: border-box;
}

#type_block {
	color: #fff;
	width: 100%;
	display: inline-block;
	font-size: 26px;
	color: #f0fff8; /* almost white */
	text-shadow: 0 0 2px #80ffc0, 0 0 5px #0f6, 0 0 13px #0f6, 0 0 20px #0f6, 0 0 10px #000, 0 0 10px #000;
	font-weight: 100;
	animation: flicker 0.02s infinite;
	animation-timing-function: linear;
	line-height:26px;
	text-transform:uppercase;
}

#type_block a {
	color: #fff;
}

#info {
	position: fixed;
	bottom: 10px;
	left: 10px;
	color: #000;
	font-size: 16pt;
	color:#fff;
}

#contact_button_container
{
	display: none;
	position: fixed;
	width: 150px;
	height: 36px;
	left: calc(50% - 75px);
	top: calc(50% - 18px);
}

#contact_button {
	width: 150px;
	height: 36px;
	border-radius: 180px;
	position: relative;
	background: #fff;
	cursor: pointer;
	line-height: 12.5px;
	display: block;
	opacity:0.7;
	transition: 0.3s opacity ease-in-out;
}

#enter_button_container
{
	display: none;
	position: fixed;
	width: 150px;
	height: 36px;
	left: calc(50% - 75px);
	top: calc(50% + 58px);
}

#enter_button {
	width: 150px;
	height: 36px;
	border-radius: 180px;
	position: relative;
	background: #fff;
	cursor: pointer;
	line-height: 12.5px;
	display: block;
	opacity:0.7;
	transition: 0.3s opacity ease-in-out;
}

#contact_button:before, #enter_button:before {
  content:'';
  z-index:1;
  position:absolute;
  display:block;
  width:80%;
  height:70%;
  top:15%;
  left:10%;
  transition: 0.3s opacity ease-in-out;
  filter:blur(15px);
  opacity:0;
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
}

#contact_button:hover, #enter_button:hover {
  opacity:1;
  transition: 0.3s opacity ease-in-out;
}

#contact_button:hover:before, #enter_button:hover:before {
  opacity:1;
  transition: 0.3s opacity ease-in-out;
  filter:blur(25px);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82),linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);  
}

#contact_button::after {
	content: 'Email';
	text-align: center;
	line-height: 31px;
	font-size: 27px;
	color: #fff;
	z-index: 5;
	position: absolute;
	display: block;
	border-radius: 180px;
	width: 97%;
	height: 88%;
	top: 6%;
	left: 1.5%;
	background-color: #000;
	text-transform: uppercase;
}

#enter_button::after {
	content: 'Enter';
	text-align: center;
	line-height: 31px;
	font-size: 27px;
	color: #fff;
	z-index: 5;
	position: absolute;
	display: block;
	border-radius: 180px;
	width: 97%;
	height: 88%;
	top: 6%;
	left: 1.5%;
	background-color: #000;
	text-transform: uppercase;
}

.teletype_cursor {
	position: relative;
	background-color: #c0ffc8;
	background:repeating-linear-gradient(180deg, #c0ffc8 0px, #f0fff8dd 2px, #c0ffc8 4px);
	box-shadow: 0 0 0px #80ffc0, 0 0 1px #00ff66, 0 0 5px #00ff66, 0 0 10px #00ff66;
	width: 11px;
	height: 15px;
	display: inline-block;
	top: 2px;
	margin-left: 5px;
	margin-top: 0px;
	line-height: 0px;
	animation: blink_cursor 1.5s infinite;
	animation-timing-function: linear;
}

@keyframes blink_cursor
{
  0%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0; transform: skewX(1deg); }
  65%  { opacity: 0; }
  75%  { opacity: 1; }
  100% { opacity: 1; transform: skewX(-1deg); }
}

@keyframes flicker
{
  0%   { opacity: 1; }
  25%  { opacity: 1; }
  30%  { opacity: 0.95; }
  65%  { opacity: 0.93; }
  75%  { opacity: 1; }
  100% { opacity: 0.95; }
}

@keyframes glitch
{
  0%   { transform: skewX(1deg); }
  25%  { transform: skewX(0deg); }
  30%  { transform: skewX(3deg); }
  65%  { transform: skewX(0deg); }
  75%  { transform: skewX(-1deg); }
  100% { transform: skewX(0);}
}

.sharp_to_blur
{
	animation-name: run_blur_sharp_zoom;
	animation-duration: 8s;
	animation-timing-function: ease-in;
	animation-iteration-count: 1;
}

.blur_to_sharp
{
	animation-name: run_blur;
	animation-duration: 3s;
	animation-timing-function: ease-out;
	animation-iteration-count: 1;
}

@keyframes zoom_anim
{
  0%   { transform: scale(1);  }
  100% { transform: scale(2);  }
}

@keyframes run_blur
{
  0%   { filter: blur(20px); transform: scale(1.3) }
  100% { filter: blur(0px); transform: scale(1) }
}

@keyframes run_blur_sharp_zoom
{
  0%   { filter: blur(0px);  transform: scale(1) }
  100% { filter: blur(20px); transform: scale(3) }
}

#screen {
	height: 75%;
	position: absolute;
	top: 12.5%;
	overflow: hidden;
	width: 100%;
}

@keyframes rotate_scale_bg
{
  from
  {
  	transform: rotate(0deg);
  }
  
  to
  {
  	transform: rotate(360deg);
  }
}

@keyframes rotate_bg
{
  from
  {
  	transform: rotate(360deg);
  }
  
  to
  {
  	transform: rotate(0deg);
  }
}

#bg {
	position: absolute;
	top: -1000px;
	left: -1000px;
	right: -1000px;
	bottom: -1000px;
	background: url(../images/nebula.jpg);
	animation: rotate_scale_bg 110s infinite;
	opacity: 0.8;
	animation-timing-function: linear;
	background-position: center;
	background-size: 60%;
}

#hero_canvas {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	opacity:0.8;
}

#threed_canvas {
	position:absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	opacity:0;
}

#controls {
	position:fixed;
	right: 50px;
	bottom: 50px;
	width: 200px;
	opacity:0.5;
}

#controls img
{
	width:100%;
}

#teletype_screen
{
	width: 450px;
	overflow: hidden;
	position: absolute;
	left: 15px;
	bottom: -200px;
	transition: 0.75s all ease-out;
}

.screen_overlay {
	position: absolute;
	width: 100%;
	top: 0px;
	opacity: 0.2;
}

.teletype_visible
{
	transition: 0.75s all ease-in;
	bottom: 15px !important;
}


#teletype_screen img
{
	width: 100%;
}

.mono {
	display: inline-block;
	width: 15px;
	text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px)
{
	#teletype_screen
	{
		width: 400px;
		overflow: hidden;
		position: absolute;
		left: 13px;
		bottom: -190px;
		transition: 0.75s all ease-out;
	}
	
	#text_block
	{
		position: absolute;
		width: 400px;
		text-align: left;
		display: inline-block;
		padding: 0px 40px;
		box-sizing: border-box;
		position:absolute;
		bottom: 46px;
		left: 0px;
		box-sizing: border-box;
	}
	
	#type_block
	{
		color: #fff;
		width: 100%;
		display: inline-block;
		font-size: 22px;
		color: #f0fff8; /* almost white */
		text-shadow: 0 0 2px #80ffc0, 0 0 5px #0f6, 0 0 13px #0f6, 0 0 20px #0f6, 0 0 10px #000, 0 0 10px #000;
		font-weight: 100;
		animation: flicker 0.02s infinite;
		animation-timing-function: linear;
		line-height:21px;
		text-transform:uppercase;
	}
	
	#screen
	{
		height: 100%;
		position: absolute;
		top: 0%;
		overflow: hidden;
		width: 100%;
	}
	
	#logo_container
	{
		max-width: 100%;
		position: absolute;
		left:0px;
	}
	
	#logo
	{
		width: 90%;
		position: relative;
		left: calc(5%);
	}
	
	.teletype_cursor
	{
		position: relative;
		background-color: #f0fff8;
		background:repeating-linear-gradient(180deg, #f0fff8 0px, #f0fff8dd 2px, #f0fff8 4px);
		box-shadow: 0 0 0px #80ffc0, 0 0 1px #00ff66, 0 0 5px #00ff66, 0 0 10px #00ff66;
		width: 10px;
		height: 14px;
		display: inline-block;
		top: 3px;
		margin-left: 3px;
		margin-top: 0px;
		line-height: 0px;
		animation: blink_cursor 1.5s infinite;
		animation-timing-function: linear;
	}
	
	#starQuote_container
	{
		display: none;
		position: absolute;
		width: 100%;
		font-family: "Tangerine",serif;
		color: #fff;
		text-align: center;
		box-sizing: border-box;
		padding: 0px 5%;
	}
	
	.quote
	{
		font-size: 34pt;
		color: #f0fff8;
		opacity: 0.9;
		width: 90%;
	}
	
	.author
	{
		font-size: 33px;
		opacity: 0.6;
		color: #ff0;
		padding-top: 10px;
		position: relative;
		display: block;
	}
	
	#controls
	{
		display:none;
		width:0px;
		height:0px;
	}
	
}


