html {}

body {
	color: #eee;
	background-color: #222;

	background-image: url('/images/dnd book.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top;

	font-family: "Libre Baskerville", serif;
}

h2 {
	margin-bottom: 2rem;
	text-align: center;
	font-size: 3.5rem;
	font-family: 'MedievalSharp';
}


section#hero {
	width: 100%;
	background-color: #222;
	opacity: 0.7;
	margin-bottom: 0px;
	padding-bottom: 60px;
}

section#hero .content_container {
	opacity: 1.0;
}

section#hero h1 {
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 5.5rem;

	text-transform: uppercase;
	font-family: 'MedievalSharp';

	text-shadow: 2px 2px #000;

}

section#hero #description {
	width: 600px;
	text-align: center;
	font-size: 1.3rem;
	margin: auto;
	text-transform: none;
	line-height: 2rem;
	font-family: "Libre Baskerville", serif;
}






.nav {
	font-family: 'MedievalSharp';
	background-color: #222;
	margin-top: 0px;
	padding-top: 0px;
	border: solid 2px #222;
}

.nav ul {
	padding-left: 0px;
	text-align: center;
}

.nav ul li {
	display: inline-block;
	list-style-type: none;
	text-align: center;

	padding: 10px 30px;

	font-size: 1.6rem;
	text-transform: uppercase;

	text-shadow: 2px 2px #000;

}

.nav ul li a {
	color: #eee;
}

.nav ul li:hover,
.nav ul li a:hover {
	color: #4183c4;
}




/* MEET THE GAMEMASTER */
section#meet {
	background-image: url('/images/dark-background-1.jpg');
}

section#meet p {
	font-size: 1.3rem;
	line-height: 2.3rem;
	color: #ddd;
}




/* SERVICES */
section#services {
	width: 100%;
	background-color: #222;
	background-image: url('/images/abstract-blue-background-texture_196038-13240.jpg');
	opacity: 1.0;
	margin-bottom: 0px;
	padding-bottom: 60px;
}

section#services .content_container {
	opacity: 1.0;
}

section#services .large_header {
	margin-bottom: 1rem;
	padding: 20px 20px;
	font-size: 2.5rem;
	color: #eee;
	font-family: 'MedievalSharp';
	text-align: center;	
}

section#services .column .content {
	background-image: url('/images/dark-background-1.jpg');
	padding: 24px 36px;
	border: solid 2px #777;
	height: 500px;
}


section#services h2 {
	padding: 0 4px 4px;
	color: #eee;
	text-shadow: 2px 2px #000;
}

section#services h3 {
	padding: 0 0px 12px;
	color: #eee;
	text-shadow: 2px 2px #000;
}

section#services p {
	color: #ddd;
	line-height: 1.7rem;
}




/* RESOURCES */
section#resources {
	background-image: url('/images/dark-background-1.jpg');
}

section#resources p {
	line-height: 2.1rem;
	font-size: 1.2rem;
}


/* CONTACT */
section#contact {
	/* background-color: #333; */
}

section#contact h2 {
	text-shadow: 2px 2px #000;
}

section#footer {
	background-color: #222;
	color: #999;
}



.subpage #header {
	height: 100px;
	background-color: #222;
	font-family: 'MedievalSharp';
}

.subpage #header #header_content {
	width: 1100px;
	margin: 0 auto;
}

.subpage #content {
	width: 1100px;
	margin: 60px auto;
	padding: 40px 80px;
	background-color: #222;
	color: #eee;
}

.subpage #content p {
	font-size: 1.2rem;
	font-weight: normal;
	line-height: 2rem;
}

/* MEDIA QUERIES */

@media screen and (max-width: 600px) {
	section#hero h1 {
		padding-top: 200px;
	}

	section#hero .nav ul li {
		display: block;
	}
}