/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.about_text {
    text-align: left;
	color: #8f8f8f;

}
.about_subtext {
   	color: #dddddd;
	font-weight: bold;

}
.about_underline {
	text-transform: uppercase;
   	color: #dddddd;
	font-weight: bold;
	text-decoration: underline;

}