@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

body {
		background: url(../images/background.jpg) no-repeat center center fixed;
		background-size: cover;
		z-index: -20;
	}
	
.header {
	width: 100%;
	height: 375px;
	display: block;
	margin-top: 40px;
}

.inner_header {
	width: 1153px;
	height: 80%;
	display: block;
	margin: 0 auto;
	border-radius: 30px;
	border: 3px solid white;
}

.inner_header .crossfade > figure {
	animation: imageAnimation 30s linear infinite 0s;
	color: transparent;
	backface-visibility: hidden;
	height: 300px;
	opacity: 0;
	position: absolute;
	border-radius: 30px;
	width: 1153px;
	z-index: -1;
}

	.crossfade > figure:nth-child(1) {background-image: url('../images/header1.jpg');}
	.crossfade > figure:nth-child(2) {animation-delay: 6s; background-image: url('../images/header2.jpg');}
	.crossfade > figure:nth-child(3) {animation-delay: 12s; background-image: url('../images/header3.jpg');}
	.crossfade > figure:nth-child(4) {animation-delay: 18s; background-image: url('../images/header4.jpg');}
	.crossfade > figure:nth-child(5) {animation-delay: 24s; background-image: url('../images/header5.jpg');}

@keyframes imageAnimation {
	0% {animation-timing-function: ease-in; opacity: 0;}
	8% {animation-timing-function: ease-out; opacity: 1;}
	17% {opacity: 1}
	25% {opacity: 0}
	100% {opacity: 0}
}

.header_top {
	height: 100%;
	width: 100%;
	display: table;
}

.logo_container {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	z-index: 10;
}

.logo_container h1 {
	color: #101010;
	display: block;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 70px;
	font-weight: 800;
	text-shadow:
		0 0 5px red,
		0 10px 20px red,
		0 0 80px red,
		0 0 100px transparent;
}

.logo_container h2 {
	color: #101010;
	display: inline-block;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 40px;
	font-weight: 800;
	text-shadow:
		0 0 5px red,
		0 0 20px red,
		0 0 60px red,
		0 0 100px transparent;
}

.header_bottom {
	width: 	1153px;
	margin: auto;
	height: 20%;
	display: block;
}

.date {
	float: left;
	height: 100%;
	padding-left: 25px;
}

#dateDiv {
	color: #820000;
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: 600;
}

.navigation {
	float: right;
	height: 100%;
	padding-right: 10px;
}

#navigation a {
	display: inline-block;
	text-align: right;
	padding: 0px 15px;
}

#navigation a li {
	color: #101010;
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: 600;
}

#navigation a li:hover {
	color: white;
}

.main {
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: 500;
	color: #000000;
	margin: 50px auto;
	width: 1153px;
	display: block;
	text-align: center;
}

.container {
	width: 100%;
	height: 100%;
	display: block;
}

.content {
	width: 1153px;
	height: 100%;
	display: block;
	margin: 0 auto;
}

.rg-image-wrapper {
	position: relative;
	border: 3px solid white;
	padding: 20px 30px;
	background:transparent url(../images/black.png) repeat top left;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	min-height: 20px;
	overflow: hidden;
}

.rg-image {
	position: relative;
	text-align: center;
	line-height: 0px;
}

.rg-image img {
	max-height: 100%;
	max-width: 100%;
}

.rg-image-nav a {
	position: absolute;
	top: 0px;
	left: 0px;
	background: rgb(130, 0, 0) url(../images/nav.png) no-repeat -20% 50%;
	width: 28px;
	height: 100%;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.70;
	outline: none;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	border-radius: 30px 0px 0px 30px;
}

.rg-image-nav a.rg-image-nav-next {
	right: 0px;
	left: auto;
	background-position: 115% 50%;
	-moz-border-radius: 0px 10px 10px 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
}

.rg-image-nav a:hover {
	opacity: 1;
}

.rg-caption {
	text-align: center;
	margin-top: 15px;
	position: relative;
}

.rg-caption p {
	font-size: 11px;
	letter-spacing: 2px;
	font-family: 'Montserrat''Trebuchet MS', 'Myriad Pro', Arial, sans-serif;
	line-height: 16px;
	padding: 0 15px;
	text-transform: uppercase;
}

.rg-view {
	height: 30px;
}

.rg-view a {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-right: 3px;
	background: rgb(130, 0, 0) url(../images/views.png) no-repeat top left;
	border: 3px solid rgb(130, 0, 0);
	opacity: 0.8;
}

.rg-view a:hover {
	opacity: 1.0;
}

.rg-view a.rg-view-full {
	background-position: 0px 0px;
}

.rg-view a.rg-view-selected {
	background-color:t tomato;
	border-color: tomato;
}

.rg-view a.rg-view-thumbs {
	background-position: 0px -16px;
}

.rg-loading {
	width: 46px;
	height: 46px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000 url(../images/ajax-loader.gif) no-repeat center center;
	margin: -23px 0px 0px -23px;
	z-index: 100;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity: 0.7;
}

.footer {
	width: 100%;
	height: 350px;
	display: block;
}

.inner_footer {
	width: 1153px;
	height: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 30px;
	position: relative;
}

.inner_footer_background {
	background: rgb(130, 0, 0);
	opacity: 0.75;
	border-radius: 30px;
	border: 3px solid white;
	position: absolute;
	width: 100%;
	height: 100%;
}

.inner_footer_content {
	color: white;
	display: block;
	font-family: 'Montserrat';
	font-size: 25px;
	font-weight: 500;
	opacity: 1;
	position: relative;
}

.inner_footer_content img {
	border-radius: 30px;
}

.inner_footer_content a {
	color: white;
}

.inner_footer_content a:hover {
	text-decoration: underline;
}
