/* team page */

#team-bio {
  text-align: left;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}

#team-bio img {
  margin-top: 10px;
  border: 2px solid #444;
  padding: 5px;
  padding-bottom: 60px;
  background-color: white;
}

#team-bio .description h2 {
  text-transform: uppercase;
  margin: 25px 0px;
}

#team-bio .description {
  float: right;
  width: 400px;
  padding: 10px 20px;
}

/* end team page */
