@import url('//fonts.googleapis.com/css2?family=Vollkorn:wght@400;800&display=swap');

/* 
Headings, buttons (800)
font-family: 'Vollkorn', serif;

Text (400)
font-family: 'Vollkorn', serif;
*/

body {
  font-family: 'Vollkorn', serif;
}

a {
  color: #707070;
}

.on-cover-content .section-wrapper a {
  background-color: transparent;
}

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

.on-cover-content .section-wrapper {
  width: 1330px;
  max-width: 100%;
}

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

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

#home_page_cover {
  background-color: #fffdf4;
  background-image: url("https://static.spotapps.co/web/lacarretamexnc--com/css/../custom/landing_bg_new.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
  padding: 9px 35px;
  text-transform: uppercase;
  background-color: #000;
  background: #000;
  border: 2px solid #000;
  color: #fff;
  font-family: 'Vollkorn', serif;
  font-size: 18px;
  box-shadow: none;
  -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;
  margin-top: 10px;
}
.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: transparent;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    opacity: 1;
}

.on-cover-content .locations-holder h2 {
  font-family: 'Vollkorn', serif;
  font-weight: 800;
  font-size: 2em;
  color: #000;
  text-transform: capitalize;
}

.on-cover-content .locations-holder h3 {
  margin-top: 5px;
  text-transform: capitalize;
}

.on-cover-content .locations-holder h3 a {
  text-transform: capitalize;
  font-family: 'Vollkorn', serif;
  font-size: 16px;
  color: #707070;
  margin-top: 0;
}

@media (max-width: 1400px) {
  .on-cover-content .locations-holder h2 {
    font-size: 2em;
  }
}

@media (max-width: 1300px) {
  .on-cover-content .locations-holder h3 a > span {
    display: block;
  }
}

@media (max-width: 1200px) {
  .home-page .header {
      height: auto;
      overflow-y: auto;
  }
  #home_page_cover {
      min-height: 100vh;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 1.7em;
  }
}

@media (max-width: 1023px) {
  .on-cover-content .locations-holder h2 {
    font-size: 1.5em;
  }
  .on-cover-content .locations-holder h2.first-title {
  }
  .on-cover-content .locations-holder h3 a {
    padding: 0 5px;
    font-size: 14px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper {
        padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 165px;
        margin-bottom: 30px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      padding: 11px 30px;
      margin: 10px auto;
      width: 90%;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 2.6em;
  }
  .on-cover-content .locations-holder h2.first-title {
    margin-bottom: 10px;
  }
  .on-cover-content .locations-holder h3 a {
    font-size: 17px;
  }
  .on-cover-content .locations-holder h3 a > span {
    margin-top: 5px;
  }
} 