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

/* COLOURS

GREEN:			#016736

*/


/* General */
html {
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	font-family: "OpenSans", "Gill Sans", "Gill Sans MT", "Myriad Pro", Helvetica, Arial, "sans-serif";
	font-weight: 300;
	line-height: 1.5;
	font-size: 15px;
	color: #fafafa;
	background: #121212;
	padding: 0;
	padding-top: 60px;
	margin: 0;
}
.container {
	max-width: 970px;
	padding: 20px 30px;
}
h1 {
	color: #fff;
	margin: 15px 0;
	font-size: 33px;
	font-weight: 200 !important;
}
h2, h3, h4, h5, h6, h7 {
	color: #333;
	font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-family: 'OpenSans', sans-serif;
}
h2 {
	font-size: 160%;
	font-family: 'OpenSans', sans-serif;
	color: #950051;
}
h3 {
	font-size: 130%;
	color: #dfdfdf;
}
h4 {
	margin: 20px 0 2px 0;
	color: #999;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
p {
	margin-bottom: 20px;
}
quote,
blockquote {
	color: #505050 !important;
	font-family: "OpenSansCondensed", sans-serif;
	font-weight: 100;
	border: 0;
}
quote::before,
blockquote::before,
quote:before,
blockquote:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 300%;
	color: #c0c0c0;
	margin-right: 20px;
	content: '\f10e';
}
small {
	font-size: 80%;
	color: #888;
}

/* Links */
a, a:link, a:visited, a:active {
	color: #fff !important;
	text-decoration: underline;
	font-weight: 600 !important;
}
a:hover {
	color: #950051 !important;
	text-decoration: underline;
	cursor: pointer !important;
}

a.btn-primary {
	color: #121212 !important;
	text-decoration: none;
}
a.btn-primary:hover {
	color: #fff !important;
	text-decoration: none;
}

#contentOuter {
	padding-bottom: 100px;
}



/* FOOTER */
#footerOuter {
	position: fixed;
	bottom: 0;
	left: 0;
	background: #121212;
	border-top: 1px solid #333;
}
#footer {
	color: #fff;
	font-size: 12px;
	text-align: center;
}
.footer .container {
	/*margin: auto;*/
}
#footer a,
#footer a:link,
#footer a:active,
#footer a:visited {
	font-weight: 300 !important;
	text-decoration: none;
}



#footerNavigation {
	
}
#footerNavigation h3 {
	color: #fff;
	font-size: 30px;
	font-family: "Ailerons", serif;
	font-weight: 500 !important;
	font-size: 30px;
	letter-spacing: -3px;
}
#footerNavigation a:link {
	font-size: 50px;
	margin: 0 7px;
}
.footerLinks {
	margin-bottom: 50px;
}
.footer .legal a,
.footer .legal a:link,
.footer .legal a:active,
.footer .legal a:visited,
.footer .legal a:hover {
	text-decoration: none;
}





/* Different & Standards & Overwrite ### */

/* Media Queries & Overwrite */


@media (min-width: 375px) {
	#banner-text {
		font-size: 18px;
		font-weight: 400;
	}
	#banner-text .headline {
		font-size: 21px;
		font-weight: 600;
	}
}

/* XS */
@media (max-width: 575px) {
	.text-xs-left { text-align: left; }
	.text-xs-right { text-align: right; }
	.text-xs-center { text-align: center; }
	.text-xs-justify { text-align: justify; }
}

/* XXS Hack */
@media (max-width: 500px) {
	.shown-xxs { display: block !important; }
	.hidden-xxs { display: none !important; }
}
@media only screen 
and (max-width: 575px)
and (orientation : landscape) {
	
}

/* SM */
@media (min-width: 576px) {
	.text-sm-left { text-align: left; }
	.text-sm-center { text-align: center; }
	.text-sm-left { text-align: right; }
}

/* MD */
@media (min-width: 768px) {
	.text-md-left { text-align: left; }
	.text-md-center { text-align: center; }
	.text-md-left { text-align: right; }
}


/* LG */
@media (min-width: 992px) {
	.text-lg-left { text-align: left; }
	.text-lg-center { text-align: center; }
	.text-lg-left { text-align: right; }
}

/* XL */
@media (min-width: 1200px) {
	.text-xl-left { text-align: left; }
	.text-xl-center { text-align: center; }
	.text-xl-left { text-align: right; }
}

/* XXL */
@media (min-width: 1400px) {
	.text-xxl-left { text-align: left; }
	.text-xxl-center { text-align: center; }
	.text-xxl-left { text-align: right; }
}