@import url('//fonts.googleapis.com/css2?family=Outfit&display=swap');

/* 
BUTTONS: (400)
font-family: 'Outfit', sans-serif;
*/

body {
  font-family: 'Outfit', sans-serif;
}

.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: 200px;
}

#home_page_cover {
  background-color: #eaeae2;
  background-image: url("../custom/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 6px 40px;
    text-transform: uppercase;
    background-color: #edc60f;
    background: #edc60f;
    border: 2px solid #edc60f;
    color: #000;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    box-shadow: none;
    border-radius: 5px;
    -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 .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #edc60f;
    background: #edc60f;
    border: 2px solid #000;
    color: #000;
    opacity: 1;
}

.on-cover-content .locations-holder a.custom-temp-btn {
  max-width: 100%;
}

@media (max-width: 767px) {
  .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 a.custom-temp-btn {
      padding: 3px 30px;
      margin: 20px auto 10px;
      width: auto;
  }
  .on-cover-content .section-wrapper .container .image-right {
      margin-top: 20px;
  }
} 