@charset "utf-8";
/* about.css ---------------------------------- */
#about h3{
	font-size: 1rem;
	display: flex;
	align-items: center;
	text-align: center; /* for no-flexbox browsers */
}
#about 
h3:before,
h3:after {
	border-top: 1px solid;
	content: "";
	display: inline; /* for IE */
	flex-grow: 1;
}
#about h3:before{
	margin-right: 0.5rem;
}
#about h3:after{
	margin-left: 0.5rem;
}



