@charset "UTF-8";
/* CSS Document */

.heading-h1 {
  display: none;
}

.header-banner-images-fullwidth .banner-image {
  margin: 0 auto;
  width: 100%;
}

.heading-h2 h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding-bottom: 1em;
  text-align: center;
  border-bottom: solid 1px #ccc;
}

.img-col-2 .media-box,
.img-col-3 .media-box {
  text-align: center;
}

.img-col-2 .media-box img {
  width: 45%;
}

.img-col-3 .media-box img {
  width: 32%;
}

.catalog .heading {
  margin-top: 0;
}

.catalog img {
  border: solid 1px #ccc;
}

.catalog ul.links {
  margin-top: .6em;
}

@media screen and (min-width:768px) {
  .header-banner-images-fullwidth.container-fluid p.title {
    position: absolute;
    top: 50%;
    left: 5%;
    padding: 15px;
    min-width: 300px;
    max-width: 50%;
    font-size: 36px;
    font-family: Oswald, 'Lucida Grande', sans-serif;
    background-color: rgba(255, 255, 255, .8);
  }
}

@media (max-width:767px) {
  .img-col-2 .media-box img {
    width: 48%;
  }
  .img-col-3 .media-box img {
    padding: 2px;
  }
  .h3-image-right .media-box,
  .h3-image-right-enlarge .media-box {
    margin-left: 0;
    text-align: center;
  }
  .h3-image-right .media-box img,
  .h3-image-right-enlarge .media-box img {
    padding-right: 0;
    padding-left: 0;
  }
}