.services_template{
	float:left;
	width:100%;
	min-height:40vw;
	background:white;
	font-family: 'Abel', sans-serif;	
}

.services_template h1{
	width:98%;
	margin-left:2%;
}

.service_images{
	float:left;
	margin-left:2vw;
	width:100%;
}

.services_text{
	float:left;
	width:90%;
	margin-left:5%;
	font-size:2vw;
}

.service_image{
	float:left;
	width:20%;
	margin-left:1vw;
	margin-top:1vw;
}

.service_image img{
	width:100%;
	height:100%;
}

.services_member{
	width:100%;
	background:rgba(240,240,240,.7);
	float:left;
	margin-top:1vw;
}

.services_member_title{
	width:100%;
	float:left;
	height:4vw;
}
.services_member_title div{
	width:88%;
	margin-left:10%;
	margin-top:.5vw;
	text-align:right;
	font-size:2.3vw;
	color:white;
}

.services_member_gallery{
	float:left;
	width:55%;	
	margin-top:1vw;
}

.gallery_image{
	float:left;
	max-width:16vw;
	max-height:10vw;
	overflow:hidden;
	margin:1vw;
	cursor:pointer;
}
.gallery_image img{
	width:100%;
	height:100%;
	position:relative;
	top:-1vw;
}

.services_member_bio{
	width:40%;
	float:left;
	margin-left:5%;
	margin-top:2vw;
	font-size:1.5vw;
}
.services_member_bio img{
	max-width:100%;
}

.services_member_gallery_label{
	width:100%;
	margin-left:1vw;
	margin-top:1vw;
}