#arena {
	margin: 0 auto;
	width: 800px;
	height: 480px;
 }
 
 #container {
   position: relative;
   width: 100%;
   height: 100%;
 }
 #container gameCanvas, #splashScreen {
   position: fixed;
 }
 
 #splashScreen {
	font-size: 36px;
	text-align: center;
	width: 100%;
	height: 100%;
	background-image: url(../images/play_flying/game_play_landing.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
 }
 
 #menuButton {
	float: left;
	margin-left: 5%;
	margin-top: -15%;
	width: 20%;
	height: 50%;
 }
 
 #menuBar {
	width: 15%;
	height: 350%;
	margin-top: 2%;
	background-color: black;
	opacity: 0.5;
	border-radius: 0px 20px 20px 0px;
	color: white;
 }
 
 #menuBtn {
	height: 10%;
	width: 50%;
	margin: 10px;
	font-size: 16px;
 }
 
 #hud {
	float:right;
	font-size: 24px;
	background-color: #ef4822;
	border: 3px solid #ffffff;
	border-radius: 5px 5px 5px 5px;
	padding: 10px;
	margin-top: 60px;
	margin-right: 60px;
	color:#ffffff;

 }
 
 #hud2 {
	float:right;
	font-size: 18px;
	background-color: #ef4822;
	border: 3px solid black;
	border-radius: 10px 10px 10px 10px;
	padding: 5px;
 }
 
 #gameCanvas {
	width: 100%;
	height: 100%;
 }
 
 #mobileInstructions {
	display: none;
 }
 
 #startButton{
	position: absolute;
	left: 0%;
	top: 0%;
	width: 100%; 
	height: 100%;
	border-radius: 15px; 
	font-size: 24px;
	background-color:transparent;
	border: none;
 }
 
 pcInstructions {
	display: inline;
 }
 
 /* #debug
 {
	font-style: italic;
 
 }
 */
 
 @media screen and (max-width: 800px)
 {
	body
	{
		margin: 0;
		padding: 0;
		background-image: url(../images/red_bg.png);
	}
	
	#gameCanvas
	{
		width: 100%;
		height: auto;
		border: 0;
		margin: 0;
		padding: 0;
		float: none;
		clear: both;
		display: block;
	}
 
	#mobileInstructions
	{
		display: inline;
	}
 
	#pcInstructions
	{
		display: none;
	}
 }
 
 /* ADDED IN TO TEST */
 
 /***************** Global *****************/
 body{
	background-color: #dddddd;
	background-size: 100%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 85%;
 }
 
 body, div
 {
	margin: 0;
	padding: 0;
 }
 
 a
 {
	color: black;
	text-align: center;
	text-decoration: none;
 }
 /******************************************/
 
 

 
 /************** Login Button **************/
 #loginBtn
 {
	border-radius: 0px 0px 0px 25px;
	padding: 8px;
	background-color: #ffffff;
	right:0px;
	position: absolute;
	
 }
 
 /************* Navigation Bar *************/
 .main-nav
 {
	background-color: #1B75BC;
	height: 530px;
	left: 0;
	padding-top: 30px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100px;
	z-index: 2;
 }
 
 .main-nav a		/* menu items */
 {
	margin: 7px 10%;
	display: inline-block;
	transition-duration: 0.5s;
	width: 80%;
 }
 
 .main-nav a img
 {
	padding-top: 8px;
	width: 100%;
 }
 
 .menuLink
 {
	border-bottom: 1px solid #ffffff;
	padding-bottom: 8px;
 }
 
 .menuLink:hover
 {
	color: #fff;
 }
 
 .menuToggle
 {
	background-color: #ffffff;
	color: #50A0DC;
	padding: 8px 0px;
	position: absolute;
	top: 0px;
	width: 100px;
 }
 #hideBtn
 {
	margin: 0%;
	width: 100%;
 }
 #showBtn
 {
	border-radius: 0px 0px 25px 0px;
	z-index: 1;
 }
 
 #menu:target
 {
	display: none;
	width: 0px;
 }
 /*******************************************/
 
 /**************** Container ****************/
 .container
 {
	background-color: #ffffff;
	border-radius: 0px 25px 25px 0px;
	left: 0;
	margin: auto;
	padding-left: 100px;
	padding-right: 20px;
	position: absolute;
	right: 10%;
	top: 10%;
 }
 
 .container div
 {
	text-align: center;
	background-color: #fff;
 }
 
 #header
 {
	color: #50A0DC;
 }
 
 #content
 {
	margin-bottom: 75px;
 }
 
#footer
{
	border-radius: 0px 0px 25px 0px;
	bottom: 0;
	left: 100px;
	padding: 1vs;
	position: absolute;
	right: 0;
}