@font-face {
  font-family: 'wonton';
  src: url('../fonts/wonton/wonton-webfont.woff2') format('woff2'), url('../fonts/wonton/wonton-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body, html {
  margin: 0px;
  padding: 0px;
  width: 100%;
  background-image: url('../images/background/pattern-bg.jpg');
  background-repeat: repeat;
  background-position: center center;
}
.video-wrapper {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.video-wrapper video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  background: url('../images/background/splash.jpg') no-repeat;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .video-wrapper {
    display: none;
 }
}
/* START - SPLASH */
.splash {
  position: absolute;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
}
.splash .social-buttons {
  width: 100%;
  text-align: right;
  font-size: 40px;
  padding-right: 30px;
  padding-top: 10px;
}
.splash .social-buttons a {
  color: #8d0530;
}
.splash .logo {
  padding-top: 100px;
  position: relative;
  left: calc(50% - 300px);
  width: 600px;
  display: block;
}
.splash .logo-text {
  color: #8d0530;
  font-family: 'wonton';
  font-size: 85px;
  padding-top: 50px;
  position: relative;
  text-align: center;
  display: block;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.splash .arrow {
  display: block;
  position: absolute;
  width: 150px;
  bottom: 50px;
  left: calc(50% - 75px);
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .splash .logo {
    padding-top: 75px !important;
    left: calc(50% - 20vw) !important;
    width: 40vw !important;
 }
  .splash .arrow {
    display: none;
 }
}
/*Smartphone*/
@media only screen and (max-width: 767px) {
  .splash {
    background-image: url('../images/background/splash-sm.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    height: 100vh !important;
 }
  .splash .logo {
    padding-top: 150px !important;
    left: calc(50% - 40vw) !important;
    width: 80vw !important;
    padding-bottom: 100px !important;
 }
  .splash .arrow {
    width: 50px !important;
    left: calc(50% - 25px) !important;
 }
}
/* END - SPLASH */
/* START - NAV */
nav {
  z-index: 100;
  position: sticky;
  height: 80px;
  background-color: #8d0530;
  opacity: 0.8;
  width: 100%;
  top: 0px;
}
nav ul.lg-nav {
  text-align: center;
}
nav ul.lg-nav li {
  text-transform: uppercase;
  font-family: 'Bradley Hand';
  color: #d7c8a8;
  font-size: 20px;
  display: inline-block;
  width: 250px;
  padding: 10px;
  padding-top: 30px;
}
nav ul.lg-nav li a {
  text-decoration: none;
  color: #d7c8a8;
}
nav ul.lg-nav li a:hover {
  text-decoration: none;
  color: #d7c8a8;
}
nav .sm-nav {
  text-align: center;
  display: none;
  font-family: 'Bradley Hand';
  padding-top: 15px;
}
nav .sm-nav a.dropdown-toggle {
  font-size: 30px;
  color: #d7c8a8 !important;
  background-color: #8d0530 !important;
  border: none;
}
nav .sm-nav a.dropdown-toggle[aria-expanded="true"] {
  color: #8d0530 !important;
  background-color: #d7c8a8 !important;
}
nav .sm-nav .dropdown-menu {
  font-size: 20px;
  background-color: #8d0530;
}
nav .sm-nav .dropdown-menu a {
  color: #d7c8a8 !important;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  nav ul li {
    width: 150px !important;
    padding-top: 15px !important;
    font-size: 15px !important;
 }
}
/* Smartphone */
@media only screen and (max-width: 767px) {
  nav .lg-nav {
    display: none;
 }
  nav .sm-nav {
    display: block;
 }
}
/* END - NAV */
/* START - QUOTE */
section.quote {
  margin-top: 150px;
  height: 500px;
  width: 100%;
}
section.quote .col-md-12 img {
  position: absolute;
}
section.quote .overlay div.quote-text {
  padding-top: 100px;
  padding-left: 80px;
  position: relative;
  font-size: 35px;
  color: #8d0530;
  font-family: 'Bradley Hand';
}
section.quote .overlay div.quote-text span.double-quotes {
  font-size: 60px;
}
section.quote .overlay div.quote-text span.author {
  color: grey;
  font-style: italic;
  font-size: 25px;
}
/* START - QUOTE */
section.quote {
  margin-top: 150px;
  height: 500px;
  width: 100%;
}
section.quote .col-md-12 img {
  position: absolute;
}
section.quote .overlay div.quote-text {
  padding-top: 100px;
  padding-left: 80px;
  position: relative;
  font-size: 35px;
  color: #8d0530;
  font-family: 'Bradley Hand';
}
section.quote .overlay div.quote-text span.double-quotes {
  font-size: 60px;
}
section.quote .overlay div.quote-text span.author {
  color: grey;
  font-style: italic;
  font-size: 25px;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section.quote {
    display: none;
 }
}
/* Smartphone */
@media only screen and (max-width: 767px) {
  section.quote {
    display: none;
 }
}
/* END - QUOTE */
section.offers {
  margin-top: 150px;
}
section.offers .headline {
  font-size: 50px;
  width: 100%;
  text-align: center;
  color: #8d0530;
  font-family: 'Bradley Hand';
  margin-bottom: 80px;
}
section.offers .box {
  min-height: 80px;
  background-color: rgba(236, 240, 242, 0.8);
  margin-bottom: 25px;
}
section.offers .box .icon {
  float: left;
  height: 80px;
  width: 80px;
}
section.offers .box .label {
  font-size: 18px;
  color: #8d0530;
  padding-top: 15px;
  padding-left: 90px;
}
section.offers .box .description {
  color: #293133;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  min-height: 250px;
}
section.offers .box .prices {
  color: #8d0530;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
/* START _ VOUCHERS */
.voucher-btn {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.voucher-btn a {
  width: 200px;
}
/* START - ABOUT ME */
section.aboutme {
  margin-top: 75px;
}
section.aboutme .headline {
  font-size: 50px;
  width: 100%;
  text-align: center;
  color: #8d0530;
  font-family: 'Bradley Hand';
  margin-bottom: 80px;
}
section.aboutme .info-box {
  background-color: rgba(236, 240, 242, 0.8);
  height: 200px;
  width: 100%;
  margin-top: 80px;
}
section.aboutme .info-box p {
  padding: 20px;
  color: #8d0530;
  font-size: 30px;
}
section.aboutme .photo {
  border: #8d0530 solid 5px;
  margin-bottom: 100px;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .info-box {
    margin-top: 30px !important;
    height: 150px !important;
 }
}
/* Smartphone */
@media only screen and (max-width: 767px) {
  .info-box {
    display: none;
 }
}
/* END - ABOUT ME */
/* START - CONTACT */
section.contact {
  margin-top: 150px;
  margin-bottom: 150px;
}
section.contact .headline {
  font-size: 50px;
  width: 100%;
  text-align: center;
  color: #8d0530;
  font-family: 'Bradley Hand';
  margin-bottom: 80px;
}
section.contact .contact-info {
  color: #8d0530;
  height: 400px;
  background-color: rgba(236, 240, 242, 0.8);
}
section.contact .contact-info .social-buttons {
  width: 100%;
  font-size: 40px;
  text-align: center;
  display: block;
  padding-top: 20px;
}
section.contact .contact-info .social-buttons a, section.contact .contact-info .social-buttons a:hover {
  color: #8d0530;
  text-decoration: none;
}
section.contact .contact-info .social-buttons span {
  letter-spacing: 40px;
}
section.contact .contact-info address {
  font-size: 20px;
  padding-top: 50px;
  padding-left: 60px;
}
section.contact .contact-info address .offset {
  padding-left: 22px;
}
section.contact .contact-info address a {
  color: #8d0530;
  text-decoration: none;
}
section.contact #mapkit-7903 {
  height: 400px;
  width: 100%;
}
/* Tablet */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
 /*font-size: 12px !important;
  padding-left: 20px !important;
 */
}
/* END - CONTACT */
footer {
  height: 50px;
  background-color: rgba(236, 240, 242, 0.8);
}
footer .links {
  padding-top: 15px;
  padding-left: 20px;
  width: 100%;
  text-align: center;
}
footer .links button {
  color: #8d0530;
  font-weight: bold;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
footer .links button:focus {
  outline: none;
}
/* BOOTSTRAP RESTYLING */
.btn-secondary {
  background-color: #8d0530;
  color: #d7c8a8;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .modal-dialog {
    max-width: 1000px;
 }
}
@media only screen and (max-width: 999px) {
  .modal-dialog {
    max-width: 95vw;
 }
}
