@import url('//fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Passion+One&display=swap');

/*
 Title (400)
font-family: 'Passion One', cursive;

Text (300)
font-family: 'Comfortaa', cursive;
*/

body {
  font-family: 'Comfortaa', cursive;
}

p {
  font-weight: 300;
}

a {
  color: #000;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}

.on-cover-content.content-center.animate-content .custom-temp-btn {
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  padding: 10px 10px 10px 10px;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 16px;
  text-transform: uppercase;
  opacity: 1;
  -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;
  box-shadow:none;
}

.on-cover-content.content-center.animate-content .custom-temp-btn:hover,
.on-cover-content.content-center.animate-content .custom-temp-btn:focus {
  background-color: #535b65;
  color: #fff;
  border: none;

}

.on-cover-content .section-wrapper {
  display: flex;
  justify-content: center;
}

.on-cover-content .section-wrapper .container {
  width: 100%;
}

.on-cover-content .section-wrapper .container img {
  margin: 15px auto 0;
}

.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 30px;
  max-width: 300px;
}

.on-cover-content .section-wrapper a {
  background-color: transparent;
  padding: 10px 15px;
}

.home-page .header {
  height: auto;
  overflow-y: auto;
}

.row.locations-holder {
  display: flex;
  justify-content: center;
  align-items: center;
}

#home_page_cover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
	background: linear-gradient( rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5) ), url(https://static.spotapps.co/web/stoveandtap--com/css/../custom/background_new.jpg) no-repeat;
	background-size: cover;
	background-position: bottom;
}

.on-cover-content .locations-holder h2 {
  margin-bottom: 0;
}

.on-cover-content .locations-holder h2 a {
  text-transform: capitalize;
  font-family: 'Passion One', cursive;
  font-weight: 400;
  font-size: 1em;
  color: #000;
  background-color: transparent;
  margin-top: 0;
}
.on-cover-content .locations-holder h2 a:hover,
.on-cover-content .locations-holder h2 a:focus {
  color: #535b65;
  text-decoration: none;
}
.on-cover-content .locations-holder h2 a:focus {
  color: #000;
}

.on-cover-content .section-wrapper .locations-holder h2 a::after {
  content: "";
  display: block;
  border-bottom: 3px solid #000;
  width: 100%;
  position: relative;
  margin: 0 auto;
  bottom: -3px;
}


.on-cover-content .section-wrapper .locations-holder h3 {
  margin: 0;
  font-family: 'Comfortaa', cursive;
  font-weight: 300;
  white-space: nowrap;
}

.on-cover-content .section-wrapper .locations-holder h3 a {
  text-transform: none;
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.on-cover-content .section-wrapper .locations-holder h3 a:hover,
.on-cover-content .section-wrapper .locations-holder h3 a:focus {
    text-decoration: none;
    color: #535b65;
    opacity: 1;
}

.image-holder {
  max-width: 380px;
  margin: 0 auto 10px;
}

@media (min-width: 1201px) {
  .on-cover-content .section-wrapper {
    min-width: 1180px;
  }
}

@media (max-width: 1200px) {
  .on-cover-content .section-wrapper .locations-holder h3 a {
      font-size: 15px;
  }
}

@media (max-width: 1023px) {
    .on-cover-content .section-wrapper .locations-holder h2 a {
      font-size: 1em;
    }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper {
        padding: 0 0 2em;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 200px;
        margin: 45px auto;
  }
  .on-cover-content .locations-holder h2 {
      font-size: 2em;
      margin: 10px auto;
  }
  .on-cover-content .section-wrapper .locations-holder h3 {
    margin-bottom: 50px;
  }
  .row.locations-holder {
    flex-direction: column;
  }
  .on-cover-content .section-wrapper .locations-holder h3 {
    margin-top: 20px;
  }
}

@media (max-width: 320px) {
  .on-cover-content .locations-holder h2 {
      font-size: 1.8em;
  }
  .on-cover-content .section-wrapper .locations-holder h3 {
      white-space: unset;
  }
  .on-cover-content .section-wrapper .locations-holder h3 a {
      font-size: 15px;
  }
} 