@import url('//fonts.googleapis.com/css2?family=PT+Sans+Narrow&display=swap');

/* 
Buttons, Text (400)
font-family: 'PT Sans Narrow', sans-serif;
*/

body {
  font-family: 'PT Sans Narrow', sans-serif;
}

a {
  color: #000;
}
.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: 1300px;
  max-width: 100%;
}

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

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

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 6px 40px;
    text-transform: uppercase;
    background-color: #f3a01c;
    background: #f3a01c;
    border: 2px solid #f3a01c;
    color: #000;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 19px;
    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;
}
.on-cover-content .locations-holder a.blue-btn {
  background-color: #01788c;
  background: #01788c;
  border: 2px solid #01788c;
  color: #fff;
}
.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: #2d2d2d;
    background: #2d2d2d;
    border: 2px solid #2d2d2d;
    color: #fff;
    opacity: 1;
}

.on-cover-content .locations-holder a.custom-temp-btn {
  max-width: 100%;
}

.on-cover-content .locations-holder h2 {
  margin-top: 5px;
}

.on-cover-content .locations-holder h2 a {
  text-transform: capitalize;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 19px;
  color: #000;
  margin-top: 0;
}
.on-cover-content .locations-holder h2 a > span {
  font-size: 17px;
}

@media (max-width: 1200px) {
  .home-page .header {
      height: auto;
      overflow-y: auto;
  }
  #home_page_cover {
      min-height: 100vh;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper {
        padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 120px;
        margin-bottom: 30px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      padding: 3px 30px;
      margin: 10px auto;
      width: 142px;
  }
  .on-cover-content .section-wrapper .container .image-right {
      margin-top: 20px;
  }
} 