.personnel-pic{
  background-image: url('/images/personnel/personnel.png');
  background-repeat: no-repeat;
  height: 150px;
  margin: 5px auto;
  width: 150px;
}

#castellani-pic{
  background-position: -150px 0;
}

#pedrazzoli-pic{
  background-position: 0 -150px;
}

#avai-pic{
  background-position: -150px -150px;
}

.employee h3{
  text-align: center;
}

.employee h3 + p{
  text-align: center;
}

#mission-text {
  font-size: 1.6rem;
}

.clearfix + .employee, .clearfix + .employee +.employee{
  margin-top: 2.5em;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
