@import url('//fonts.googleapis.com/css2?family=Alkalami&family=Montserrat&display=swap');

/* 
Headings, buttons (400)
font-family: 'Alkalami', serif;

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

body {
  font-family: 'Montserrat', sans-serif;
}

a {
  color: #000;
}

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

.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: auto;
}

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

#home_page_cover {
  background-color: #fff;
  background-image: url('https://static.spotapps.co/web/laterrazamexicangrillseafood--com/css/../custom/background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
}

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 10px 40px 2px 40px;
    text-transform: uppercase;
    background-color: #0d3267;
    background: #0d3267;
    border: 2px solid #0d3267;
    color: #fff;
    font-family: 'Alkalami', serif;
    font-weight: 400;
    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;
}
.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: #fff;
    opacity: 1;
}

.on-cover-content .locations-holder h2 {
  text-transform: uppercase;
  font-family: 'Alkalami', serif;
  font-size: 3em;
  letter-spacing: 0.04em;
  color: #000;
  margin-top: 0;
}

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

.on-cover-content .section-wrapper .locations-holder h3 {
  margin: 20px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  white-space: nowrap;
}

.on-cover-content .section-wrapper .locations-holder h3 a {
  text-transform: none;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  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: #466085;
    opacity: 1;
}

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

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

@media (max-width: 767px) {
  .on-cover-content .section-wrapper {
        padding: 0 0 2em;
  }
  .on-cover-content .section-wrapper .container .main-logo {
        max-width: 180px;
        margin: 10px auto 40px;
  }
  .on-cover-content .locations-holder h2 {
      font-size: 2.2em;
      margin: 10px auto 0;
  }
  .on-cover-content .section-wrapper .locations-holder h3 {
    margin-top: 0;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      margin: 10px auto 30px;
  }
}

@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;
  }
} 