div.people-section {
	text-align: center;
	margin-top: 60px;
}

div.people-section h3.people-header {
	font-family: 'Roboto Light';
	color: #03bbff;
	font-size: 27px;
	display: inline;
	letter-spacing: 1px;
	cursor: pointer;
}

div.people-category {
	padding-bottom: 25px;
}

div.people-category span {
	display: inline-block;
  	cursor: pointer;
  	font-size: 25px;
  	margin-top: 4px;
  	margin-left: 1px;
}

div.people-category div.people-drop-in {
	display: none;
}

div.people-category div.people-drop-in p {
	font-family: 'Lora', serif;
	margin: 5px;
}

div.people-category div.people-drop-in p.sub-header{
	color: #03bbff;
}

a.collapse-all p {
	margin-top: 55px;
}
