@import url('//fonts.googleapis.com/css2?family=Josefin+Sans&family=PT+Sans&display=swap');

/*
font-family: 'Josefin Sans', sans-serif;
font-family: 'PT Sans', sans-serif;
*/

body {
  font-family: 'PT Sans', 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: 1100px;
  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;
}
.on-cover-content .section-wrapper p {
  font-size: 1.4em;
  color: #fff;
}
.on-cover-content .locations-holder a.custom-temp-btn {
  width: 220px;
  max-width: 100%;
}

#home_page_cover {
  background-image: url(../custom/landing_back.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 25px;
  text-transform: uppercase;
  background-color: transparent;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  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: #fff;
  background: #fff;
  border: 2px solid #fff;
  color: #000;
  opacity: 1;
}

@media (max-width: 1400px) {
  .on-cover-content .section-wrapper p {
    font-size: 1.3em;
  }
}

@media (max-width: 1023px) {
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 30px;
    max-width: 170px;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 18px;
  }
}

@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;
  }
  .on-cover-content .locations-holder a.custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn:hover,
  .on-cover-content .locations-holder a.custom-temp-btn:focus {
    padding: 0;
    width: auto;
    font-size: 28px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    margin-top: 15px;
  }
}

@media (max-width: 380px) {
  #home_page_cover {
    background-image: url(../custom/mobile_back.jpg);
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 70px;
    margin-bottom: 15px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn:hover,
  .on-cover-content .locations-holder a.custom-temp-btn:focus {
    font-size: 20px;
    margin-top: 10px;
  }
  .on-cover-content .section-wrapper p {
    font-size: 1.2em;
  }
}
