@font-face {
  font-family: playfair;
  src: url(fonts/PlayfairDisplaySC-Bold.ttf);
}
html {
  scroll-behavior: smooth; /* Optional smooth scrolling */
  scroll-snap-type: y proximity;
  scroll-padding-top: 104px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Instrument Sans", serif;
  background: #FFFFFF;
}

.pre-header {
  background: #000000;
  display: none;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-family: playfair;
  padding: 1rem 2.5rem;
}
.pre-header p {
  margin: 0;
  padding: 0;
}
.pre-header p a {
  color: #FFFFFF;
  text-decoration: none;
}
.pre-header p .gift-card-link {
  border: 1px solid #FFFFFF;
  padding: 3px 5px;
}

header {
  /*padding:4rem 4rem;
  margin-bottom:-200px;*/
  position: fixed;
  transition: all 0.7s;
  width: 100%;
  /* background:rgba(0, 0, 0, 0.7);
    height:115px;*/
  overflow: visible;
  /*top:70px;*/
  z-index: 999;
}
header .logo-outer {
  text-align: center;
}
header .logo-outer .logo {
  z-index: 9999;
  width: 230px;
  display: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin: 0 auto;
}
header .logo-outer .logo-circle {
  z-index: 9999;
  width: 230px;
  transition: all 1.3s;
  opacity: 1;
  visibility: visible;
  /*display:none;
  position:relative;
  position: fixed;*/
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
header nav ul {
  margin: 0;
  padding: 0;
  display: flex;
}
header nav ul li {
  margin: 0;
  display: inline-flex;
  text-align: center;
}
header nav ul li a {
  font-family: playfair;
  color: #FFFFFF;
  text-decoration: none;
  padding: 2.67rem 2rem;
  font-size: 1rem;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
  transition: all 0.7s;
}
header nav ul li a:hover {
  color: #F8A44C;
}
header nav ul .gift-cards a {
  background: #0E575E;
  color: #FFFFFF;
  padding: 1.67rem 2rem;
  margin: 1rem 1rem 0 0;
}
header nav ul .gift-cards a:hover {
  background: #092e31;
  color: #FFFFFF;
}
header nav ul .phone a {
  background: #FFFFFF;
  color: #000000;
  padding: 1.67rem 2rem;
  margin: 1rem 1rem 0 0;
}
header nav ul .phone a:hover {
  background: #DEDACF;
  color: #000000;
}
header .mobile-nav-trigger {
  display: none;
  position: absolute;
  right: 3rem;
  top: 1.7rem;
}

header.scrolled {
  /*background:#fff6ed;
  background:#DEDACF;*/
  background: #F6F1ED;
  /*padding:0 4rem;*/
  position: fixed;
  margin-bottom: 0;
  top: 0;
}
header.scrolled .logo-outer {
  /*padding-top:1.2rem;*/
}
header.scrolled .logo-circle {
  opacity: 0;
  visibility: hidden;
  margin-top: 0px;
  display: none;
}
header.scrolled .logo {
  display: block;
}
header.scrolled nav ul li a {
  color: #0E575E;
  text-shadow: none;
  padding: 2.6rem 1.5rem;
  font-size: 1rem;
  /*span {
      border-top:1px solid #000000;
      border-bottom:1px solid #000000;

  }*/
}
header.scrolled nav ul li a:hover {
  background: #FFFFFF;
}
header.scrolled nav ul .gift-cards a {
  color: #FFFFFF;
  padding: 1.6rem 1.5rem;
  margin: 1rem 1rem 0 0;
}
header.scrolled nav ul .gift-cards a:hover {
  background: #092e31;
  color: #FFFFFF;
}
header.scrolled nav ul .phone a {
  padding: 1.6rem 1.5rem;
  margin: 1rem 1rem 0 0;
}

.hero {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-image:url('images/BLee21_B&S-8723.jpg');
  background-repeat:no-repeat;
  background-size:cover;*/
  z-index: 100;
  overflow: hidden;
}
.hero .hero-logo {
  position: fixed;
  text-align: center;
  padding: 10px;
  width: 50%;
  transition: display 0.7s;
  top: 2rem;
  display: none;
}
.hero .hero-logo img {
  opacity: 1;
  transition: all 1.3s;
  width: 203px;
  margin-top: 0;
}
.hero .hero-logo img.scrolled {
  opacity: 0;
}
.hero .hero-logo.scrolled {
  display: none;
}
.hero h1 {
  font-family: playfair;
  color: #FFFFFF;
  font-size: 4.7rem;
  z-index: 9999;
  text-align: center;
  padding: 3rem 17rem;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  /*margin-bottom:-27rem;*/
}
.hero .video-container {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}

.event {
  height: 100vh;
}
.event .msg .int {
  padding: 7rem 10rem;
}
.event .msg .int h2 {
  font-family: playfair;
  border-top: 1px #6E7057 solid;
  border-bottom: 1px #6E7057 solid;
  text-align: center;
  font-size: 2rem;
  display: inline-block;
  font-weight: normal;
}
.event .msg .int p {
  font-size: 1rem;
}
.event .img {
  background-image: url("images/int.jpg");
  background-size: cover;
  background-repeat: none;
}

.taps {
  background-image: url("images/B&S_Tile_BASE.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: bottom;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 700px;
  position: relative;
}
.taps h2 {
  font-family: playfair;
  color: #FFFFFF;
  font-size: 4rem;
  text-align: center;
  padding: 3rem 17rem;
  /*text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.quad {
  text-align: center;
}

.hp-section {
  height: 100vh;
  scroll-snap-align: start;
  overflow: hidden;
}
.hp-section .image {
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment:fixed;*/
  transition: all 1s ease-in-out;
  height: 100vh;
  opacity: 0;
  position: relative;
  /*background-position:left;*/
}
.hp-section .message {
  text-align: center;
  padding: 15rem 10rem;
}
.hp-section .message .intro {
  font-family: "Instrument Sans", serif;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
  letter-spacing: 4px;
  font-weight: bold;
}
.hp-section .message h3 {
  font-family: playfair;
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 0;
  padding-top: 0;
  color: #0E575E;
  margin-bottom: 0;
}
.hp-section .message p {
  font-family: "Instrument Sans", serif;
  font-size: 1rem;
  margin-bottom: 2rem;
}
.hp-section .secondary-img {
  margin: 2rem auto -400px auto;
  position: relative;
  max-width: 370px;
  z-index: 9999;
}

.menu-drops .image {
  background-image: url("images/menu-drop.jpg");
  /*height: 0px;*/
  left: -10rem;
}

.menu-drops.section-scrolled .image {
  height: 100vh;
  opacity: 1;
  left: 0;
  /*background-attachment: fixed;
  background-position:center;*/
}

.local-breweries {
  scroll-snap-align: start;
}
.local-breweries .image {
  background-image: url("images/beers.jpg");
  opacity: 0; /**/
  right: -10rem;
  background-size: cover;
}

.local-breweries.section-scrolled .image {
  height: 100vh;
  opacity: 1;
  right: 0;
  /* background-attachment: fixed;
   background-position:top;*/
}

.cocktails {
  height: 100vh;
  overflow: hidden;
}
.cocktails .image {
  background-image: url("images/cocktails.jpg");
  left: -10rem;
}

.cocktails.section-scrolled .image {
  height: 100vh;
  opacity: 1;
  left: 0;
  /*background-attachment: fixed;*/
}

.playlist {
  scroll-snap-align: start;
}
.playlist .image {
  background-image: url("images/playlist.jpg");
  opacity: 0; /**/
  right: -10rem;
  background-size: cover;
}

.playlist.section-scrolled .image {
  height: 100vh;
  opacity: 1;
  right: 0;
  /*background-attachment: fixed;*/
}

.reviews {
  padding: 7rem 0;
  text-align: center;
  background: #FFFFFF;
  scroll-snap-align: start;
}
.reviews h3 {
  font-family: playfair;
  font-size: 4rem;
  line-height: 4rem;
  margin-top: 0;
  padding-top: 0;
  color: #0E575E;
  margin-bottom: 3rem;
}
.reviews .review {
  padding: 2rem;
}
.reviews .review .stars {
  color: #F8A44C;
}

.local-lively {
  height: 100vh;
  scroll-snap-align: start;
  overflow: hidden;
  background: #FFFFFF;
  transition: all 1s ease-in-out;
}
.local-lively .msg {
  /*background-color:rgba(255, 255, 255,0.87);*/
  padding: 10rem;
  /* background-image:url('images/beer-bg.jpg');
  background-position:bottom;
  background-repeat:no-repeat;
  background-size:100% auto;*/
}
.local-lively .msg h2 {
  font-size: 7rem;
  line-height: 6rem;
  top: -10rem;
  transition: all 2s ease-in-out;
  font-family: playfair;
  position: relative;
  width: 700px;
  color: #FFFFFF;
}
.local-lively .msg p {
  transition: all 1s ease-in-out;
  opacity: 0;
  font-size: 1.3rem;
  transition-delay: 1s;
  line-height: 1.7rem;
}
.local-lively .msg .secondary-img {
  max-width: 400px;
  z-index: 9999;
}
.local-lively .msg .secondary-img:first-of-type {
  margin-left: -30px;
}
.local-lively .msg .secondary-img:nth-child(1) {
  margin-bottom: -30px;
}
.local-lively .msg .secondary-img:nth-child(2) {
  margin-top: -30px;
}
.local-lively .images {
  background-image: url("images/festive.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}

.text-in .msg h2 {
  top: 0;
  color: #0E575E;
}
.text-in .msg p {
  opacity: 1;
}

.page-title-interior {
  overflow: hidden;
  background: #FFFFFF;
  transition: all 1s ease-in-out;
  margin-bottom: 3rem;
}
.page-title-interior .msg {
  /*background-color:rgba(255, 255, 255,0.87);*/
  padding: 7rem 10rem;
  /* background-image:url('images/beer-bg.jpg');
  background-position:bottom;
  background-repeat:no-repeat;
  background-size:100% auto;*/
}
.page-title-interior .msg h2 {
  font-size: 7rem;
  line-height: 6rem;
  transition: all 2s ease-in-out;
  font-family: playfair;
  position: relative;
  width: 700px;
  color: #0E575E;
  margin-bottom: 1rem;
  padding-bottom: 2rem;
}
.page-title-interior .msg h2:before {
  content: "";
  width: 130px;
  height: 7px;
  background-color: #F8A44C;
  bottom: 0;
  position: absolute;
}
.page-title-interior .msg h3 {
  font-family: playfair;
  font-size: 2.1rem;
  color: #3f3f3f;
}
.page-title-interior .msg p {
  transition: all 1s ease-in-out;
  font-size: 1.125rem;
  transition-delay: 1s;
  line-height: 1.7rem;
}
.page-title-interior .msg .secondary-img {
  max-width: 400px;
  z-index: 9999;
}
.page-title-interior .msg .secondary-img:first-of-type {
  margin-left: -30px;
}
.page-title-interior .msg .secondary-img:nth-child(1) {
  margin-bottom: -30px;
}
.page-title-interior .msg .secondary-img:nth-child(2) {
  margin-top: -30px;
}
.page-title-interior .images {
  background-image: url("images/food-int.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: unset;
  /*  height:100vh;*/
}

.staggered {
  padding: 3rem;
  position: relative;
  display: none;
  /*figure:nth-of-type(1) {
      transform: translateY(50px) translateX(-50px);
      right:-2rem;
    }
    */
  /* Move even figures to the right 
  figure:nth-of-type(2) {
     transform: translateY(50px) translateX(50px);
   }*/
}
.staggered figure {
  transition: margin-top 1s ease-in-out;
  margin-top: 100px !important;
  transform: translateY(50px) translateX(0);
  position: relative;
}
.staggered figure figcaption {
  font-family: playfair;
  font-size: 2rem;
  color: #0E575E;
}
.staggered img {
  max-width: 500px;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.staggered img:nth-of-type(1) {
  transition-delay: 0.5s;
}
.staggered img:nth-of-type(2) {
  transition-delay: 1s;
}
.staggered img:nth-of-type(3) {
  transition-delay: 1.5s;
}
.staggered img:nth-of-type(4) {
  transition-delay: 2s;
}
.staggered .in-view {
  margin-top: 0 !important;
}
.staggered .in-view img {
  opacity: 1;
}

.button-link {
  background: #F8A44C;
  text-decoration: none;
  color: #FFFFFF;
  padding: 1rem 2rem;
  font-size: 0.875rem;
  font-family: playfair;
  margin: 0.5rem;
  text-transform: uppercase;
}

section {
  /*scroll-snap-align: start;
  padding-top:104px;*/
}

.beer-glass {
  width: 100%;
  height: 3600px;
  background: #f0e6c0;
  border: 3px solid #c49a6c;
  position: relative;
  overflow: hidden;
}

.beer-liquid-svg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 700px;
  animation: fillBeerSvg 3s ease-in-out forwards, wave 1.5s infinite ease-in-out;
}

@keyframes fillBeerSvg {
  0% {
    height: 0%;
  }
  100% {
    height: 33%;
  }
}
@keyframes wave {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0);
  }
}
.interior-content .menu .col {
  padding: 4rem;
}
.interior-content .menu .col h1, .interior-content .menu .col h2, .interior-content .menu .col h3 {
  font-family: playfair;
  color: #0E575E;
}

footer {
  background: #000000;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #FFFFFF;
}
footer .footer-logo {
  max-width: 100px;
}
footer .footer-nav {
  text-align: center;
}
footer .footer-nav p {
  margin: 0 1rem;
  font-size: 0.877rem;
}
footer .footer-nav p a {
  color: #F8A44C;
  padding: 0.4rem 1rem;
}
footer .footer-nav p.copy {
  margin-top: 2rem;
}
footer .kbm {
  font-size: 0.777rem;
}
footer .kbm img {
  max-width: 170px;
}
footer .email-signup label {
  display: block;
  font-size: 0.877rem;
  margin-bottom: 1rem;
  font-family: playfair;
  color: #F8A44C;
}
footer .email-signup input {
  display: inline-block;
  border: none;
  background: #F6F1ED;
  height: 40px;
  width: 80%;
}
footer .email-signup button {
  background: #0E575E;
  height: 43px;
  border: none;
  color: #FFFFFF;
  display: inline-block;
  padding: 10px;
}

@media (max-width: 1380px) {
  header nav ul li a {
    padding: 2.6rem 0.7rem;
  }
  header.scrolled nav ul li a {
    padding: 2.7rem 0.7rem;
  }
  .hero h1 {
    margin-bottom: -17rem;
    padding: 3rem 17rem;
  }
  .button-link {
    display: block;
  }
  .local-lively .msg {
    padding: 5rem;
  }
}
@media (min-width: 992px) {
  .video-container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45%; /* Covers only the top quarter */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0) 100%);
    pointer-events: none; /* Allows clicks to pass through */
    z-index: 1; /* Ensures it appears above the video */
  }
}
@media (max-width: 992px) {
  /*html {
      scroll-behavior:auto;


    }*/
  header {
    position: relative;
  }
  header nav {
    display: none;
  }
  header .mobile-nav-trigger-unscrolled {
    display: block;
  }
  header.scrolled .mobile-nav-trigger-scrolled {
    display: block;
    color: #FFFFFF;
  }
  header.scrolled .mobile-nav-trigger-unscrolled {
    display: none;
  }
  header .logo-outer .logo {
    margin-left: 1rem;
    width: 170px;
  }
  header .logo-outer .logo-circle {
    position: absolute;
    top: 0;
    left: 25%;
    width: 170px;
  }
  .hero h1 {
    font-size: 2.7rem;
  }
  .local-lively, .page-title-interior {
    height: auto;
  }
  .local-lively .msg, .page-title-interior .msg {
    padding: 3rem;
  }
  .local-lively .msg h2, .page-title-interior .msg h2 {
    font-size: 4rem;
    line-height: 4rem;
    width: auto;
  }
  .page-title-interior .images {
    height: 100vh;
  }
  .hp-section {
    height: auto;
  }
  .hp-section .message {
    text-align: center;
    padding: 5rem 5rem;
  }
  .hp-section .message h3 {
    font-size: 2.7rem;
    line-height: 2.7rem;
  }
  .reviews {
    overflow: hidden;
  }
  .reviews .review {
    padding: 1rem;
    max-width: 90%;
  }
  footer {
    text-align: center;
    overflow: hidden;
  }
  .taps {
    background-size: 100% auto;
    background-attachment: scroll;
    height: 170px;
  }
  .hero {
    background-image: none;
  }
}

/*# sourceMappingURL=style.css.map */
