@import url('//fonts.googleapis.com/css2?family=Jost:wght@300&display=swap');
@import url('//fonts.googleapis.com/css2?family=Cinzel:wght@500&display=swap');

/*
font-family: 'Jost', sans-serif;
font-weight: 300;

font-family: 'Cinzel', serif;
font-weight: 500;
*/

/* change fonts  */
.home-specials h3,
.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: 'Cinzel', serif;
  font-weight: 500;
}
body {
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}

/* put under the comment if it's NOT sinle page website */
.header {
    background-attachment: fixed;
}

a {color: #ddd;}

/* home page */
/* dollar sign */
.home-specials > div:first-child {
    background-image: url('https://static.spotapps.co/web/amityhallnyc--com/css/../images/dollar/dollar-orange.png');
}
.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 h3, .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;
}

.nav-v4 {
  display: none;
}
.navbar-fixed-bottom.nav-v1.show-bottom-nav {
  display: none!important;
}
.on-cover-content img {
  margin: 0 auto;
  height: 24vh;
}
.on-cover-content .section-wrapper .section-header {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  text-shadow: none;
  font-size: 5em;
}
.on-cover-content .section-wrapper a {
  font-family: 'Cinzel', serif;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border: none;
  box-shadow: none;
}
.on-cover-content .section-wrapper a:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.on-cover-content.content-center.animate-content p {
  line-height: 1.3em;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.4em;
    margin: 10px auto;
  }
  .on-cover-content.content-center.animate-content p {
    line-height: 1.3em;
    margin-top: 8px;
    font-size: 1.6em;
  }
}

@media (max-width: 991px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 3.4em;
    margin: 16px auto;
  }
  .on-cover-content.content-center.animate-content p {
    line-height: 1.2em;
    margin-top: 10px;
    font-size: 1.6em;
  }
}

@media (max-width: 767px) {
  .on-cover-content img {
    margin-top: -20px;
  }
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.8em;
  }
  .on-cover-content .section-wrapper a {
    margin-top: 12px;
    font-size: 20px;
  }
}

@media (max-width: 320px) {
  .on-cover-content .section-wrapper .section-header {
    font-size: 2.4em;
  }
  .on-cover-content .section-wrapper a {
    font-size: 18px;
  }
}
