@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Just+Another+Hand&display=swap');

/* change fonts 

font-family: 'Josefin Sans', sans-serif;
font-family: 'Just Another Hand', cursive;

*/
body,
.banner-section h1 {
  font-family: 'Josefin Sans', sans-serif;
}
.custom_html_1-section article h1 span {
  font-family: 'Just Another Hand', cursive;
    text-transform: capitalize;
}
.custom_html_1-section article h1 {
  font-family: 'Just Another Hand', cursive;
    text-transform: uppercase;   
}
/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
  font-family: 'Just Another Hand', cursive;
  font-size: 1.8em;
}
a {color: #ddd;}

/* home page */

.reservations a {
    color: #fff;
    background-color: #ddd;
}


/* tabs in drinks and food menu */
.tabnav .nav>li>a:hover, .tabnav .nav>li.active>a {
    color: #ddd;
    background: transparent;
    border-bottom: 10px solid rgba(220, 220, 220, 0.6);
}

/* drink menu and food menu item names */
.drink-menu h5 {
    color: #ddd;
}

/* specials titles in happy hours */
.specials h2 {
    color: #ddd;

}

.navbar-regular .navbar-collapse.collapse.in{
    background-color:  rgba(255,255,255,0.7);
}


/* black specials */
.specials-v2 {
    background-color: black;
}

.home-specials h1, .about-us h3 {
    color: white;
}

.about-us h3 {
    margin-top:4px;
}

.home-specials p {
    font-size: 1.2em;
    color: white;
    word-wrap: break-word;
    padding-top: 1.9em;
}

.home-specials p.specials-hours{
    padding-top: 0.2em;
    color: #ccc;
}


/* black gallery */

.gallery {
    background-color: black;
}

.gallery label, .reservations label, .email-subscription label, .reservations-and-parties label {
    text-transform: uppercase;
    /*color: white;*/
    border: none;
    padding: 10px 60px;
    margin-bottom: 20px;
    font-size: 1.7em;
}

.contact-v2 .contact-location{
    text-transform: uppercase;
}
.navbar-regular.nav-v6 .navbar-nav>li>a {
    text-transform: uppercase;
}
.custom-temp-btn {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
    text-transform: uppercase;
    background-color: #F0CC4D;
    background: #F0CC4D;
    border: 2px solid #F0CC4D;
    color: #000;
}
.custom-temp-btn:hover,
.custom-temp-btn:focus {
    background-color: #E7517F;
    background: #E7517F;
    border: 2px solid #E7517F;
    color: #000;
}
/* custom section 1 */
.custom-container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.custom_html_1-section {
    text-align: center;
    background-color: #5ddbc394;
    color: #000;
}
.custom_html_1-section h2 {
    margin: 80px 0 40px 0;
    font-size: 4em;
}
.custom_html_1-section h2.opening {
  font-family: 'Just Another Hand', cursive;
    font-weight: 700;
    color: #fff;
    font-size: 2em;
    margin: 10px 0;
}
.img-holder {
    height: 320px;
}
.custom_html_1-section article {
    margin-top: 60px;
}
.custom_html_1-section article h1 {
    color: #000;
    font-size: 3em;
    margin: 0 auto;
}
.custom_html_1-section article h3 {
    margin: 10px auto;
}
.custom_html_1-section .img-responsive {
    max-width: 75%;
    margin: 40px auto 20px;
}
@media (max-width: 1500px) {
  .volume-btn {
    bottom: 0;
  }
}
@media (max-width: 1200px) {
    .custom_html_3-section article .col-md-5 {
        padding-right: 100px;
    }
    .img-holder {
        height: 260px;
    }
}
@media (max-width: 1024px) {
    .custom_html_1-section article h1 {
      font-size: 2.2em;
    }
    h1, h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.5em;
    }
    p {
        font-size: 1.2em;
        margin-top: 0;
    }
    .custom-container {
        width: 100%;
    }
    .custom_html_1-section h1 {
        margin: 40px 2px;
    }
    .custom_html_2-section h2 {
        margin: 0 0 40px 0;
    }
    .custom_html_3-section article,
    .custom_html_1-section article {
        margin-top: 20px;
    }
    .custom_html_2-section article {
        margin-top: 20px;
    }
    .custom_html_2-section article h2 {
        font-size: 2.4em;
    }
    .custom_html_2-section .img-responsive {
        margin: 20px auto;
    }
    .custom-contact h2 {
        margin: 40px 20px 0 20px;
    }
}
@media (max-width: 991px) {
    .custom_html_1-section h2.opening {
      font-size: 1.4em;
    }
    .custom-container {
        text-align: center;
    }
    .custom_html_3-section article .col-md-5 {
        padding-right: 0px;
    }
}
@media (max-width: 768px) {
    .custom_html_1-section .img-responsive {
      max-width: 80%;
    }
    h3 {
        margin: 10px 0;
    }
    .custom-contact h2 {
        margin: 40px 0 0 0;
    }
}
@media (max-width: 767px) {
    .navbar-regular.nav-v6 .navbar-nav>li>a:hover {
        background-color: #e45c3a;
        color: #000!important;
    }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.1em;
    padding: 8px 8px;
  }
  .custom_html_1-section article {
    margin-top: 30px;
  }
  .custom_html_1-section .img-responsive {
      max-width: 85%;
      margin: 40px auto 20px;
    }
  .custom_html_1-section article h1 {
      font-size: 2em;
    }
    h1, h2 {
        font-size: 1.6em;
    }
    h3 {
        font-size: 1.3em;
    }
    .navbar.nav-v6.nav-scroll .header-logo img {
        max-width: 100%!important;
    }
  .volume-btn {
    bottom: 45px;
    font-size: 3.2em;
  }
  .volume-btn .fa {
    bottom: -25px;
    right: 20px;
  }
  .volume-btn .fa-volume-up {
    right: 9px;
  }
    .navbar-regular.nav-v6 .navbar-nav>li>a {
      padding: 10px 12px;
  }
    .custom_html_1-section h1 {
        margin: 10px 0;
    }
    .section-wrapper {
        padding: 1em 0;
    }
    .custom_html_2-section .img-responsive {
        margin: 4px auto;
    }
    .navbar-fixed-bottom.nav-v1.show-bottom-nav {
    display: none;
  }
  .img-holder {
    height: auto;
  }
  .custom_html_1-section h2.opening {
    font-size: 1.6em;
  }
  .custom_html_1-section article:last-of-type{
    margin-bottom: 70px;
  }
  .navbar-regular.nav-v6 .navbar-nav>li>a {
    font-size: 1.6em;
 }
 .navbar-regular.nav-v6.nav-scroll .navbar-nav>li>a:hover {
  color: #fff!important;
 }
}
@media (max-width: 400px){
    .navbar.nav-v4 .header-logo {
        max-width: 50px;
    }
}
@media (max-width: 320px) {
  .custom_html_1-section article h1 {
    font-size: 1.6em;
  }
}
