/*-------------------- Document --------------------*/

html {
	background: url(/images/gaming_background.jpg) no-repeat center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

/*---------------------- Menu ----------------------*/

#mspacing {
	padding: 75px;
	}

#menu {
	display: block;
	width: 1104px;
	margin: auto;
	font-family: 'Ubuntu', sans-serif;
	}

#menu ul {
	list-style-type: none;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
	}

#menu li {
	float: left;
	margin: auto;
	font-size: 35px;
	text-align: center;
	text-shadow: 0.07em 0.07em #ff9900;
	font-family: 'Ubuntu', sans-serif;
	background: #00061a;
	}

#menu li a {
	display: block;
	margin: auto;
	padding: 5px 18px 5px 18px;
	font-family: 'Ubuntu', sans-serif;
}

#menu li a, .dropbtn {
	display: inline-block;
	color: #e6ecff;
	text-align: center;
	text-decoration: none;
	font-family: 'Ubuntu', sans-serif;
	}

#menu li a:hover, .dropdown:hover .dropbtn {
	background-color: #00061a;
	}

#menu .dropdown {
	display: inline-block;
	}

#menu .dropdown-content {
	display: none;
	position: absolute;
	background-color: #00061a;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	}

#menu .dropdown-content a {
	display: block;
	color: #00061a;
	text-decoration: none;
	text-align: left;
	}

#menu .dropdown-content a:hover {
	background-color: #555555;
	}

#menu .dropdown:hover .dropdown-content {
	display: block;
	}

#menu li a:link {
	color: #40ff00;
	text-decoration: none;
	}

#menu li a:visited {
	color: #40ff00;
	text-decoration: none;
	}

#menu li a:hover {
	color: #40ff00;
	background-color: #555555;
	text-decoration: none;
	}

#menu li a:active {
	color: transparent;
	text-decoration: none;
	}

/*-------------------- index.html --------------------*/

#game_scroller {
	display: inline-block;
	float: left;
	background-color: #53ff1a;
	border: 2px solid #ff0000;
	width: 400px;
	height: 400px;
	margin: 20px;
	overflow: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	text-align: center;
	opacity: 0.75;
	filter: alpha(opacity=75);
	}

#game_showcase {
	display: inline-block;
	float: right;
	background-color: #53ff1a;
	border: 2px solid #ff0000;
	width: 800px;
	height: 400px;
	margin: 20px;
	overflow: auto;
	font-family: 'Ubuntu', sans-serif;
	font-size: 50px;
	text-align: center;
	opacity: 0.75;
	filter: alpha(opacity=75);
	}

/*-------------------- indi.html --------------------*/

#indi {
	margin: 25px;
	border: 1px solid #ccc;
	float: left;
	width: 180px;
	text-align: center;
	color: #40ff00;
	font-family: 'Ubuntu', sans-serif;
	}

#indi:hover {
	border: 1px solid #777;
	}

#indi img {
	width: 100%;
	height: auto;
	}

#indi_desc {
	padding: 15px;
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	}

/*-------------------- Map.html --------------------*/

#map {
	display: block;
	margin: auto;
	width: 375px;
	height: 375px;
	background-color: lightgrey;
	border: 2px solid #53ff1a;
	}

#map_spacing {
	padding: 75px;
	}
