
/* Custom CSS for site
 *
 */


.img-circle {
    border-radius: 50%;
}

.team-member {
    margin-bottom: 50px;
    text-align: center;
}

.team-member img {
    margin: 0 auto;
    border: 7px solid #fff;
}

.team-member h4 {
    margin-top: 25px;
    margin-bottom: 0;
    text-transform: none;
}

.team-member p {
    margin-top: 0;
}

/* Grid Stuff */
[class*='col-'] {
  float: left;
}
[class*='col-'] {
  padding-right: 40px;
}
[class*='col-']:last-of-type {
  padding-right: 0;
}
.col-sm-3 {
    width: 30%;
    min-width: 250px;
}
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

