@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../images/background.jpg);
	background-size:cover;
	width:100%;
	height:auto;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
}

.main {
	width:80%;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
	
.headnav {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#000;
	height:auto;
	font-size:24px;
	text-align:center;
	padding:20px 0px;
	color:#414;
	
}

.headnav a {
	padding-left:30px;
	padding-right:30px;
	text-decoration:none;
	color:#936;
}

.headnav a:hover {
	text-decoration:none;
	color:#FFF;
}

.logo {
	width:100%;
	float:left;
	clear:left;
	display:inline;
}

.logo img {
	max-width: 100%;
	height: auto;
	width: auto;
}

.content {
	width:100%;
	max-width:800px;
	color:#FFF;
	background: rgba(5, 5, 5, .85);
	padding:50px;
	float:left;
	clear:left;
	margin:auto;
	}

.main-content {
	width:auto;
	height:auto;
	clear:both;
	display:inline;
	float:left;
	clear:left;
}

.main-content h1 {
	color:#FFF;
	width:auto;
	margin:0px;
	padding:10px 40px 10px 20px;
	background-color:#414;
	display:block;
}

.main-content h2 {
	color:#FFF;
	width:auto;
	margin:0px;
	padding:10px 40px 10px 20px;
	background-color:#414;
	display:block;
}

.main-content p {
	padding:10px 40px 10px 20px;
	font-size:1.25em;
}

.main-content a {
	text-decoration:none;
	color: #e1bee7;
}

.main-content a:hover {
	text-decoration:none;
	color: #414;
}

.main-content a:visited {
	text-decoration:none;
	color: #e1bee7;
}

.spotlight {
	width:auto;
	display:block;
	margin:0px 0px 40px 0px;
	background: rgba(200, 200, 200, .75);
	color:#222;
	padding:20px 50px;
}

.spotlight p {
	padding:20px 20px 0px 20px;
	margin:0px;
}

.spotlight a {
	text-decoration:none;
	color: #aa47bc;
}

.spotlight a:hover {
	text-decoration:none;
	color: #414;
}

.spotlight a:visited {
	text-decoration:none;
	color: #aa47bc;
}

.spotlight img {
	float:left;
	max-width:50%;
	width:auto;
	height:auto;
	margin:20px 0px 20px 50px;
}

.subspot {
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
	background: rgba(200, 200, 200, .75);
	color:#222;
}

.subspot img {
	float:left;
	max-width:50%;
	width:auto;
	height:auto;
	margin:20px;
}

.subspot h4 {
	font-size:1.4em;
	font-weight:700;
	color:#222;
	padding:20px 20px 0px 20px;
	margin:0px;
}

.picspot {
	width:100%;
	display:block;
	margin:0px;
	padding:0px;
	background: rgba(200, 200, 200, .75);
	color:#222;
}

.picspot img {
	float:left;
	max-width:100%;
	width:auto;
	height:auto;
	margin:0px;
}

.picspot h4 {
	font-size:1.4em;
	font-weight:700;
	color:#222;
	padding:20px 20px 0px 20px;
	margin:0px;
}

.vidspot {
	display:block;
	max-width: 40%;
	width: auto;
	height: auto;
	margin:14px;
	padding:14px;
	background: rgba(200, 200, 200, .75);
	color:#222;
}