.image-header {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.image-header .project-description {
  margin: 20px 0 0 0;
  background: black;
  background-color: rgba(0, 0, 0, 0.65);
  padding: 24px 0 27px;
  color: white;
}
.image-header .project-description h1 {
  width: 80%;
  margin: 0 auto;
  font-size: 34px;
  font-weight: 400;
  line-height: 0.8em;
}
.image-header .project-description p {
  width: 80%;
  margin: 0 auto;
  font-size: 23px;
  line-height: normal;
  margin-top: 6px;
}
.image-header.chef-bag {
  background-image: url(../../images/image-header-chef-bag.jpg);
  background-position: center center;
}
.image-header.retrographer {
  background-image: url(../../images/image-header-retrographer.jpg);
  background-position: center center;
}
.project-page {
  padding: 24px 0 27px;
}
.project-page .lead {
  font-size: 26px;
  line-height: 36px;
}
.project-page .row.margin-bottom,
.project-page .row-fluid.margin-bottom {
  margin-bottom: 20px;
}
.project-page .row.huge-margin-bottom,
.project-page .row-fluid.huge-margin-bottom {
  margin-bottom: 40px;
}
.project-page .project-stats {
  font-size: 1em;
  line-height: normal;
  text-align: right;
}
.project-page .project-stats .heading {
  color: #2e2f30;
}
.project-page .project-stats .content {
  margin-bottom: 7px;
}
.project-page .body-text p {
  text-align: justify;
  font-size: 1.3em;
  line-height: 1.42em;
}
.project-page .caption {
  font-size: 1.1em;
  line-height: 1.3em;
}
.project-page .caption h3 {
  margin: 0 0 7px 0;
  font-size: 1.35em;
  line-height: normal;
}
.project-page .caption p {
  margin: 0 0 4px 0;
}
.project-page .top-caption {
  padding: 1px;
  min-height: 0;
  margin: 0 0 10px 0;
}
.project-page .top-caption h3 {
  float: left;
  margin: 0 10px 0 0;
  font-size: 1.35em;
  line-height: normal;
}
.project-page .top-caption p {
  margin: 4px 0 0 0;
}
.project-page .wide-photo img {
  width: 100%;
  border: 1px solid #DDDDDD;
}
.project-page .centered {
  text-align: center;
}
.project-page .centered img {
  display: inline-block;
}
.image-gallery #controls {
  display: none;
}
.image-gallery #caption {
  display: none;
}
.image-gallery .thumbnails > li {
  margin-left: 10px;
  margin-bottom: 10px;
  width: 105px;
}
@media (max-width: 979px) and (min-width: 768px) {
  .image-gallery .thumbnails > li {
    width: 80px;
  }
}
@media (max-width: 767px) {
  .image-gallery .thumbnails > li {
    float: left;
  }
}
