.hero {
  background: #c8e68f url("/img/hero_bar.jpg") 40% 45%;
  background-size: cover;
  margin-bottom: 20px;
}

h1,
h2,
h3 {
  font-family: "Crimson Text", serif;
}

.text-left-panel {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  min-height: 296px;
}
.text-left-panel h1 {
  font-family: "Crimson Text", serif;
}
.text-left-panel h1 small {
  font-size: 0.5em;
}

.top-info {
  margin: 30px 0;
}

#imgCarousel {
  border-radius: 10px;
  overflow: hidden;
}

.shadow {
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.35);
}

.title {
  padding: 0 5px;
}
.title span {
  display: none;
}

@media only screen and (min-width: 868px) {
  .title span {
    display: inline;
  }
}
@media only screen and (max-width: 992px) {
  .pad-on-mobile {
    margin-top: 45px;
  }
}
.pib {
  margin-bottom: 70px;
}

.pib2 {
  margin-bottom: 30px;
}

.pib3 {
  margin-top: 70px;
}

.image-break {
  min-height: 170px;
  background-position: center;
  background-size: cover;
  color: white;
  padding: 20px 20px 0;
  margin: 25px 0;
  position: relative;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.35);
  border-radius: 10px;
}
.image-break h2 {
  font-weight: 500;
  text-shadow: 2px 2px 7px #161616;
}
.image-break .lead {
  font-weight: normal;
  text-shadow: 1px 2px 4px #161616;
}
.image-break > div {
  bottom: 0;
  position: absolute;
}

@media only screen and (max-width: 868px) {
  .text-left-panel {
    text-align: center !important;
  }
  .text-left-panel h1,
  .text-left-panel div {
    width: 100%;
  }

  .image-break .lead {
    font-size: 0.9em;
  }
  .image-break h2 {
    font-size: 1.2em;
  }
}
.image-break.img-1 {
  background-image: url("/img/bar-lg-1.jpg");
}

.image-break.img-2 {
  background-image: url("/img/bar-lg-2.jpg");
}

.image-break.img-3 {
  background-image: url("/img/bar-lg-3.jpg");
}

.image-break.img-4 {
  background-image: url("/img/bar-lg-4.jpg");
}

.image-break.img-5 {
  background-image: url("/img/bar-lg-5.jpg");
}
