/* tag edits */
body { margin: 0; background-color: black; }


/* header edits */
#header {
	width: auto;
	height: 525px;
	background-image: url("images/headers/pgr1.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;
}


/* collab-events edits */
#collab-events-header {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

#collab-events {
	background-color: white;
	color: black;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
}

#collab-events img {
	width: 150px;
	height: 150px;
	border: 2px solid black;
	display: inline-block;
	margin-left: 50px;
	margin-right: 50px;
	border-radius: 50%;
}

#nier-intro, #brs-intro { display: inline-block; width: 500px; }


/* soundtrack edits */
#soundtrack-header {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

.song img {
	width:150px;
	height: 100px;
	border: 2px solid black;
	margin-right: 20px;
}

#soundtrack {
	background-color: white;
	color: black;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
	text-align: center;
}

.song {
	display: inline-block;
}


/* bossfight edits */
#bossfight-header {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

#bossfight {
	background-color: white;
	color: black;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
	text-align: center;
}


/* 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;
}


/* img hover effect */
img { transition: filter 0.1s ease; }
img:hover { filter: brightness(75%); }


/* iframe edits */
iframe { border: none; }
