@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: #FCDB9D;
	background: -webkit-linear-gradient(bottom left, #FCDB9D, #DB9A6E);
	background: -o-linear-gradient(bottom left, #FCDB9D, #DB9A6E);
	background: -moz-linear-gradient(bottom left, #FCDB9D, #DB9A6E);
	background: linear-gradient(to bottom left, #FCDFA7, #DB9A6E);
	background-repeat: no-repeat;
	Background-attachement: fixed;
	Background-position: right center;
	background-size: cover;
	overflow-y: auto;
}

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%;
	
}

#content {
	position: fixed;
	    bottom: 61px;
	    right: 2%;
	    top: 3%;
		width: 783px;
		background-color: #FFFFFF;
		overflow-y: auto;
}

.text {
	text-align: left;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 30px;
	margin-right: 20px;
}

#title {
	font-family: yesevaone-regular, serif;
	font-size: 27px;
	color: #181818;
}

.text a:link {
	color: #8F400A; 
	font-family: opensans-semibold;
	text-decoration: none;
}

.text a:visited {
	color: #8F400A; 
	font-family: opensans-semibold;
	text-decoration: none;
}

.text a:hover {
	color: #808080;
	text-decoration: none;
}

.text a:active {
	color: #808080;
	text-decoration: none;
}

.text img {
	width: 220px;
	float: right;
	margin: 0 0 10px 10px;
}

.td {
	padding-left: 20px;
}

table tr td div {
	font-family: opensans-regular, serif;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}

hr {
	color: #181818;
}

@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%;
	}
}

@media only screen and (max-width: 1100px) {

	#menu li a {
	padding-left: 2.5%;
	padding-right: 2.5%;
	}
}

@media only screen and (max-width: 950px) {

	#menu li a {
	padding-left: 2%;
	padding-right: 2%;
	}
}

@media only screen and (max-width: 860px) {

	#menu li a {
	padding-left: 1.5%;
	padding-right: 1.5%;
	}
}
