body{
	height:100%; 
	background-color:black;  
	font-family:roboto !important;
}
#mainPage{
	display: none;
	height:100%;
	background-color: black;
}
#bottomLinks{
	display: none;
	background-color: rgba(0, 0, 0, 0.619608);
}
#footer{
	display: none;
}
#pageSection{
	display: none;
}
#backgroundImage{
	height:100%;  
	background-image: url('../img/justthebackground.png'); 
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100%;
	position absolute;
}
#backgroundImageMe{
	height:100%;  
	background-image: url('../img/justme.png'); 
    background-attachment: fixed;
    background-position: center;
    background-size: auto 100%;
    position absolute;
}
/*-----------GAME--------------*/
#game{
	display: none;
	overflow: hidden; 
	position: relative;  
	width: 100%; 
	height: 95%;
	background-color:white;  
	z-index:4;
}
#airplane{
	height:60px; 
	width:100px;  
	transform: scaleX(-1) rotate(0deg);
	filter: FlipH;
	position: absolute; 

	z-index:1;
}
#scenery{
	position:absolute;
	height: 100%; 
	width:3000px;
}
#gameIntro{
	width:400px; 
	top: 200px;
	z-index:0;
}
#trashCan{
	height:60px;
	width:60px;
	transform: rotate(280deg);   
	position:absolute;  
	bottom:0px;
	z-index:2;

}
#mobileControlLeft{
	cursor: pointer;
	z-index:7; 
	position: fixed;
	bottom: 0px;
	height: 30%;
	width: 25%;
	display:none;
}
#mobileControlRight{
	cursor: pointer;
	z-index:7;
	position: fixed;
	bottom: 0px;
	height: 30%; 
	left:75%; 
	width: 25%; 
	display:none;
}
#soundCloudLink:hover{
	color:orange !important;
}
#resumeLink:hover{
	color:green !important;
}
#githubLink:hover{
	color:black !important;
}
#linkedinLink:hover{
	color:blue !important;
}
#mailLink:hover{
	color:red !important;
}