@import url('//fast.fonts.net/cssapi/5e62c21a-d1a9-4c33-b781-37fd7d6af317.css');

/* change fonts 
font-family:'Old Towne No_536 W01';
font-family:'TT Chocolates W03 ExtraLight';

 */
.home-specials h1 ,
.home-specials a ,
.contact-v2 .hours-title,
.contact-v2 .social-title,
.contact-v2 .contact-us-title,
.drink-menu h1,
.drink-menu h2,
.drink-menu h5,
{
    font-family:'Eveleth W01 Bold';
}

/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}
h1 {
  font-family:'Old Towne No_536 W01';
}
body {
  font-family:'TT Chocolates W03 ExtraLight';
}
a {color: #ddd;}

/* home page */

.reservations a {
    color: #fff;
    background-color: #ddd;
}
.navbar.nav-v4 {
  display: none;
}
.header {
    background-image: linear-gradient( rgba(255, 255, 255, 1), rgba(255, 255, 255, 1) ), url()!important;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1)), url()!important;
        
}

/* 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;
}
.on-cover-content .section-wrapper .section-header {
  color: #353334;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 3em;
}
.on-cover-content .section-wrapper .section-header img {
  margin: 0 auto;
}
.on-cover-content p {
    color: #353334;

}
.on-cover-content .section-wrapper a {
    padding: 0px;
    background-color: transparent;
    color: #3a3a3c;
    margin-top: 5px;
}
.on-cover-content .section-wrapper a:hover {
    color: #566C5C;
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav {
  display: none;
}
@media(max-width: 767px) {
.on-cover-content .section-wrapper p {
    font-size: 1.5em;
}
}
@media(max-width: 320px) {
  .on-cover-content .section-wrapper .section-header img {
    max-width: 280px;
  }
  .on-cover-content .section-wrapper a {
    font-size: 15px;
}
}
