@charset "utf-8";


#about {
	position: relative;
	width: 100%;
	margin: 25px auto 5px auto;
	display: block;
	text-align: center;
	background-color: #ebebeb;
	padding: 25px 0;
}
 
#header-about {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	padding: 45px 0 15px 0;
	letter-spacing: .2em;
	line-height: 24px;
	text-transform: uppercase;
}

#about_text {
	font-size: 18px;
	font-weight: 500;
	color: #000;
	text-align: left;
	text-decoration: none;
	padding: 15px 0 25px 0;
	line-height: 30px;
	width: 80%;
	display: inline-block;
}

#about a:link {
	color: #000;
	text-decoration: none;
}
#about a:visited {
	text-decoration: none;
	color: #000;
}
#about a:hover {
	text-decoration: none;
	color: #777;
}
#about a:active {
	text-decoration: none;
}

#text-page {
	font-size: 18px;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 15px;
}

 
 @media only screen and (max-width: 600px) {
 
  #about {
	position: relative;
	width: 100%;
	margin: 15px 0;
	display: block;
	text-align: center;
	padding: 15px 0;
}

hr { display: none; }
 
 #header-about {
	font-size: 24px;
	font-weight: 500;
	color: #000;
	text-align: center;
	text-decoration: none;
	padding: 15px 0;
	letter-spacing: .2em;
	line-height: 18px;
	text-transform: uppercase;
}

 }
 
@media only screen and (max-width: 840px) {
 
 #about {
	width: 100%;
}

 #about-1 {
	width: 100%;
}

}