@import url('//fast.fonts.net/cssapi/95342760-bf40-4865-8c31-ac86e97ff702.css');

/* change fonts 

font-family:'Futura LT W01 Bold';
font-family:'Belwe W01 Medium_1118891';
font-family:'Futura LT W01 Light';

 */
.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';
}
body {
    font-family:'Futura LT W01 Light';
}
/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

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-v4 {
    display: none;
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav {
    display: none;
}
.on-cover-content.content-center.animate-content .section-header {
    font-family:'Belwe W01 Medium_1118891';
    font-size: 4em;
}
.on-cover-content .section-wrapper a {
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
    margin-right: 10px;
    border-radius: 0;
    font-size: 18px;
    text-transform: capitalize;
}
.custom-temp-btn {
    font-family:'Futura LT W01 Bold';
}
.on-cover-content a.iowa-city {
    background-color: #fecd05;
}
.on-cover-content a.elliot-rd {
    background-color: #8a6344;
}
.on-cover-content a.apache-blvd {
    background-color: #5dc098;
}
.on-cover-content a.coralville {
    background-color: #fcb515;
}
.on-cover-content a:hover.iowa-city,
.on-cover-content a:hover.elliot-rd,
.on-cover-content a:hover.apache-blvd,
.on-cover-content a:hover.coralville  {
    background-color: rgba(58,58,60,0.7);
    color:#fff;
}
@media(max-width: 767px){
    .on-cover-content .section-wrapper p {
        font-size: 1.8em;
    }
    .on-cover-content.content-center.animate-content .section-header img {
        max-width: 70%;
    }
    .on-cover-content.content-center.animate-content .section-header {
        font-size: 2.5em;
    }
    .on-cover-content .section-wrapper .section-header {
        margin-bottom: 0px;
    }
}
@media(max-width: 320px) {
    .on-cover-content .section-wrapper a {
    margin-top: 15px;
    margin-right: 0px;
    border-radius: 0;
    font-size: 18px;
    }
}