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

body, html {
	height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	font-family: 'Average Sans', sans-serif;
	background-color: #666666;
	font-size: 16px;
}

a {color: #336699; outline: none; text-decoration:none;}
a:hover {color: #FFF; outline: none;}


img {border: none;}

div#header {
	width:100%;
	alignment-baseline: middle;
	background-color: rgba(240, 240, 240, 0.8);
	padding: 10px 0;
	margin: 0px;
	text-align: center;
	z-index: 1;
	position: absolute;
	top: 200px;
}
div#header.opaque{
	background-color: rgba(240, 240, 240,1);
}

.container, #not-head {
	max-width: 1500px;
	margin: 0 auto;
}

footer {
	position: fixed;
	width: 100%;
	z-index: 1;
	alignment-baseline: middle;
	bottom: 0;
	height: 100px;
	background: rgba(255, 255, 255, 1);
	padding-top: 20px;
}

h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	text-decoration: none;
	display: inline;
}

#loading{
	height: 150%;
	width: 100%;
	background-color: #336699;
	z-index:99;
}
#nav{
    border: none;
    display: inline;
    text-align: left;
	font-size: 18px;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

#nav ul {
	padding: 0;
	margin: 0;
}

#nav li {
	text-align: center;
	display: inline;
	padding-right: 28px;
	color:#000;
	font-style:normal;
}

#nav li:hover, .navagator{
	color:#336699;
	cursor: pointer;
}

.boss:hover{
	color: #ffffff;
}

#nav li a:link {text-decoration: none;}

#sub-head h1,
#sub-head .extras {
	font-size: 18px;
	text-decoration: none;
	padding: 0;
	display: none;
}
#sub-head .extras {
	margin-right: 28px;
	color: #666666;
}
@media(max-width: 900px){
	.breaker{
		display: block;
	}
}

/*All Sections*/
.section {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
}
@media(max-width: 900px){
	.container{
		padding-top: 40px;
	}
}

/*Welcome*/
#welcome {
	background-image: url('../image-bank/background/index.jpg');
	background-position: center;
	height: 700px;
	background-size: cover;
}

/*About*/
#intro {
	background-color: #336699;
	color: #ffffff;
	padding: 50px 0;
}

.bio {
	color: #ffffff;
	padding: 3px 30px;
}
.bio a{
	color: #AAAAAA;
}
.bio a:hover{
	border-bottom: 1px dotted #aaaaaa;
}

/*Calendar*/
#calendar {
	background-image: url("../image-bank/background/calendar.jpg");
	min-height: 750px;
	background-size: cover;
}

.event-container{
	display: inline-block;
	margin: 80px 0;
	margin-left: 25%;	
	width: 70%;
	background: rgba(255, 255, 255, 0.8);
	padding: 3px;
}
@media(max-width: 1000px){
	.event-container{
		margin-left: 5%;
		width: 90%;
	}
}

.calendar-item {
	vertical-align: top;
	padding: 5px;
	overflow: hidden;
}
.calendar-item:not(.last){
	border-bottom: 1px solid #fff;
}

.calendar-cell-event {
	vertical-align: top;
	text-align: left;
	margin-right:25px;
}

.calendar-cell-poster {
	vertical-align: top;
	align: center;
	float: right;
}

/*Music*/
#music {
	background: url("../image-bank/background/images.jpg");
	background-position: bottom right;
	height: 900px;
	background-repeat: no-repeat;
	background-size: cover;
}

.music-container{
	margin: 0 auto;
	width: 80%;
	padding: 50px 0;
	height: 90%;
	color: #ffffff;
}
@media(max-width: 900px){
	.music-container{
		padding-top: 80px;
	}
}
.afn{
	float: right;
}
@media(max-width: 900px){
	#music{
		height: auto;
	}
	.afn{
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
}

/*Images*/
#images {
	background-color: #242424;
}
@media(max-width: 900px){
	#images{
		padding-top: 10px;
	}
}

.image-container{
	padding: 5px 20px 20px 20px;	
	color: #ffffff;
	padding-top: 50px;
}

.posters, .photos {
	text-align: left;
	padding: 0;
	margin: 1px 0 1px 0;
	color:#ffffff;
}

.poster-scroll-container,
.photo-scroll-container {
	overflow-x: scroll;
	overflow-y: hidden;
	height: 140px;
	position: relative;
	text-align: left;
	padding: 0;
	margin: 1px 0 1px 0;
	color:#000;
}

.poster, .photo {
	float: left;
	margin: 3px;
	padding:0;
	width: 94px;
	border: none;
	height: 94px;
	overflow: hidden;
	border: none;
}
.showcase{
	width: 100%; height: 80%;
	background-color: #3D3D3D;
	vertical-align: top;
	padding: 0;
	box-shadow: inset 0 0px 5px -1px #2b2b2b;
	-webkit-box-shadow: inset 0 0px 5px -1px #2b2b2b;
	-moz-box-shadow: inset 0 0px 5px -1px #2b2b2b;
	text-align: center;
	display: none;
}
.galleryScroll:hover,
.posterScroll:hover,
.photoScroll:hover {
	cursor: pointer;
}
.close {
	color: #ffffff;
	float: right;
	cursor: pointer;
}
.close:hover{
	color: #336699;
}

/*reviews*/
#reviews {
	background: url("../image-bank/background/reviews.jpg");
	background-size: cover;
	padding: 100px 30px;
}

.reviews-container{
	position: relative;
	top: 20%;
	left:5%;
	margin-left: 20px;
	width: 85%;
	background: rgba(255, 255, 255, 0.8);
	padding: 3px;
}


/*contact*/
#contact{
	width:100%;
	z-index:1;
	padding: 10px;
	margin-left: -10px;
	text-align: left;
	display: none;
}

.contact-container {
	position: relative;
	padding: 5px 20px 5px 20px;
}

.email {
	cursor: text;
	border: 1px solid #eee;
	webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  	   border-radius: 5px;
	box-shadow: none;
	padding: 5px;
	font-size: 16px;
	font-family: 'Average Sans', sans-serif;
}
.email:focus{
	border-color: #336699;
	outline: none;
}

.mailinglist-float {
	float: right;
}
input[type="submit"]{
	cursor: pointer;
	font-size: 16px;
	font-family: 'Average Sans', sans-serif;
	padding: 5px;
	background-color: #777;
	border-radius: 3px;
	color: #fff;
	box-shadow: none;
	outline: none;
	border: none;
}

#mc_embed_signup a.mc_embed_close{
	background:transparent
}

#copyright {
	position: fixed;
	bottom: 0;
	right: 0;
	padding: 1px;
	background: rgba(240, 240, 240, 0.8);
}