@import url('//fonts.googleapis.com/css2?family=DM+Serif+Display&family=Inter:wght@300&family=Special+Elite&display=swap');

/*
text: font-family: 'Inter', sans-serif;
buttons: font-family: 'Special Elite', cursive;

on cover title: font-family:'Intro W01 Light';
buttons: font-family:'Intro W01 Bold';
*/

body {
  font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}
.on-cover-content.content-center.animate-content p {
  font-size: 1.3em;
}
/* put under the comment if it's NOT sinle page website */
.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
  display: none !important;
}
.on-cover-content {
  width: 100%;
}
.uk-overlay-background {
}
.on-cover-content .section-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.5);

}
.on-cover-content .section-wrapper {
  position: relative;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.on-cover-content .cover-logo {
  position: absolute;
  top: 13%;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  max-width: 340px;
  z-index: 1;
}
.on-cover-content .section-wrapper .container {
  width: 100%;
}
.on-cover-content .section-wrapper .cover-text {
  font-size: 1.4em;
  color: #fff;
}
.on-cover-content .cover-text a.banner-pin {
  background-color: transparent;
  color: #a97c52;
  padding: 0 5px 0 0;
  margin-top: 0;
}
.on-cover-content .cover-text a.banner-pin:hover,
.on-cover-content .cover-text a.banner-pin:focus {
  color: #fff;
}
.on-cover-content .section-wrapper .locations-holder a {
  background-color: transparent;
}
.custom-temp-btn,
.on-cover-content .section-wrapper a.custom-temp-btn {
  display: block;
  width: 240px;
  padding: 10px 25px 6px 25px;
  text-transform: uppercase;
  background-color: #f3ab3d;
  background: #f3ab3d;
  border: 2px solid #f3ab3d;
  color: #711915;
  font-family: 'Special Elite', cursive;
  font-size: 18px;
  box-shadow: none;
  border-radius: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:hover,
.on-cover-content .section-wrapper a.custom-temp-btn:focus {
  text-decoration: none;
  background-color: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}

@media (max-width: 1400px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.6em;
  }
  .on-cover-content .section-wrapper p {
    font-size: 1.3em;
  }
}

@media (max-width: 1200px) {
  .on-cover-content .cover-logo {
    max-width: 200px;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.3em;
  }
  .on-cover-content .section-wrapper p {
    font-size: 1.2em;
  }
}

@media (max-width: 1023px) {
  .on-cover-content .cover-logo {
    max-width: 180px;
  }
  .on-cover-content .section-wrapper .section-header {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper a {
    margin-top: 10px;
  }
  .on-cover-content .mobile-logo {
    max-width: 150px;
    margin: auto;
  }
  .home-page .header {
    height: auto;
    overflow-y: auto;
  }
  #home_page_cover {
    min-height: 100vh;
  }
  .on-cover-content {
    display: block;
    position: relative;
  }
  .on-cover-content .section-wrapper {
    display: block;
    width: 100%;
    min-height: 50vh;
    padding: 2em 0 1em;
    border: none;
    z-index: 0;
  }
  .on-cover-content .section-wrapper::before {
    z-index: -1;
  }
  .on-cover-content .section-wrapper-left {
    border-bottom: 2px solid #711915;
  }
  .on-cover-content .cover-logo {
    max-width: 100px;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .on-cover-content .section-wrapper .section-header {
    margin-top: 110px;
  }
  .on-cover-content .section-wrapper .section-header img {
      max-width: 60%;
      margin: 0 auto;
  }
  .on-cover-content .section-wrapper .section-header a {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
    font-size: 1em;
    padding: 0;
    margin: 0;
  }
  .on-cover-content .section-wrapper .section-header a:hover,
  .on-cover-content .section-wrapper .section-header a:focus {
    color: #fff;
    text-decoration: none;
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 2em;
  }
  .on-cover-content .section-wrapper .cover-text {
    font-size: 1.2em;
  }
}
