
.team{margin-top: 40px;}

.teammember{ 
	
	width: 200px;
	height: 225px;
	float: left;
	padding-right: 30px;
	
	text-align:center;
	margin: auto;
}

.teammember-history{

	padding-top: 20px;
}
.teammember img{

	width: 160px;
	height: 160px;
	border-radius: 50%;
}

.teammember-history .name{
	
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
	color: #085B8E;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	
}

.teammember-history .summary{
	padding-top: 20px;
	text-align: justify;
	
}

.divider{
	clear:both;
	margin-bottom: 30px;
}