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

/*
font-family: 'Gelasio', serif;
*/

body {
  font-family: 'Gelasio', 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: 20px;
}
.on-cover-content .section-wrapper p {
  font-size: 1.4em;
  color: #fff;
}
.on-cover-content .locations-holder a.custom-temp-btn {
  width: 160px;
  max-width: 100%;
}

#home_page_cover {
  background-image: url('https://static.spotapps.co/web/elranchito-dallas--com/css/../custom/cover_image.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: 10px 30px;
  text-transform: uppercase;
  background-color: #de4035;
  background: #de4035;
  border: 2px solid #de4035;
  color: #fff;
  font-family: 'Gelasio', serif;
  font-size: 17px;
  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: #1a4e38;
  background: #1a4e38;
  border: 2px solid #1a4e38;
  color: #fff;
  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;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 16px;
  }
}

@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 {
    margin-top: 10vh;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    width: 220px;
    padding: 8px 5px;
  }
}
@media (max-width: 320px) {
  .on-cover-content .section-wrapper .container .main-logo {
    margin-bottom: 15px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
    font-size: 15px;
    margin-top: 10px;
  }
  .on-cover-content .section-wrapper p {
    font-size: 1.2em;
  }
}
