html {
	font-family: 'Roboto', sans-serif;
}	
body {
	background-color: #39393a;
	color: #ffffff;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
}
img.header {
    	display: block;
	margin: 0 auto;
    	margin-top: 50px;
	margin-bottom: 30px;
}
img.thumbs {
	display: block;
	border: 1px solid #ffffff;
	border-radius: 4px;
	padding: 5px;
	margin: 0 auto;
    	margin-top: 30px;
	margin-bottom: 30px;
}
.gallerynav {
	display: flex;
	margin-top: 40px;
	align-items: center;
	justify-content: center;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	font-weight: bold;
}
.foot {
	display: block;
	margin-top: 40px;
	margin-bottom: 30px;
	text-align:center;
}
/* Begin Navigation Bar */
	#nav {
		border: 1px solid #cfcfcf;
		border-width: 1px 0;
		list-style: none;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	#nav li {
		position: relative;
		display: inline;
	}
	#nav a {
		display: inline-block;
		padding: 10px;
	}
	#nav li:hover a {
		text-decoration: underline;
		background: none;
	}
	a {
		color: #edf341;
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
	}	
/* End Navigation Bar */