@CHARSET "UTF-8";

@font-face {
   font-family: yesevaone-regular;
   src: url(Font/YesevaOne-Regular_v2.otf);
}

@font-face {
   font-family: opensans-regular;
   src: url(Font/OpenSans-Regular.ttf);
}

@font-face {
   font-family: opensans-semibold;
   src: url(Font/OpenSans-Semibold.ttf);
}

body {
	font-family: opensans-regular, serif;
	font-size: 14px;
	line-height: 1.5em;
	color: #181818;
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	Background-attachement: fixed;
	Background-position: left top;
	background-size: cover;
	overflow: hidden;
}

a:link, a:visited {
	color: #181818; 
	font-family: opensans-semibold;
	text-decoration: none;
}

a:hover, a:active {
	color: #808080;
	text-decoration: none;
}

img {
	border: none;
}

#menu {
	position: fixed;
    bottom: 3%;
    left: 2%;
    right: 2%;
	width: 96%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 0px;
	padding-right: 0px;
	text-align: center;
	font-family: opensans-semibold;
	font-size: 15px;
	background-color: #FFFFFF;
	z-index: 999;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}

#menu li {
	display: inline;
	list-style-type: none;
}

#menu li a {
	padding-left: 4%;
	padding-right: 4%;
	
}

#title {
	position: fixed;
	top: 15%;
    	left: 4%;
	width: 23%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

#title img {
	width: 100%;
}

#promo {
	position: fixed;
    bottom: 13%;
    right: 20%;
    left: 20%;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

@media only screen and (max-width: 1500px) {

	#menu li a {
	padding-left: 3.5%;
	padding-right: 3.5%;
	}
}

@media only screen and (max-width: 1250px) {

	#menu li a {
	padding-left: 3%;
	padding-right: 3%;
	}
	
	#title {
	width: 24%;
	}
}

@media only screen and (max-width: 1100px) {

	#menu li a {
	padding-left: 2.5%;
	padding-right: 2.5%;
	}
	
	#title {
	width: 25%;
	}
}

@media only screen and (max-width: 950px) {

	#menu li a {
	padding-left: 2%;
	padding-right: 2%;
	}
	
	#title {
	width: 26.5%;
	}
}

@media only screen and (max-width: 860px) {

	#menu li a {
	padding-left: 1.5%;
	padding-right: 1.5%;
	}
	
	#title {
	width: 28%;
	}
}

@media only screen and (max-width: 770px) {

	#menu li a {
	padding-left: 1.5%;
	padding-right: 1.5%;
	}
	
	#title {
	width: 28%;
	}
	
	#promo {
	position: fixed;
    bottom: 17%;
	}
}
