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

/* 
Buttons (400)
font-family: 'Lexend Deca', sans-serif;
*/

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

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

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

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

#home_page_cover {
  background-color: #182954;
  background-image: url("https://static.spotapps.co/web/vivadsm--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: 9px 35px;
    text-transform: uppercase;
    background-color: #92E9FF;
    background: #92E9FF;
    border: 2px solid #92E9FF;
    color: #000;
    font-family: 'Lexend Deca', 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;
    min-width: 140px;
    width: 186px;
}
.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: #D7EEF4;
    background: #D7EEF4;
    border: 2px solid #D7EEF4;
    color: #000;
    opacity: 1;
}

@media (max-width: 1023px) {
  .home-page .header {
      height: auto;
      overflow-y: auto;
  }
  #home_page_cover {
          min-height: 100vh;
  }
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 500px;
  }
  .custom-temp-btn,
  .on-cover-content .locations-holder a.custom-temp-btn {
      font-size: 16px;
      min-width: 188px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
      max-width: 245px;
  }
  .on-cover-content .locations-holder a.custom-temp-btn {
      margin: 15px auto;
      width: auto;
  }
} 