@import url('//fonts.googleapis.com/css2?family=Belleza&display=swap');

/*
font-family: 'Belleza', sans-serif;
*/

body {
  font-family: 'Belleza', sans-serif;
}
/* 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 .section-wrapper {
  width: 1200px;
  max-width: 100%;
}
.on-cover-content .section-wrapper .container {
  width: 100%;
}
.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 40px;
  max-width: 400px;
}
.on-cover-content .section-wrapper p {
  font-size: 1.2em;
  font-weight: 400;
  color: #000;
}
.on-cover-content .locations-holder a.custom-temp-btn {
  width: 260px;
  max-width: 100%;
  margin: 25px 30px 0;
}

#home_page_cover {
  background-image: url(https://static.spotapps.co/web/krabkingzhtx--com/css/../custom/background.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.on-cover-content .section-wrapper .locations-holder a {
  background-color: transparent;
}
.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
  padding: 8px 15px;
  text-transform: uppercase;
  background-color: #194681;
  background: #194681;
  border: 2px solid #194681;
  color: #fff;
  font-family: 'Belleza', sans-serif;
  font-size: 22px;
  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 .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
  text-decoration: none;
  background-color: #ed7c40;
  background: #ed7c40;
  border: 2px solid #ed7c40;
  color: #000;
  opacity: 1;
}

@media (max-width: 1023px) {
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 30px;
    max-width: 360px;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
    .home-page .header {
      height: auto;
      overflow-y: auto;
    }
    #home_page_cover {
      min-height: 100vh;
    }
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 250px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    width: 250px;
  }
}