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

/* 
(buttons, navigation)
font-family: 'Roboto', sans-serif;
(first title)
font-family: 'Romanesco', cursive;
(second title)
font-family: 'Rye', cursive;
*/

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

.nav-v7 .navbar-logo .header-logo {
  max-width: 120px;
}

.navbar-regular.nav-v7 .navbar-nav > li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.navbar-regular.nav-v7 .navbar-nav > li > a {
  font-weight: 400;
  font-family: 'Rye', cursive;
  font-size: 1.4em;
  border-right: none !important;
}

.navbar-regular.nav-v7 .navbar-nav>li .additional-link{
  margin-left: 10px;
}

.navbar-regular.nav-v7 .navbar-nav>li>a.custom-social-icon{
  padding-left: 0px;
  padding-right: 20px;
}

.navbar-regular.nav-v6 .navbar-nav>li>a.custom-social-icon>i{
  font-size: .8em;
}

.navbar-regular.nav-v7 .navbar-nav>li>a.custom-social-icon.border-controller{
  border-right: 1px solid #fff !important;
}

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

#home_page_cover {
  background-color: #000;
  background-image: url("https://static.spotapps.co/web/badbrads--com/css/../custom/on_cover_back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 90vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top:130px;
}

.on_cover_image{
  display: none;
}

.home-page .navbar.nav-v6 .social-square .contact-icon:hover i,
.home-page .navbar.nav-v6.nav-scroll .social-square .contact-icon:hover i {
  color: #fff;
}

.custom-temp-btn,
.custom_html_1-section .section-wrapper .locations-holder a.custom-temp-btn {
  padding: 14px 35px;
  text-transform: uppercase;
  background-color: #FFA132;
  background: #FFA132;
  border: 2px solid #FFA132;
  color: #000;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.1em;
  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;
  margin-top: 35px;
}

.location-container{
  display: grid;
  place-items: center;
}

.location-socials{
  display: none;
}


.custom-temp-btn:hover,
.custom_html_1-section .section-wrapper .locations-holder a.custom-temp-btn:hover,
.custom_html_1-section .section-wrapper .locations-holder a.custom-temp-btn:focus {
  text-decoration: none;
  background-color: #FFBD6F;
  background: #FFBD6F;
  border: 2px solid #FFBD6F;
  color: #540310;
  opacity: 1;
}

/* Custom HTML 1 */
.custom_html_1-section {
  background-color: #000;
  background-image: url("https://static.spotapps.co/web/badbrads--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;
}

.custom_html_1-section .section-wrapper .locations-holder > div {
  text-align: center;
}

.custom_html_1-section .container {
  width: 90%;
}

.custom_html_1-section .section-wrapper {
  padding:0;
}

.custom_html_1-section .section-wrapper .locations-holder h2 {
  font-family: 'Rye', cursive;
  font-weight: 400;
  font-size: 3em;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 18px;
}
.custom_html_1-section .section-wrapper .locations-holder h2 span{
  font-family: 'Romanesco', cursive;
  font-weight: 400;
  font-size: 1.1em;
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 18px;
}

.custom_html_1-section .section-wrapper .locations-holder img {
  max-width: 90%;
}

@media (max-width: 1400px) {
  .navbar.nav-v7 .container {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  #home_page_cover {
    min-height: unset;
  }
  .on_cover_image{
    display: block;
    height: 100%;
    visibility: hidden;
  }
  .custom_html_1-section .section-wrapper .locations-holder h2 {
    font-size: 1.8em;
  }
  .custom-temp-btn,
  .custom_html_1-section .section-wrapper .locations-holder a.custom-temp-btn {
    font-size: 1em;
  }
}

@media (max-width: 1023px) {
  .custom_html_1-section .section-wrapper .locations-holder h2 {
    font-size: 1.7em;
  }
  .custom_html_1-section {
    min-height: 60vh;
}
}
@media (max-width: 767px) {
  .navbar-regular.nav-v7 .navbar-nav>li>a.custom-social-icon{
  display: none;
  }
  #home_page_cover {
    margin-top:50px;
  }
  .navbar.nav-v6 .header-logo {
    max-width: 80px;
  }
  .custom_html_1-section .section-wrapper .locations-holder h2 {
    font-size: 2.2em;
  }
  .custom_html_1-section .section-wrapper .locations-holder .col-md-6:nth-child(1) {
    margin-bottom: 50px;
  }

  .location-socials{
    margin-top: 1.5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2em;
  }
  
  .location-socials>a>i{
    font-size: 1.5em;
    padding: 0.25em;
  }
}