@import url('//fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Goblin+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Strike&display=swap');

/* 
  Buttons, text (700)
  font-family: 'Lora', serif;
*/
body {
  font-family:'Protest Strike', sans-serif;
  font-weight: 400;
}

.navbar,
.nav-v2,
.nav-v4,
.nav-v2-home-btn,
.navbar-fixed-bottom.nav-v1 {
    display: none !important;
}
.home-page .header {
  height: auto;
  overflow-y: auto;
}

.on-cover-content .section-wrapper .container .main-logo {
  margin-bottom: 40px;
  width: 600px;
}
#home_page_cover {
  background: -o-linear-gradient(#0e0f11 0%, #001128 30%, #080e18 91%);
  background: -webkit-gradient(linear, left top, left bottom, from(#0e0f11), color-stop(30%, #001128), color-stop(91%, #080e18));
  background: linear-gradient(#0e0f11 0%, #001128 30%, #080e18 91%);
  background-image: url('https://static.spotapps.co/web/lasmaravillasnj--com/css/../custom/background.jpg');
  background-color: #000;
  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%;
  padding-top: 1em;
  padding-bottom: 0;
}

.on-cover-content .section-wrapper a {
  background-color: transparent;
  font-size: 1em;
  margin-top: 0;
  padding: 0 0 5px 0;
  color: #fff;
}
.on-cover-content .section-wrapper a:hover {
  opacity: 1;
  text-decoration: underline;
}

.on-cover-content .section-wrapper a:focus {
  text-decoration: none;
}

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

.on-cover-content .section-wrapper .locations-holder .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.on-cover-content .section-wrapper .locations-holder .col-lg-6:nth-of-type(1) {
  -webkit-box-align: end;
  -ms-flex-align: end;
   align-items: flex-end;
}

.on-cover-content .section-wrapper .locations-holder .col-lg-6:nth-of-type(2) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 40px;
    text-transform: uppercase;
    background-color: #000;
    background: #000;
    border: 2px solid #F9BC13;
    color: #F9BC13;
    font-family:'Protest Strike', sans-serif;
    font-weight: 400;
    font-size: 1.3em;
    -webkit-box-shadow: none;
     box-shadow: none;
    -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: 5px;
    min-width:185px;
    text-align: center;
    margin-bottom: 10px;
}
.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: #F9BC13;
    background: #F9BC13;
    border: 2px solid #F9BC13;
    color: #000;
    opacity: 1;
}
.on-cover-content .alt-logo {
  padding-bottom: 20px;
}


@media (max-width: 991px) {
  .on-cover-content .section-wrapper .container .main-logo {
    width: 400px;
  }
}
@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
    width: 250px;
    margin-bottom: 60px;
  }
  .on-cover-content .section-wrapper {
    padding: 2em 0;
  }
  .on-cover-content .section-wrapper .container .locations-holder .col-md-6:nth-of-type(2) {
    margin: 50px 0 0 0;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
    padding: 5px 20px;
    font-size: 1.1em;
  }
  .on-cover-content .section-wrapper .locations-holder .col-lg-6 {
    display: block;
  }
}