
html, body {
	margin: 0; 
	height: 100%; 
	width:100%;
	overflow: hidden;
	user-select: none; /* supported by Chrome and Opera */
	   -webkit-user-select: none; /* Safari */
	   -khtml-user-select: none; /* Konqueror HTML */
	   -moz-user-select: none; /* Firefox */
	   -ms-user-select: none; /* Internet Explorer/Edge */
}

body{
	margin:0;
	background-color: #000;
}

iframe{
	border: none;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -50;
}

.imgHallway{
	position: absolute;
	z-index: -100;
}


/* --------------------------------------------------------------------------- COMPUTER TEXT */

.computerWrapper{
}

h1{
	color: transparent;
	font-family: paralucent, sans-serif;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .15em;
	margin: 0;
	padding: 0;
	text-align: center;
	line-height: 1.4;
}

.left{
	margin-top: -5%;
}

.left .same {
	width: 100%;
	font-size: 10vh;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0%;
}

.same1{
  	animation: flash .63s linear infinite;
	animation-delay: .07s;
}

.same2{
  	animation: flash .95s linear infinite;
	animation-delay: .6s;
}

.same3{
  	animation: flash .45s linear infinite;
	animation-delay: .15s;
}

.same4{
  	animation: flash .5s linear infinite;
	animation-delay: .8s;
}

/* --------------------------------------------------------------------------- COMPUTER TEXT ANIMATION */


@keyframes flash {
    0%{     
    	color: transparent;   
    }
    49%{    
    	color: transparent;
    }
    50%{    
    	color: #fff;
    }
    99%{    
    	color: #fff; 
    }
    100%{   
    	color: transparent;   
    }
}


/* --------------------------------------------------------------------------- IMAGE */

img{
	position: absolute;
	z-index: 2;
	width: 100%;
	left: 7.5%;
	top: 10%;
}

.dollarIMG{
	width: 30%;
}


/* --------------------------------------------------------------------------- USER BUTTON */

a{
	box-shadow: 10px 10px #f4df2f;
	color: #fff;
    border: 3px solid #fff;
	font-family: orator-std, monospace;
	font-size: 1em;
	font-style: normal;
	margin:0;
	padding: 15px 25px;
	position: absolute;
	text-decoration: none;
	width: 20%;
	z-index: 3;
}

.userButton2 a:hover, .userButton1 a:hover{
	color: #000;
	background-color: transparent;
}





