@charset "UTF-8";

body {
	margin: 0;
}

p {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}

p a {
    color: #f4052a;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
    text-align: center;
    margin: 0;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.nav {
	font-family: 'Open Sans', sans-serif;
    text-align: center;
	margin: 0;
	padding: 0;
}

.nav a {
	text-decoration: none;
	display: block;
	padding: 12px 15px 12px 15px;
	color: #fff;
}

.nav ul {
	list-style-type: none;
	margin: auto;
    margin-top: -16px;
	padding: 0;
	overflow: hidden;
}

.nav li {
	margin: auto;
	display: inline-block;
    float: none;
	text-align: center;
	text-decoration: none;
}


.nav li a:hover, a:hover {
	color: #fff;
}

.content a:hover {
	color: #fff;
}
	
.innercontainer {
	margin: auto;
	max-width: 850px;
}

.imageheader {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top;
	height: 300px;
}

.content {
	overflow: hidden;
    padding: 8px 16px;
}

.highlightbg {
    background-color: #e6e6e6;
}

.highlight {
	overflow: hidden;
    padding: 8px 16px;
}

.content img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border-radius: 10px;
}

.highlight img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border-radius: 10px;
}

.highlightcontent {
	position: relative;
	height: 433px;
	overflow: hidden;
}

.highlighttext {
	position: absolute;
	left: 0;
	width: 50%;
	margin-top: 60px;
	margin-left: 15px;
}

.highlightcontent img {
	position: absolute;
	bottom: 0;
	right: 0;
}

.footer {
	margin: 0;
	padding: 0;
	background-color: #ba0824;
}

.footercontent {
	margin: auto;
	max-width: 530px;	
}

.footer img {
	padding: 0px 20px 0px 20px;
    margin:auto;
}

.footer p {
	color: #141414;
}

.gallery {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 5px;
}

.behindnav, .behindcontent, .behindfooter {
	background-color: #141414;
	margin: 0;
	padding: 0;
	z-index: -1;
}

.behindhighlight {
	background-color: #141414;
	height: 433px;
	margin: 0;
	padding: 0;
	z-index: -1;
}


@media screen and (min-width: 1920px){
	.imageheader {
		background-size: 100%
	}
}

@media screen and (max-width: 1050px){
    .content, .content2 {
		margin-left:0;
	}
}


@media screen and (max-width: 650px) {
	.behindhighlight, .highlightcontent {
		height: 600px;
	}
	
	.highlighttext {
		position: relative;
		margin: 20px;
		width: 90%;
	}
}

@media screen and (max-width: 600px) {
	.nav li.right, .nav li {
		float: none;	
	}
	
	.content img {
    	margin: auto;
		border-radius: 10px;
	}
}