@font-face {
  font-family: 'Meno';
  src: url("../fonts/playfair.ttf");
}
@font-face {
  font-family: 'Alessa';
  src: url("../fonts/Allessa.ttf");
}
@font-face {
  font-family: 'Bebas';
  src: url("../fonts/BebasNeuePro-Regular.ttf");
}
html body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.col-lg-6 img,
.col-lg-12 img,
.col-lg-8 img,
.col-lg-9 img {
  width: 100%;
  height: auto;
}
.center-button {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.margin-top-minus-40 {
  margin-top: -70px;
}
.btn {
  background-color: #FCCF1B !important;
  border-radius: 0 !important;
  font-family: 'Bebas' !important;
  color: #000 !important;
  text-transform: uppercase !important;
  border: none !important;
  font-size: 1.5rem !important;
}
.logo {
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 500;
}
.sub-heading {
  font-size: 29px;
  letter-spacing: 0px;
  line-height: 47px;
  color: #fefefd;
  font-weight: 400;
  text-align: center;
  font-family: 'Meno', serif;
  margin-bottom: 60px;
}
.heading {
  font-size: 29px;
  letter-spacing: 0px;
  line-height: 47px;
  color: #fefefd;
  text-align: center;
  font-family: 'Alessa';
  font-weight: 300;
  margin-bottom: 40px;
}
.logo img {
  width: 100%;
  height: auto;
}
.col-4,
.col-8 {
  z-index: 500;
}
.box {
  background-color: #fff;
  padding: 20px;
  font-family: "Bebas";
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 23px;
  color: #393737;
}
.boxes .box {
  margin-bottom: 30px;
}
.box a {
  color: #393737;
  text-decoration: underline;
}
.box a:hover {
  color: #393737;
}
html body .mobile-row {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 1366px) {
  html body .mobile-row {
    display: block !important;
  }
  html body .desktop-row {
    display: none !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 768px) and (orientation: portrait) {
  .margin-top-minus-40 {
    margin-top: -20px;
  }
  .row.custom-margin-top {
    margin-top: -35px !important;
  }
  .boxes .row {
    margin-bottom: 0;
  }
  html body .desktop-row {
    display: none;
  }
}
