@CHARSET "ISO-8859-1";

@font-face {
	font-family: ProximaNovaLight;
	src: url("../fonts/ProximaNova-Light.otf");
}

body, img, ul, li, a{
	
}

body {
	width: 100%;
	height: 100%;
	color: white;
	/*
	color: #FFDRED;
	*/
	/*font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;*/
	font-family: ProximaNovaLight;
	line-height: 1.5;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	clear: both;
	
}

.BackgroundImage {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/bg2.jpg");
	background-size: cover;
	position: absolute;
	background-attachment: fixed;
	overflow: scroll;
	background-position: center;
	background-repeat: no-repeat;
	
}


.TransparencyElement {
	padding: 0;
	margin: 0;
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	background: rgba(1, 0, 0, 0.4);
}


.MainHeader {
	
}

.NavigationMenu {
	font-size: 90%;
}

.NavigationMenu ul {
	padding: 0;
	list-style-type: none;
	margin: 40px auto;
	text-align: center;
}

.NavigationMenu li {
	display: inline-block;
	height: 40px;
	text-align: center;
	vertical-align: bottom;
	
}

.NavigationMenu a {
	color: white;
	text-decoration: none;
	display: inline-block;
	padding: 20px 20px;
}

.NavigationMenu a:hover {
	color: #FFA500;
	text-decoration: none;
	display: inline-block;
	font-size: 20px;
}

