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

/* 
Buttons (700)
font-family: 'Roboto', sans-serif; 
*/

body {
  font-family: 'Roboto', sans-serif; 
  font-weight: 700;
}

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

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

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

#home_page_cover {
  background-color: #414141;
  background-image: url('https://static.spotapps.co/web/elpatronca--com/css/../custom/desktop_back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  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 {
  width: 1300px;
  max-width: 100%;
}

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

.on-cover-content .section-wrapper .container .locations-holder{
  display: flex;
  justify-content: center;
}

.on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(1){
  width: auto;
  padding-right: 50px;
}
.on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(2){
  width: auto;
  padding-left: 50px;
}

.on-cover-content .section-wrapper .container img {
  margin: auto;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 40px;
    text-transform: uppercase;
    background-color: #292929;
    background: #292929;
    border: 2px solid #fff;
    color: #fff;
    font-family: 'Roboto', sans-serif; 
    font-weight: 700;
    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;
    border-radius: 0;
    min-width:300px;
    text-align: center;
}
.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 #fff;
    color: #fff;
    opacity: 1;
}

@media (max-width: 767px) {
  #home_page_cover {
    background: linear-gradient( #ffba16 0%, #107848 30%, #000 91%);
    background-image: url('https://static.spotapps.co/web/elpatronca--com/css/../custom/mobile_back.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 280px;    
    margin-bottom:20px;

  }
  .on-cover-content .section-wrapper .container .locations-holder {
    flex-direction: column;
  } 
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(1),
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(2) {
    padding: 0;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-child(1) {
    margin: 60px 0;
  }
  
}