@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&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&display=swap');

/* 
Buttons, title (400)
font-family:'Bebas Neue', sans-serif;

Body (400)
font-family:'Poppins', sans-serif;
*/

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

.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;
}

#home_page_cover {
  background: -o-linear-gradient(#282625 0%, #262509 25%, #0d0b02 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#282625), color-stop(25%, #262509), to(#0d0b02));
  background: linear-gradient(#282625 0%, #262509 25%, #0d0b02 100%);
  background-image: url('https://static.spotapps.co/web/noblesbeerhall--com/css/../custom/background.jpg');
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.on-cover-content .section-wrapper {
  display: block;
  width: 100%;
  margin:0 auto;
  padding: 0;
}

.on-cover-content .section-wrapper a {
  background-color: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

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

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

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

.on-cover-content .locations-holder .top-section,
.on-cover-content .locations-holder .bottom-section {
  height: 50dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.on-cover-content .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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.on-cover-content .locations-holder .top-section .col-lg-6 {
  background-color: #000;
}

.on-cover-content .locations-holder .bottom-section .col-lg-6 {
  background-color: #232323;
}

.on-cover-content .locations-holder .top-section .col-lg-6:nth-of-type(2) {
  background: -webkit-gradient( linear, left top, left bottom, from(#ffba16), color-stop(30%, #107848), color-stop(91%, #000));
  background: -o-linear-gradient( #ffba16 0%, #107848 30%, #000 91%);
  background: linear-gradient( #ffba16 0%, #107848 30%, #000 91%);
  background-image: url('https://static.spotapps.co/web/noblesbeerhall--com/css/../custom/noble_s_east_right.jpg');
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}

.on-cover-content .locations-holder .col-lg-6 h1 {
  font-size: 5em;
  font-family:'Bebas Neue', sans-serif;
  font-weight: 400;
  margin: 0;
}

.on-cover-content .locations-holder .col-lg-6 h2 {
  font-family:'Poppins', sans-serif;
  font-weight: 400;
}

.on-cover-content .locations-holder .top-section .col-lg-6 .right-logo,
.on-cover-content .locations-holder .bottom-section .col-lg-6 .left-logo {
  width: 420px;
  margin: 0 auto;
}

.custom-temp-btn.animate-logo {
  background-color: transparent;
  border: none;
  pointer-events: none;
}

.custom-temp-btn:hover.animate-logo {
  background-color: transparent;
  border: none;
}

.on-cover-content .locations-holder .bottom-section .col-lg-6:nth-of-type(1) {
  background: -webkit-gradient( linear, left top, left bottom, from(#ffba16), color-stop(30%, #107848), color-stop(91%, #000));
  background: -o-linear-gradient( #ffba16 0%, #107848 30%, #000 91%);
  background: linear-gradient( #ffba16 0%, #107848 30%, #000 91%);
  background-image: url('https://static.spotapps.co/web/noblesbeerhall--com/css/../custom/noble_s_central_left.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
}

.on-cover-content .locations-holder a.custom-temp-btn:not(.animate-logo) {
    padding: 9px 20px;
    text-transform: none;
    background-color: #F6D217;
    background: #F6D217;
    border: 3px solid #F6D217;
    color: #000;
    font-family:'Bebas Neue', sans-serif;
    font-weight: 400;
    font-size: 1.5em;
    -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: 0;
    min-width:165px;
    text-align: center;
    margin-top: 30px;
}

.on-cover-content .locations-holder a.custom-temp-btn:not(.animate-logo):hover,
.on-cover-content .locations-holder a.custom-temp-btn:not(.animate-logo):focus {
    text-decoration: none;
    background-color: #fff;
    background: #fff;
    border: 3px solid #fff;
    color: #000;
    opacity: 1;
}

@media (max-width: 991px) {
  .on-cover-content .locations-holder .col-lg-6 h1 {
    font-size: 3.5em;
  }
  .on-cover-content .locations-holder .top-section .col-lg-6 .right-logo,
  .on-cover-content .locations-holder .bottom-section .col-lg-6 .left-logo {
    width: 300px;
  }
  .on-cover-content .section-wrapper a {
    font-size: 1.1em;
  }
  .on-cover-content .locations-holder a.custom-temp-btn:not(.animate-logo) {
    padding: 6px 20px;
    min-width:140px;
  }
}

@media (max-width: 767px) {
  .on-cover-content .locations-holder .top-section,
  .on-cover-content .locations-holder .bottom-section {
    height: auto;
  }
  .on-cover-content .locations-holder .col-lg-6 {
    padding: 4em 0;
    height: 100%;
  }
  .on-cover-content .locations-holder .top-section, .on-cover-content .locations-holder .bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
     flex-direction: column;
  }
  .on-cover-content .locations-holder .bottom-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
     flex-direction: column-reverse;
  }
  .on-cover-content .locations-holder .col-lg-6 h1 {
    font-size: 2.5em;
  }
  .on-cover-content .section-wrapper a {
    font-size: 1em;
  }
  .on-cover-content .locations-holder a.custom-temp-btn:not(.animate-logo) {
    padding: 4px 15px;
    min-width:120px;
  }
  .on-cover-content .locations-holder .top-section .col-lg-6 .right-logo,
  .on-cover-content .locations-holder .bottom-section .col-lg-6 .left-logo {
    width: 270px;
  }
}