@charset "utf-8";
/* CSS Document */

#wrapper {
	max-width: 1100px;
	margin: 0px auto;
}	

.logo1 {
	max-width: 150px;
	-webkit-transition:all .6s;
	margin: 10px 0px 19px 64px;
}

.logo1:hover {
	opacity: 0.4;
}

.nav_all {
	margin-right: 60px;
	min-width: 700px;
}

.nav {
	float: right;
	font-family: 'Merriweather Sans', sans-serif;
	color: #373f42;	
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background: #ffffff;
	border-radius: 9px 9px 0px 0px;
	width: 80px; 
	height: 55px; 
	margin-right: 5px;
	-webkit-transition:all .4s;
	display: block;
}

.nav_active {
	float: right;
	font-family: 'Merriweather Sans', sans-serif;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	text-align:center;
	background: #f44749;
	border-radius: 9px 9px 0px 0px;
	width: 80px; 
	height: 55px; 
	margin-right: 5px; 
	display: block;
}

.nav:hover {
	text-align: center;
	color: #ffffff;
	background: #f44749;
	border-radius: 9px 9px 0px 0px;
	width: 80px; 
	height: 55px; 
	margin-right: 5px; 
	display: block;
}

.page_1 {
	position: relative;
	width: 1100px;
	height: 590px;
	background: url(../image/Grading.jpg) no-repeat;
	display: block;
}

.headline {
	padding: 420px 130px 0px 130px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 23px;
	color:#ffffff;
}

.subline {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 23px;
	color: #ffffff;
}

.page_2 {
	min-width: 880px;
	width: 880px;
	margin: 0px auto;
	height: 550px;
	display: block;
}

.title {
	padding-top: 25px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 23px;
	color: #373f42;
}
.line {
	height: 1px;
	background-color: #373f42;
	margin: 10px 0px;
}

.paragraph_1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #373f42;
	margin-right: 110px;
}


.paragraph_2 {
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #373f42;
	margin-right: 30px;
}

.line_2 {
	height: 2px;
	background-color: #373f42;
	margin: 10px 0px;
}

/*  SECTIONS  */
.section {
	font-family: 'Merriweather Sans', sans-serif;
	font-size: 10px;
	clear: both;
	color: #373f42;	
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:right;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF FIVE  */
.span_5_of_5 {
	width: 53%;
}
.span_4_of_5 {
	width: 45%;
}
.span_3_of_5 {
	width: 23%;
}
.span_2_of_5 {
	width: 17%;
}
.span_1_of_5 {
	width: 21%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 { width: 100%; }
}

.footer {
	min-width: 900px;
	margin-bottom: 70px;
	margin-top: 20px;
	color: #353d40;
}

.logo2 {
	max-width: 150px;
	-webkit-transition:all .6s;
}

.logo2:hover {
	opacity: 0.4;
}

.text_match1 {
	padding-left: 48px;
	display:block;
}

.text_match2 {
	padding-left: 15px;
	display:block;
}

.text_match3 {
	padding-left: 4px;
	display:block;
}

.text_match4 {
	padding-left: 8px;
	display:block;
}