.lc-content-row.page-header-bar > .lc-passe-partout > .bar {
  position: relative;
  background: center no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.lc-content-row.page-header-bar > .lc-passe-partout > .bar > .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #193c4a;
  opacity: 0.9;
}
.lc-content-row.page-header-bar > .lc-passe-partout > .bar > .lc-centre-me > .row {
  position: relative;
  text-align: center;
  padding: 50px 0;
}
@media only screen and (max-width: 750px) {
  .lc-content-row.page-header-bar > .lc-passe-partout > .bar > .lc-centre-me > .row {
    padding: 20px 0;
  }
}
.lc-content-row.page-header-bar > .lc-passe-partout > .bar > .lc-centre-me > .row > h3 {
  color: #d2930f;
  margin: 0;
  font-size: 2rem;
  text-transform: uppercase;
}
.lc-content-row.page-header-bar > .lc-passe-partout > .bar > .lc-centre-me > .row > h1 {
  font-size: 3rem;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-family: MultipleSlab, sans-serif;
}
