@charset "UTF-8";
@font-face {
	font-family:'TrajanPro-Regular';
	src:url('../images/TrajanPro-Regular.woff')format('woff');
}
body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/Paper_texture_by_manekochan2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.container {
	width: 85%;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #EBE0D6;
	box-shadow: 0 0 8px 5px rgba(102,102,102,0.4);
	min-width: 1200px;
	background-repeat: no-repeat;
	
}
nav {
	background-color: rgba(255,255,255,0.8);
	height: 80px;
	margin-left: auto;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 1200px;
}
nav ul {
	display: block;
	list-style-type: none;
	list-style-image: none;
	width: 1120px;
	height: 50px;
	padding-right: 50px;
}
nav ul li {
	float: right;
	display: block;
	width: 80px;
	height: 40px;
	margin-top: 32px;
	font-size: 1em;
	font-family: 'TrajanPro-Regular',Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}
nav ul li a {
	font-family: 'TrajanPro-Regular',Georgia, "Times New Roman", Times, serif;
	color: #1F140A;
	text-decoration: none;
}
nav ul li a:hover {
	font-family: 'TrajanPro-Regular',Georgia, "Times New Roman", Times, serif;
	color: #CCC;
	text-decoration: none;
}
.logo {
	background-image: url(../images/logo_footer.png);
	height: 115px;
	width: 15%;
	background-repeat: no-repeat;
	float: left;
	background-size: cover;
	background-position: center center;
}
.learn_image {
	background-image: url(../images/learn.jpg);
	background-repeat: no-repeat;
	width: 1200px;
	height: 465px;
	background-size: cover;
	background-position: center center;
	margin-bottom: 40px;
}
.learn_headline {
	height: 40px;
	width: 1200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.05em;
}
.learn_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #1F140A;
	text-decoration: none;
	text-align: center;
	height: 120px;
	width: 1200px;
	float: left;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	
}
.other_pages {
	
	height: 600px;
	width: 1200px;
	list-style-image: none;
	list-style-type: none;
	display: block;
	text-align: center;
	background-size: cover;
	margin-right: 20px;
}
ul li {
	display: block;
	float: left;
	width: 539px;
	height: 210px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.img{ 
	  width:539px; 
	  height:210px; 
	  opacity: 1; 
	  filter: alpha(opacity=100); 
	  background:no-repeat; 
} 
.img:hover { 
	  opacity: 0.3; 
	  filter: alpha(opacity=30); 
}
footer {
	background-color: #5C3D1F;
	height: 180px;
	width: 1200px;
}
.logo_footer {
	text-decoration: none;
	height: 120px;
	width: 1200px;
	background-image: url(../images/logo_footer.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 5px;
}
.name {
	height: 20px;
	width: 1200px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #F5F0EB;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #F5F0EB;
	text-decoration: none;
	height: 20px;
	width: 1200px;
}
