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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/
.about-img { max-width: 300px;}

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

    .about-img { max-width: 250px;}

}


.printedemail { color: black;}

.bg-lightgray { background: #eee;}

#email2 { display: none; }