@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-color: #cc0000;
	
	font-size: 18px;
	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: 15vmin;
		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: 72px;
	width: 576px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -288px;
	margin-top: -36px;
}


/********************

CONTENT

********************/

.wrapper {
	height: 100%;
	width: 75%;	
	margin-right: -3000px;
	float: right;
		
	-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;
	
	height: 100%;
	width: 100%;
	overflow: auto;
}

	@-webkit-keyframes content-slide {
		
		0% {margin-right: -3000px;}
		100% {margin-right: 0px;}
	}
	
	@keyframes content-slide {
		
		0% {margin-right: -3000px;}
		100% {margin-right: 0px;}
	}

	.main-content h1 {
		font-size: 3em;
		padding: 25px 100px;
		
		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.5em;
		padding: 25px 100px;
		
		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 250px;
		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 {
		padding: 0px 150px;
		font-size: 1em;
	}

	.main-content a {
			color: #cc0000;
			text-decoration: none;
		}
		
		.main-content a:hover {
			text-decoration: underline;
		}
		
.gallery {
	padding: 25px 150px;	
	margin-bottom: 50px;
}

.gallery img {
	border: 1px solid #666666;
}
	
.audio-box {
	box-sizing: border-box;
	margin: 0px 150px 0px 150px;
	border: 1px solid #cc0000;
}

.audio-box p{
	padding: 0px 100px 25px 100px;
}

	.audio-box audio {
		display: table;
		width: 100%;
		margin: 0 auto;
		box-sizing: border-box;
		padding: 0px 100px 0px 100px;
	}
	
#site-info h2, #site-info p {
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 100px 0px 100px;
}

/********************

SCREEN MENU

********************/

.more-info-button {
	cursor: pointer;
	z-index: 9999;
	width: 50px;
	height: 50px;
	background: #cccccc;
	text-align: center;
	position: absolute;
	top: 25px;
	right: -50px;
	
	-webkit-animation-name: more-info-button;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
			animation-name: more-info-button;
			animation-delay: 2s;
			animation-duration: 1s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes more-info-button {
		
		0% {right: -50px;}
		100% {right: 25px}
	}
	
	@keyframes more-info-button {
		
		0% {right: -50px;}
		100% {right: 25px}
	}

	.more-info-button span {
		color: #ffffff;
		font-size: 1.5em;
		font-weight: bold;
		width: 100%;
		line-height: 50px;
	}

.more-info {
	z-index: 9999;
	width: 250px;
	position: absolute;
	top: 75px;
	right: 25px;
	background: #ffffff;	
	border: 1px solid #cccccc;
}

.overlay {
	z-index: 9998;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .5);
}
		
		.more-info a {
			display: block;
			text-decoration: none;
			color: #cc0000;
			font-size: 16px;
			margin: 10px 20px 10px 20px;
			text-align: right;
		}
			
			.more-info a:hover{
				text-decoration: underline;
			}

#watermark {
	position: absolute;
	bottom: 15px;
	right: -75px;
	
	-webkit-animation-name: watermark;
	-webkit-animation-delay: 2s;
	-webkit-animation-duration: 1.25s;
	-webkit-animation-fill-mode: forwards;
			animation-name: watermark;
			animation-delay: 2s;
			animation-duration: 1.25s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes watermark {
		
		0% {right: -50px;}
		100% {right: 25px}
	}
	
	@keyframes watermark {
		
		0% {right: -50px;}
		100% {right: 25px}
	}

/********************

MOBILE MENU

********************/

.mobile-menu {display: none !important;}

.screen-menu {
	height: 100%;
	width: 25%;
	float: left;
	margin-left: -3000px;
	
	-webkit-animation-name: menu-slide;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
			animation-name: menu-slide;
			animation-duration: 1s;
			animation-fill-mode: forwards;
}

	@-webkit-keyframes menu-slide {
		
		0% {margin-left: -3000px;}
		100% {margin-left: 0px;}
		
	}
	
	@keyframes menu-slide {
		
		0% {margin-left: -3000px;}
		100% {margin-left: 0px;}
	}
	
	.screen-menu a {
		display: block;
		height: 10%;
		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: 1.5vh;
		
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
			
	}
	
		.screen-menu a:hover {
			background-color: #B30002;
			color: #ffffff;
			text-decoration: none;
		}
		
		.screen-menu .selected {
			background-color: #990000;
		}


/********************

FOOTER

********************/
 	
.footer {
	display: none;	
}

			
