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

/* 
  Heding, Subheding (400)
  font-family: 'Gloock', serif;

  Text, buttons (400)
  font-family: 'Montserrat', sans-serif;
*/

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

.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: 0;
  width: 250px;
}

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

#home_page_cover {
  background: linear-gradient( #444444 0%, #222222 30%, #000000 91%);
  background-image: url('https://static.spotapps.co/web/bellabrava--com/css/../custom/background.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 {
  width:1600px;
}

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

.on-cover-content .section-wrapper a:hover {
  text-decoration: underline;
  opacity: 1;
} 

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

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

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 9px 40px;
    text-transform: uppercase;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    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:175px;
    text-align: center;
    margin-top: 15px;
}
.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;
}

.on-cover-content .section-wrapper .section-header {
  font-family: 'Gloock', serif;
  font-weight: 400;
  font-size: 3.3em;
  color: #fff;
  line-height: 1em;
}

.on-cover-content .locations-holder h1 {
  font-family: 'Gloock', serif;
  font-weight: 400;
  font-size: 1.7em;
  color: #fff;
}

.on-cover-content .locations-holder h2 {
  font-family: 'Gloock', serif;
  font-weight: 400;
  font-size: 1.4em;
  color: #fff;
}

.on-cover-content .locations-holder h2 a{
  text-transform: capitalize;
  font-family: 'Gloock', serif;
  font-weight: 400;
  background-color: transparent;
  color: #fff;
  margin:0;
  padding: 0;
  font-size: 1.1em;
  line-height: 1.3em;
}

@media (max-width: 1400px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 3em;
  }
  .on-cover-content .locations-holder h1 {
    font-size: 1.5em;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 1.1em;
  }
  .on-cover-content .locations-holder h2 a {
    font-size: 1em;
  }
}

@media (max-width: 991px) {
  .on-cover-content .locations-holder h1 {
    font-size: 1.8em;
  }
  .on-cover-content .locations-holder h2 {
    font-size: 1.3em;
  }
  .custom-temp-btn, .on-cover-content .locations-holder a.custom-temp-btn {
    padding: 6px 0;
    font-size: 1.2em;
    min-width: 140px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .section-wrapper .container .main-logo {
    max-width: 160px;    
    margin-bottom:0;
  }
  .on-cover-content .section-wrapper {
    padding: 2em 0;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.5em;
    line-height: 1.4em;
    margin-top: 25px;
  }
  .on-cover-content .locations-holder h1 {
    font-size: 1.4em;
  }
  .on-cover-content .locations-holder h2 a {
    font-size: 0.9em;
  }
  .custom-temp-btn, .on-cover-content .locations-holder a.custom-temp-btn {
    padding: 4px 0;
    font-size: 1.1em;
    min-width: 130px;
  }

}