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

h3 {
	margin: 1.6em auto;
	color: #666666;
	letter-spacing: 1px;
	font-size: 1.3em;
}
.facilitator-img {
	width:250px;
	margin-left:2em;
}
.bio	{
	margin:3em auto;
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

#red-bkg {
    height: 2em;
}

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

/*#red-bkg {
    height: 3em;
}*/
}