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


		
.nav-page {
	width:100%;
	height:auto;
	float:left;
	margin-top:1%;
	font-size:0.7em;
	font-weight:600;
	color:#333;
	text-align:center;
	padding:1% 0%;
	border-top:1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	}
	
	
section a:link,
section a:visited {
	color:#666;
	text-decoration:none;
	}	
	
	
section a:hover {
	color:#000;
	}	
	
		
section {
	width:70%;
	height: auto;
	float:left;
	margin-left:15%;
	margin-right:15%;
	margin-top:3%;
	margin-bottom:5%;
	}
	
	
	
	
section p {
	background:#ccc;
	width:70%;
	height:auto;
	float:left;
	margin-left:15%;
	margin-right:15%;
	margin-top:2%;
	margin-bottom:30%;
	font-size:1.2em;
	font-weight:400;
	color:#000;
	text-align:center;
	padding:1.5% 0%;
	}	


	
@media screen and (max-width: 1500px) {
	
	
section {
	width:80%;
	height: auto;
	float:left;
	margin-left:10%;
	margin-right:10%;
	margin-top:1.5%;
	margin-bottom:0%;
	}	
		
}


@media screen and (max-width: 500px) {
	

.nav-page {
	width:100%;
	height:auto;
	float:left;
	margin-top:1%;
	font-size:0.7em;
	font-weight:400;
	color:#000;
	text-align:center;
	padding:2.5% 0%;
	border-top:1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	}
	
		
section {
	width:100%;
	height: auto;
	float:left;
	margin-left:0%;
	margin-right:0%;
	margin-top:1.5%;
	margin-bottom:0%;
	}
	

	

		
}


