

/*** general page stuff ***/
#team{
	margin: 0px 0px 0px 0px;
}

/*#team h1{
	text-align: center;
	margin-bottom: 50px;
	color: #8B5EB9;
}*/

#team a{
	text-decoration: none;
}

/*** member box layouts ***/
#members{
	/*padding: 0px 30px 0px 30px;*/
}

#member{
	padding: 10px 20px 10px 20px;
	height: 350px;
}

#member-inner{
	transition: all 0.2s ease;
	height: 100%;
	width: 150px;
	margin: auto;
}

/*** member picture ***/
#member-picture{
	widows: 100%;
	height: 150px;
}

.round{
    border-radius: 50%;
    overflow: hidden;
}

/*** member description ***/
#member-picture > img{
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
}

/*** member name ***/
#member h3{
	text-align: center;
	margin-bottom: 10px;
	margin-top: 20px;
}

#member-descript{
	text-align: center;
	width: 100%;
	height: auto;
	padding-top: 10px;
}

#member-descript p{
	font-size: 1.3em;
	color: black;
	text-align: center;
	padding: 0px 15px;
}

#school-year{
	text-align: center;
	width: 100%;
	height: auto;
}

#school-year p{
	color: black;
	text-align: center;
	padding: 0px 15px;
}