@charset "UTF-8";
/* CSS Document */

/* 
COLORS: 0e0f13 2f2d28 e4e0d4 ff6c00
*/
* {margin:0; padding:0;}

@font-face {
    font-family: 'balooregular';
    src: url('fonts/Baloo-Regular-webfont.eot');
    src: url('fonts/Baloo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Baloo-Regular-webfont.woff2') format('woff2'),
         url('fonts/Baloo-Regular-webfont.woff') format('woff'),
         url('fonts/Baloo-Regular-webfont.ttf') format('truetype'),
         url('fonts/Baloo-Regular-webfont.svg#balooregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINAlternateLightRegular';
    src: url('fonts/din_alternate_light-webfont.eot');
    src: url('fonts/din_alternate_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/din_alternate_light-webfont.woff') format('woff'),
         url('fonts/din_alternate_light-webfont.ttf') format('truetype'),
         url('fonts/din_alternate_light-webfont.svg#DINAlternateLightRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: 'DINAlternateLightRegular', arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #e4e0d4;
	height: 100%;
	min-height: 100%;
	background-color: #000000;
}
html {
	height: 100%;
	min-height: 100%;
}
#slideshow { 
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.slide { 
	width: 100%;
	height: 100%;
	margin: 0;
	background-position: center center;
    background-size: cover;
}
#logo {
	position: absolute;
	text-align: left;
	display: block;
	top: 5%;
	left: 5%;
	margin-left: -16px;
	z-index: 20;
}
#logo img {
	border: 0;
	width: 150px;
	height: auto;
}
#par {
	position: relative; 
	margin-top: 360px;
	margin-left: 5%;
	width: 90%;
	text-align: left;
	display: block;
	width: 90%;
	margin-bottom: 5%;
	z-index: 31;
}
.bolded {
	font-family: 'balooregular', arial, sans-serif;
}
.titles {
	font-family: 'balooregular', arial, sans-serif;
	font-size: 50px;
	line-height: 40px;
	display: block;
	margin: 60px 0 20px 0;
}
#footer {
	position: relative; 
	display: block;
	width: 90%;
	color: #2f2d28;
	background-color: #e4e0d4;
	padding: 10% 5%;
	font-size: 14px;
	z-index: 22;
}

a:link, a:visited {
	color: #ff6c00;
	text-decoration: none;
}
a:active, a:hover {
	color: #ff6c00;
	text-decoration: underline;
}