@import url('//fonts.googleapis.com/css2?family=Noto+Sans:wght@500&family=Oleo+Script+Swash+Caps&display=swap');

/* 
Headings (400)
font-family: 'Oleo Script Swash Caps', cursive;

Buttons (500)
font-family: 'Noto Sans', sans-serif;

*/

body {
  font-family: 'Oleo Script Swash Caps', cursive;
}

a {
  color: #fff;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.on-cover-content .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
}

.on-cover-content .section-wrapper .container img {
  margin: auto;
}

.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 50px;
  max-width: 230px;
}

#home_page_cover {
  background-color: #171717;
  background-image: url('../custom/back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 10px 35px;
    text-transform: uppercase;
    background-color: #d2c8bc;
    background: #d2c8bc;
    border: 2px solid #d2c8bc;
    color: #000;
    white-space: nowrap;
    min-width: 200px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 18px;
    box-shadow: none;
    -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;
    border-radius: 30px;
    font-weight: 500;
}
.on-cover-content .locations-holder .button-2 a.custom-temp-btn {
    background-color: #a67242;
    background: #a67242;
    border: 2px solid #a67242;
    color: #000;
}
.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #1b1b1b;
    opacity: 1;
}

.on-cover-content .locations-holder h2 {
  text-transform: capitalize;
  font-family: 'Oleo Script Swash Caps', cursive;
  font-size: 4em;
  color: #fff;
}

.on-cover-content .locations-holder a.custom-temp-btn {
  width: 160px;
  max-width: 100%;
}

.on-cover-content .section-wrapper .locations-holder h3 {
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
}

.on-cover-content .section-wrapper .locations-holder h3 a {
  text-transform: none;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 18px;
}

.on-cover-content .section-wrapper .locations-holder h3 a i {
  font-size: 25px;
  padding-right: 5px;
}

.on-cover-content .section-wrapper .locations-holder h3 a:hover,
.on-cover-content .section-wrapper .locations-holder h3 a:focus {
    opacity: 1;
    text-decoration: none;
    color: #d2c8bc;
}

.on-cover-content .section-wrapper .locations-holder h3 a:hover i,
.on-cover-content .section-wrapper .locations-holder h3 a:focus i {
  color: #d2c8bc;
}

@media (min-width: 1201px) {
  .on-cover-content .section-wrapper .container .main-logo {
    position: absolute;
    left: 0; 
    right: 0;
    top: 17%;
    margin-left: auto; 
    margin-right: auto;
  }
}

@media (max-width: 1200px) {
  .on-cover-content .locations-holder h2 {
      font-size: 3.5em;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
      font-size: 16px;
  }
}

@media (max-width: 1023px) {
  .on-cover-content .locations-holder h2 {
      font-size: 3.3em;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
    font-size: 15px;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
      font-size: 16px;
  }
}

@media (max-width: 991px) {
  .on-cover-content .section-wrapper .locations-holder h3 a i {
    display: block;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .home-page .header {
        height: auto;
        overflow-y: auto;
  }
  #home_page_cover {
        min-height: 100vh;
  }
  .on-cover-content .section-wrapper {
        padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 100px;
        margin-bottom: 10px;
  }
  .on-cover-content .locations-holder h2 {
      font-size: 2.6em;
      margin: 30px auto 10px;
  }
  .button-container {
      margin-top: 10px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      padding: 4px 30px;
      margin: 5px auto 10px;
      width: auto;
      min-width: 120px;
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper .locations-holder h3 a {
      font-size: 18px;
  }
}