@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 100%;
	width: 100%;
	background-color: #cc0000;
	
	font-size: 16px;
	line-height: 1.4em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Verdana, Tahoma, Arial, sans-serif;
		
}

/********************

INTRO SLIDES

********************/

#intro-header-1 {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #cc0000;
	left: 0px;
	top: 0px;
	
	-webkit-animation-name: header-slide-1;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
			animation-name: header-slide-1;
			animation-duration: 2s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes header-slide-1 {
		0% {left: -3000px;}
		10% {left: 0px;}
		90% {left: 0px;}
		100% {left: 3000px;}
	}
	
	@keyframes header-slide-1 {
		0% {left: -3000px;}
		10% {left: 0px;}
		90% {left: 0px;}
		100% {left: 3000px;}
	}
	
#intro-header-2 {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #cc0000;
	left: 0px;
	top: 0px;
	
	-webkit-animation-name: header-slide-2;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
			animation-name: header-slide-2;
			animation-duration: 2s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes header-slide-2 {
		0% {left: -3000px;}
		10% {left: 0px;}
		90% {left: 0px;}
		100% {left: 3000px;}
	}
	
	@keyframes header-slide-2 {
		0% {left: -3000px;}
		10% {left: 0px;}
		90% {left: 0px;}
		100% {left: 3000px;}
	}

#intro-header-3 {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	left: 0px;
	top: 0px;
	
	-webkit-animation-name: header-slide-3;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
			animation-name: header-slide-3;
			animation-duration: 2s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes header-slide-3 {
		0% {left: -3000px;}
		10% {left: 0px;}
		90% {left: 0px;}
		100% {left: 3000px;}
	}
	
	@keyframes header-slide-3 {
		0% {left: -3000px;}
		10% {left: 0px;}
		90% {left: 0px;}
		100% {left: 3000px;}
	}
	
.title h5 {
		display: table-cell;
		vertical-align: middle;
		height: 100%;
		width: 100%;
		font-size: 2em;
		line-height: 1.5em;
		color: #ffffff;
		text-decoration: none;
		font-family: 'Russo One', sans-serif;
		text-transform: uppercase;
		letter-spacing: 5px;
		text-align:center;
	}
	
.title img {
	height: 30px;
	width: 240px;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	
/********************

MENU

********************/

.screen-menu {display: none !important;}

.mobile-menu {
	width: 100%;
}
	
	.mobile-menu a {
		display: block;
		height: 50px;
		width: 100%;
		text-align: center;
		background-color: #cc0000;
		color: #ffffff;
		text-decoration: none;
		font-family: 'Russo One', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.5em;
		font-size: .6em;
		
		box-sizing: border-box;
		padding: 10px;
			
	}

/********************

CONTENT

********************/

.wrapper {
	min-height: 100%;
	height: auto;
	width: 100%;	
		
	-webkit-animation-name: content-slide;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
			animation-name: content-slide;
			animation-duration: 1s;
			animation-fill-mode: forwards;
}

.main-content {
	background-color: #ffffff;
	width: 100%;
	min-height: 100%;
	height: auto;
}

	.main-content h1 {
		font-size: 1.5em;
		padding: 25px 20px;
		margin-top: 0px;
		
		color: #cc0000;
		text-decoration: none;
		font-family: 'Russo One', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.5em;
		text-align: center;
	}
	
	.main-content h2 {
		font-size: 1.25em;
		padding: 25px 20px;
		
		color: #cc0000;
		text-decoration: none;
		font-family: 'Russo One', sans-serif;
		text-transform: uppercase;
		letter-spacing: 1px;
		line-height: 1.5em;
		text-align: center;
	}
	
	.main-content h3 { /* Block Quote */
		font-size: 1em;
		padding: 25px 20px;
		font-weight: bold;
		color: #cc0000;
		line-height: 1.4em;
		font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", Verdana, Tahoma, Arial, sans-serif;
	}
	
	.main-content p {
		font-size: 1em;
		line-height: 1.4em;
		padding: 0px 20px;
	}

	.main-content a {
			color: #cc0000;
			text-decoration: none;
		}
		
		.main-content a:hover {
			text-decoration: underline;
		}
		
.gallery {
	padding: 25px 20px;	
}

.gallery img {
	border: 1px solid #666666;
}
	
.audio-box {
	box-sizing: border-box;
	margin: 0px 20px 0px 20px;
	border: 1px solid #cc0000;
}

.audio-box p{
	padding: 0px 20px 25px 20px;
}

	.audio-box audio {
		display: table;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0px 20px 0px 20px;
	}
	
#site-info h2, #site-info p {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 100px;
}
	
/********************

FOOTER

********************/
	
.footer {
	width: 100%;
	background-color: #ffffff;
	border-top: 1px solid #eeeeee;
	box-sizing: border-box;
	padding: 20px 0px 20px 0px;
}

	.footer a {
		text-decoration: none;
		text-align: center;
		color: #cc0000;
		font-size: 16px;
		display: block;
		padding: 5px 0px 5px 0px;
	}

	.footer a:hover{
		text-decoration: underline;
	}

/******************

INFO BUTTONS

******************/

.more-info-button {
	display: none !important;
	}

.more-info {
	display: none !important;
}

.overlay {
	display: none !important;
}

#watermark {
	display: none !important;
}

#watermark img{
	display: none !important;
}