@import url('//fonts.googleapis.com/css?family=Roboto+Condensed&display=swap');
@import url('//fonts.googleapis.com/css?family=Lobster&display=swap');

/*
font-family: 'Roboto Condensed', sans-serif;
font-family: 'Lobster', cursive;
*/

/* change fonts  */
.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;
}

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;
}


.navigation-social, .navbar-fixed-bottom, .socialnav, .navbar-toggle {
  display: none!important;
}

.cover-location-img {
  margin: auto;
  margin-top: 100px;
  border: 5px solid #155d2b;
  overflow: hidden;
  width: 300px;
  height: 300px;
  border-radius: 150px;
}
.cover-location-img img {
  height: 300px;
}
.on-cover-content .section-wrapper .section-header {
  font-family: 'Lobster', cursive;
  margin: 20px auto;
  font-size: 2.6em;
}
.cover-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.3em;
}
.uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 17px;
    padding: 10px 46px 10px 30px;
    background-color: #fff;
    background: #fff;
    border: 2px solid #fff;
    color: #000;
    margin: 30px;
}
.uk-overlay-panel a.custom-temp-btn:hover, .on-cover-content .section-wrapper a.custom-temp-btn:hover,
.uk-overlay-panel a.custom-temp-btn:focus, .on-cover-content .section-wrapper a.custom-temp-btn:focus {
    background-color: #155d2b;
    background: #155d2b;
    border: 2px solid #155d2b;
    color: #fff;
}



@media (max-width: 1024px) {
  .cover-location-img {
    width: 200px;
    height: 200px;
    border-radius: 100px;
  }
  .cover-location-img img {
    height: 200px;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 2em;
    margin: 8px auto;
  }
  .uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    margin: 14px;
  }
}

@media (max-width: 1023px) {
  .header-logo {
    top: 2px;
    left: 48%;
    max-width: 60px;
  }
  .navbar {
    min-height: 70px;
  }
}
@media (max-width: 767px) {
  .header-logo {
    top: 10px;
    left: 42%;
    max-width: 60px;
  }
  .cover-location-img {
    width: 120px;
    height: 120px;
    border-radius: 60px;
    margin-top: 40px;
  }
  .cover-location-img img {
    height: 120px;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.6em;
    margin: 4px auto;
  }
  .uk-overlay-panel a.custom-temp-btn, .on-cover-content .section-wrapper a.custom-temp-btn {
    font-size: 15px;
    padding: 6px 46px 5px 30px;
    margin: 8px;
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 1.3em;
    margin: 4px auto;
  }
  .cover-location-img {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin-top: 30px;
  }
  .cover-location-img img {
    height: 100px;
  }
}