@charset "utf-8";
/*
Red: #4F052E  
Blue: #A8BFC4
*/
.owl-carousel {
  width: 100%;
  background-color: #A8BFC4;
  background-image: url('/media/static/images/hero-bg.jpg');
  background-repeat: repeat-x;
}
.item {
  height: 500px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  font-family: baskerville-display-pt, serif;
  color: #FFF;
  text-align: center;
}
.item em {
  font-size: 4.0rem;
  line-height: 4.0rem;
  display: block;
  margin: 0 50px 0 0;
}
.item strong {
  display: block;
  font-size: 7.0rem;
  line-height: 7.0rem;
  font-weight: 400;
  margin: -30px 0 0 0;
  letter-spacing: -3px;
}
.homeIntro {
  background-color: #4F052E;
  background-image: url('/media/static/images/sinclairs-22-icon-black-10.svg');
  -webkit-background-size: 50%;
  -moz-background-size: 50%;
  -ms-background-size: 50%;
  -o-background-size: 50%;
  background-size: 50%;
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 60px 0 60px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 100;
}
.homeIntro h2 {
  font-family: 'Open Sans', sans-serif;
  color: #FFF;
  font-size: 1.0rem;
  line-height: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  margin: 0 0 12px 0;
  padding: 0 0 0 0;
}
.homeIntro h1 {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  color: #FFF;
  font-weight: 100;
}
@media only screen and (max-width: 549px) {}