/* tag edits */
body { margin: 0; background-color: black; }


/* header edits */
#header {
	width: auto;
	height: 500px;
	background-image: url("images/pgr2.png");
	background-size: cover;
	margin-top: 0;
}

#header-text {
	text-align: center;
	color: white;
	font-size: 35px;
	font-weight: bold;
	padding-top: 50px;
}


/* nav bar edits */
#nav-wrapper { background-color: gray; text-align: center; }
#nav a:hover { background-color: black; color: white; }
#nav .active { background-color: black; color: white; } /* keep track of the current page */

#nav {
	width: 950px;
	margin: 0 auto;
	font-size: 0; /* so that there's no whitespaces for inline blocks */
}

#nav a {
	width: 275px;
	height: 50px;
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 25px;
	text-decoration: none;
	color: black;
}


/* game-intro edits */
#game-intro {
	width: 900px;
	margin: 0 auto;
	font-size: 20px;
	padding: 25px;
	background-color: white;
	color: black;
}


/* footer edits */
#footer {
	background-color: gray;
	text-align: center;
	font-size: 25px;
	padding: 10px;
	width: auto;
	margin: 0;
}

#footer a { 
	text-decoration: none; 
	color: white;
}









