@import url('//fast.fonts.net/cssapi/5c80d265-f082-4634-9487-89b664f0f6a8.css');

/* change fonts

font-family:'FuturaLig W05 Regular';
font-family:'Futura W05 Bold';
font-family:'DearJoe5CasualW04-Pro';

  */


/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

body,
.banner-section h1 {
  font-family:'FuturaLig W05 Regular';
}
h1, .section-header {
  font-family:'DearJoe5CasualW04-Pro';
}
h2, h3, h4, h5, h6,
.navbar-regular.nav-v6 .navbar-nav>li,
.contact-v3 .hours-title h1, .contact-v3 .social-title h1, .contact-v3 .contact-us-title h1,
.food-menu-grid .food-price {
  font-family:'Futura W05 Bold';
}
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.nav-v6 .navbar-logo .container {
  display: none;
}
.uk-overlay-background {
    background: rgba(0,0,0,.5);
}
.banner-section.animate .banner-pin:hover {
  color: #117831;
}
.about-us-v8-item-left.animate h1,
.section-header {
  font-size: 4em;
}
.gallery .section-header {
  color: #fff;
}
.food-menu-grid-item-content {
  border-radius: 0px;
}
.food-menu-grid .food-price {
  color: #117831;
}
.food-menu-nav .food-menu-nav-item.active {
    background-color: #117831;
    border-color: #117831;
}
.navbar-fixed-bottom.nav-v1 .bottom-list-item a {
    text-transform: uppercase;
}
