/* tag edits */
body { margin: 0; background-color: black; }


/* header edits */
#header {
	width: auto;
	height: 525px;
	background-image: url("images/headers/alpha.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;
}

/* 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;
}


/* collage edits */
#collage {
	/*width: 85%;
	text-align: center;
	margin: 0 auto;
	margin-top: 0;
	background-color: white;*/
	background-color: white;
	color: black;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
	text-align: center;
	margin-top: 0;
}

.thumbnail {
	background-color: #CCC;
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
}

.overlay {
	background: #00000020;
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	padding-top: 65px;
	visibility: hidden;
}

.thumbnail:hover .overlay { visibility: visible; }

.thumbnail > img { width: auto; height: auto; }

#row1, #row2, #row3 { white-space: nowrap; }

#row1 img { display: inline-block; height: 150px; margin-right: 0; }
#row2 img { display: inline-block; height: 150px; margin-right: 0; }
#row3 img { display: inline-block; height: 200px; margin-right: 0; }

#pic1 { width: 25%; margin-top: 7px; margin-right: 0; }
#pic2 { width: 30%; margin-top: 7px; margin-right: 0; }
#pic3 { width: 25%; margin-top: 7px; margin-right: 0; }
#pic4 { width: 15%; margin-right: 0; }
#pic5 { width: 20%; margin-right: 0; }
#pic6 { width: 20%; margin-right: 0; }
#pic7 { width: 25%; margin-right: 0; }
#pic8 { width: 40%; margin-right: 0; }
#pic9 { width: 20%; margin-right: 0; }
#pic10 { width: 20%; margin-right: 0; }


/* why-i-like-it edits */
#wili-header {
	font-weight: bold;
	text-align: center;
	font-size: 25px;
}

#why-i-like-it {
	background-color: white;
	color: black;
	width: 900px;
	margin: 0 auto;
	padding: 20px;
	font-size: 20px;
	text-align: center;
}