﻿.staffcontainer { 
	width: 23%;
	float: left;
	position: relative;
	text-align: center;
	padding: 5px 1% 16px 1%;
}

.staffname {
	font-weight: bold;
}

.stafftitle {
	font-style: italic;
}


.staffphone {
	font-weight: bold;
	color: #888;
}

.staffemail {
	
}

@media screen and (max-width: 800px) {
	.staffcontainer { 
		width: 31%;
		float: left;
		position: relative;
		text-align: center;
		padding: 5px 1% 16px 1%;
	}
}

@media screen and (max-width: 625px) {
	.staffcontainer { 
		width: 45%;
		float: left;
		position: relative;
		text-align: center;
		padding: 5px 1% 16px 1%;
	}
}

@media screen and (max-width: 370px) {
	.staffcontainer { 
		width: 96%;
		float: left;
		position: relative;
		text-align: center;
		padding: 5px 2% 16px 2%;
	}
}

