 body {
	  background: ${BACKGROUND_COLOUR};
	  color:#cccccc;
	  margin: auto;
	  padding: 0px;
	  border: 0px;
		  
	font-family: Arial, Helvetica, sans-serif;
	background-color: black;
	background-image: url("https://lolstatic-a.akamaihd.net/game-info/1.1.9/images/champion/backdrop/bg-syndra.jpg");
	opacity: 1;
	background-repeat: repeat-x;
	}
	
	/*top navigation bar */
/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
/*drop down */
.drop {
	float: left;
	overflow: hidden;
}

.drop .dropper{
	font-size: 17px;
	border: none;
	outline: none;
	color: white;
	padding: 14px 16px;
	background-color: inherit;
	margin: 0;
}

/* Change the color of links on hover */
.topnav a:hover, .drop:hover .dropper {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
#active {
  background-color: #c200f1;
  color: white;
}

.drop-content {
	top:2.9em;
	 display: none;
	 position: absolute;
	 background-color: #f9f9f9;
	 min-width:160px;
	 box-shadow:0px 8px 16px 0px rgba(0,0,0,0.2);
	 z-index: 1;
}

.drop-content a {
	float:none;
	color:black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}

.drop-content a:hover {
	background-color: #ddd;
}

.drop:hover .drop-content {
	display: block;
}



	
	
	canvas {
		  image-rendering: optimizeSpeed;
		  -webkit-interpolation-mode: nearest-neighbor;
		  -ms-touch-action: none;
		  margin: 0 auto;
		  padding: 0px;
		  border: 0px;
		width:50%;
		height: 50%;
	}
	:-webkit-full-screen #canvas {
		 width: 100%;
		 height: 100%;
	}
	div.gm4html5_div_class
	{
	  margin: auto;
	  padding: 0px;
	  border: 0px;
	}
	/* START - Login Dialog Box */
	div.gm4html5_login
	{
		 padding: 20px;
		 position: absolute;
		 border: solid 2px #000000;
		 background-color: #404040;
		 color:#00ff00;
		 border-radius: 15px;
		 box-shadow: #101010 20px 20px 40px;
	}
	div.gm4html5_cancel_button
	{
		 float: right;
	}
	div.gm4html5_login_button
	{
		 float: left;
	}
	div.gm4html5_login_header
	{
		 text-align: center;
	}
	/* END - Login Dialog Box */
	:-webkit-full-screen {
	   width: 100%;
	   height: 100%;
	}



/*intro section*/
.spacer{
	height: 50px;	
}
.introduction{
	background-color: #d2d2d2;
	overflow:hidden;
	border-style: solid;
	border-color: #CC99FF;
	width: 45%;
	margin: auto;
	float: right;
}
.introduction p{
	text-align: justify;
	padding: 0px 10px;
	font-size: 20px;
	color: black;
}
