@import url('//fonts.googleapis.com/css2?family=Fuzzy+Bubbles:wght@400;700&display=swap');

/*
font-family: 'Mulish', sans-serif;
*/

body {
  font-family: 'Fuzzy Bubbles', cursive;
}
/* 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: 650px;
  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: 20px;
  max-width: 600px;
}
.on-cover-content .locations-holder a.custom-temp-btn {
  width: 200px;
  max-width: 100%;
}

#home_page_cover {
  background-image: url(../custom/cover_back.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.on-cover-content .section-wrapper .locations-holder a {
  background-color: transparent;
  margin: 25px 10px 0;
}
.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
  padding: 8px 25px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  border: 2px solid #000;
  color: #000;
  font-family: 'Mulish', sans-serif;
  font-weight: bold;
  font-size: 20px;
  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: #000;
  background: #000;
  border: 2px solid #000;
  color: #eeb200;
  opacity: 1;
}

@media (max-width: 1023px) {
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 30px;
    max-width: 500px;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 15px;
    max-width: 280px;
  }
  .on-cover-content .section-wrapper {
    padding: 2em 0;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 16px;
  }
}