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

/* 
  Buttons (600)
  font-family:'Spectral', sans-serif;
*/

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

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

.on-cover-content {
  width: 75%;
}

.on-cover-content .section-wrapper .container img {
  margin: 0 auto 60px;
  max-width: 400px;
}

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 12px 35px;
    text-transform: uppercase;
    background-color: #ffffff;
    background: #ffffff;
    border: 2px solid #ffffff;
    color: #000000;
    font-family: 'Spectral', sans-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;
    white-space: nowrap;
    font-weight: 600;
    min-width: 260px;
}
.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: #C4C4C4;
    background: #C4C4C4;
    border: 2px solid #C4C4C4;
    color: #000;
    opacity: 1;
}

.on-cover-content .locations-holder {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 75%;
}

@media (max-width: 1200px) {
  .on-cover-content .locations-holder {
    max-width: 100%;
  }
}

@media (max-width: 1023px) {
  .home-page .header {
      height: auto;
      overflow-y: auto;
  }
  #home_page_cover {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
     align-items: center;
  }
  .on-cover-content .section-wrapper .container{
    width: auto;
  }
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 300px;
  }

}

@media (max-width: 767px) {
  #home_page_cover {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 220px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      margin: 25px auto;
  }
  .on-cover-content .locations-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}