@import url('//fast.fonts.net/cssapi/af1df019-127e-4e9d-9d67-73d0ddbe8691.css');

/* change fonts

font-family:'Garden Grown W05 Regular';
font-family:'Town_80 Text W05 Light';

  */


/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}
body, .section-header, h1 {
  font-family:'Town_80 Text W05 Light';
}
.custom_html_1-section article h1 span {
  font-family:'Garden Grown W05 Regular';
  text-transform: lowercase;
  color: #2478BA;
}
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;
}
.custom-temp-btn {
    text-transform: uppercase;
    color: #fff;
    border: 2px solid #0E2B3A;
    background: #0E2B3A;
    background-color: #0E2B3A;
    font-size: 18px;
}
.hvr-fade:active, .hvr-fade:focus, .hvr-fade:hover {
  color: #fff;
  background: #961122;
  background-color: #961122;
  text-decoration: none;
}
.custom-temp-btn:hover {
    color: #000;
    border: 2px solid #F7B94A;
    background: #F7B94A;
    background-color: #F7B94A;
}

/* custom section 1 */
.custom-container {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}
.custom_html_1-section {
    text-align: center;
    background-image: url(../custom/sections_back.jpg);
    background-size: cover;
    background-position: center;
}
.custom_html_1-section h2 {
    margin: 80px 0 40px 0;
    font-size: 4em;
}
.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;
}
.custom_html_1-section {
  background-color: #FAFBFB;
}
.navbar-regular.nav-v6 .navbar-nav {
  text-transform: uppercase;
}
.custom_html_1-section article h1 {
  text-transform: uppercase;
}

@media (max-width: 1200px) {
    .custom_html_3-section article .col-md-5 {
        padding-right: 100px;
    }
}
@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-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) {
  .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;
    }
    .custom_html_1-section h1 {
        margin: 10px 0;
    }
    .navbar.nav-v4 .header-logo {
    max-width: 55px;
  }
  .navbar-fixed-bottom.nav-v1 .nav.navbar-nav.navbar-right {
    display: none;
  }
}
@media (max-width: 320px) {
  .custom_html_1-section article h1 {
    font-size: 1.6em;
  }
}