

figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}


.hero {
  background-color: #FAFAFA;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 60px;
  padding-bottom: 60px;
}
.gallery li {
  width: 100px;
  height: 100px;
  display: block;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.gallery li a {
  width: 100px;
  height: 100px;
}
.gallery li a img {
  max-width: 100px;
}
.features > ul li {
  margin-bottom: 5px;
}
.pageHead {
  margin-bottom: 60px;
  margin-top: 60px;
  text-align: center;
}




