@charset "UTF-8";
/* CSS Document */

#section-main #wrap #main section header h3 {
	font-family: "Bitter", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700;
	color: #900;
	font-size:24px;
	-webkit-font-smoothing: antialiased;
}
#section-main #wrap #intro {
}
#section-main #wrap #intro #image {
}
#section-main #wrap #intro #text p {
}
#section-main #wrap #team-members {
	padding-top: 30px;
}
#section-main #wrap #team-members #person {
	float: left;
	width: 280px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px;
}
#section-main #wrap #team-members #person #picture {
	height: 240px;
	width: 240px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#section-main #wrap #team-members #person #name {
	font-family: "Bitter", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 700;
	color: #900;
	font-size:21px;
	-webkit-font-smoothing: antialiased;
	padding-top: 10px;
	padding-bottom: 10px;
}
#section-main #wrap #team-members #person #title {
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	font-style: italic;
	color: #999;
	padding-bottom:10px;
}
#section-main #wrap #team-members #person #bio-text {
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	line-height: 133%;
	color: #666;
}
#section-main #wrap #team-members #clear {
	clear: both;
}
