:root {
  --station-101-blue: #005bab;
  --black: black;
  --white: white;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

a {
  text-decoration: none;
}

.dropdown-list {
  background-color: #0000;
}

.dropdown-toggle {
  flex-wrap: nowrap;
  padding: 0 40px 0 0;
  display: flex;
}

.nav-button {
  opacity: 1;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  text-decoration: none;
  transition: opacity .25s;
}

.nav-button:hover {
  opacity: .75;
}

.nav-button.w--current {
  opacity: .75;
  color: #fff;
}

.nav-button.dropdown {
  background-color: var(--station-101-blue);
  font-family: Open Sans, sans-serif;
}

.nav-button.invisible {
  display: none;
  position: static;
}

.nav-bar {
  z-index: 1000;
  letter-spacing: 2px;
  flex-flow: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 100px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.dropdown {
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.icon-2 {
  color: #fff;
  margin-right: 20px;
}

.header-section {
  background-image: linear-gradient(180deg, var(--station-101-blue), #0000), url('../images/Dining-Room-360-1.png');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  min-height: 100vh;
}

.div-block-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: none;
  padding-top: 300px;
  padding-bottom: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image {
  max-width: 35%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 250px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 6px #000;
  color: #fff;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 350px;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.paragraph {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.5;
}

.container {
  max-width: 75%;
  padding-top: 20px;
  padding-bottom: 0;
}

.container-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  max-width: 75%;
  display: flex;
}

.food-menu-link {
  text-shadow: 0 1px 5px #000;
  background-image: url('../images/food-link.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  height: 250px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 2px 5px 5px #00000080;
}

.heading-2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 1px 5px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 23px;
  font-style: normal;
  line-height: 1.25;
  text-decoration: none;
}

.drink-menu-link {
  background-image: url('../images/drink-menu-link.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px 5px #00000080;
}

.link-block-2 {
  background-image: url('../images/beer-menu-link.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  justify-content: center;
  align-items: flex-end;
  width: 250px;
  height: 250px;
  padding-bottom: 20px;
  display: flex;
  box-shadow: 0 2px 5px 5px #00000080;
}

.html-embed {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.heading-3 {
  color: #000;
  text-align: center;
  margin-bottom: 10px;
  font-size: 25px;
}

.container-3 {
  max-width: 100%;
}

.hours {
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-4 {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.columns {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  display: flex;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider-line {
  background-color: var(--station-101-blue);
  max-width: 100%;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.divider-line.menu-page {
  margin-top: 40px;
  margin-bottom: 0;
}

.divider-line.contact-page {
  margin-top: 40px;
  margin-bottom: 0;
  display: block;
}

.divider-line.small {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding-top: 20px;
  padding-bottom: 40px;
  position: static;
}

.container-4 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.footer-bottom {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.footer-copyright {
  color: #3a4554;
  text-align: center;
  font-size: 12px;
}

.footer-sociall {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-social-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo {
  width: 250px;
  margin-bottom: 0;
}

.div-block-6 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.image-3 {
  max-width: 25%;
}

.image-4 {
  max-width: 35%;
}

.text-block {
  color: var(--station-101-blue);
  text-align: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  font-style: normal;
}

.menu-button.w--open {
  background-color: #475d72;
}

.nav-menu {
  background-color: #475d72;
  margin-top: 70px;
}

.navbar-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #475d72;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.icon {
  color: #fff;
  font-size: 30px;
}

.footer-link {
  color: var(--station-101-blue);
  text-align: center;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  text-decoration: none;
}

.footer-dropdown-link {
  margin-left: 0;
  margin-right: 0;
}

.text-block-2 {
  color: var(--station-101-blue);
  text-transform: uppercase;
  font-weight: 700;
}

.dropdown-toggle-2 {
  padding-top: 0;
  padding-bottom: 0;
}

.icon-3 {
  color: var(--station-101-blue);
}

.dropdown-link {
  background-color: var(--white);
  color: var(--station-101-blue);
  text-transform: uppercase;
  font-weight: 700;
}

.section-4 {
  background-image: linear-gradient(180deg, var(--station-101-blue), #fff0), url('../images/Misc3.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 50vh;
  display: flex;
}

.lightbox-link-3 {
  background-image: url('../images/food3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-7 {
  background-image: url('../images/food6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-10 {
  background-image: url('../images/food10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-2 {
  background-image: url('../images/food2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-6 {
  background-image: url('../images/food7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-12 {
  background-image: url('../images/food11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-9 {
  background-image: url('../images/food9.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.grid-2 {
  grid-column-gap: 16px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 20px;
}

.lightbox-link-14 {
  background-image: url('../images/food12.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-4 {
  background-image: url('../images/food5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-8 {
  background-image: url('../images/food8.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-5 {
  background-image: url('../images/food4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-13 {
  background-image: url('../images/food1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.image-5 {
  max-width: 35%;
  display: block;
}

.lightbox-link-15 {
  background-image: url('../images/food13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-16 {
  background-image: url('../images/food14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-17 {
  background-image: url('../images/drink1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-18 {
  background-image: url('../images/drink2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-19 {
  background-image: url('../images/drink3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-20 {
  background-image: url('../images/drink4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-21 {
  background-image: url('../images/drink5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-22 {
  background-image: url('../images/drink6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-23 {
  background-image: url('../images/drink7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-24 {
  background-image: url('../images/drink10.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-25 {
  background-image: url('../images/drink11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.lightbox-link-26 {
  background-image: url('../images/drink13.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 25px;
  width: 250px;
  height: 250px;
}

.container-6 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.wine-header {
  background-image: linear-gradient(180deg, var(--station-101-blue), #fff0), url('../images/elisha-terada-MDJvfXJGnRM-unsplash.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 50vh;
  display: flex;
}

.main-heading {
  color: var(--station-101-blue);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
}

.grid-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  padding-top: 40px;
}

.item-name {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.div-block-7 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.container-7 {
  padding-top: 20px;
  padding-bottom: 0;
}

.price-detail-span {
  text-transform: uppercase;
  font-size: 14px;
}

.menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-top: 20px;
  display: flex;
}

.menu.drinks {
  padding-top: 0;
}

.menu-item {
  text-align: center;
  line-height: 1.5;
}

.beer-header {
  background-image: linear-gradient(180deg, var(--station-101-blue), #fff0), url('../images/amie-johnson-VJXLzQi5TlE-unsplash.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 50vh;
  display: flex;
}

.beer-link-section {
  justify-content: center;
  align-items: center;
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.menu-header {
  background-image: linear-gradient(180deg, var(--station-101-blue), #fff0), url('../images/menu-header.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 50vh;
  display: flex;
}

.available-until {
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
}

.food-subhead {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 26px;
}

.food-subhead.salads {
  margin-bottom: 0;
}

.soup-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  place-content: center;
  place-items: start center;
}

.lunch-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  place-items: start center;
}

.sandwich-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  place-items: start center;
  padding-bottom: 50px;
}

.menu-section {
  flex-flow: column;
  display: flex;
}

.menu-section.sides {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.starter-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  place-items: start center;
  padding-bottom: 50px;
}

.div-block-11 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.salad-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  place-items: start center;
}

.dinner-soup-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start center;
  padding-bottom: 50px;
}

.div-block-13 {
  padding-bottom: 20px;
}

.handheld-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  place-items: start stretch;
}

.burger-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: start;
}

.entree-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  place-items: start stretch;
  padding-bottom: 50px;
}

.lunch-header {
  padding-bottom: 20px;
}

.price-layout {
  color: var(--station-101-blue);
  text-transform: uppercase;
  font-weight: 600;
}

.steak-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: start;
  padding-bottom: 50px;
}

.div-block-14 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.sides-grid {
  grid-template-rows: auto;
}

.dessert-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: start;
  padding-bottom: 50px;
}

.nightcap-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: start;
}

.illness-line {
  font-size: 11px;
  font-style: italic;
}

.gratuity-line {
  font-size: 12px;
}

.italic-text {
  font-size: 11px;
}

.text-block-3 {
  text-align: center;
}

.text-block-4 {
  text-align: center;
  margin-bottom: -10px;
}

.contact-header {
  background-image: linear-gradient(180deg, var(--station-101-blue), #fff0), url('../images/Dining-Room-360-2.png');
  background-position: 0 0, 50% 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  min-height: 50vh;
  display: flex;
}

.grid-4 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  place-content: stretch;
  place-items: center stretch;
  max-width: 100%;
  margin-top: 40px;
}

.contact-us {
  color: #000;
  text-align: center;
  font-size: 25px;
  text-decoration: underline;
}

.contact {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

.bold-text {
  text-align: center;
  font-size: 18px;
}

.div-block-15 {
  background-color: var(--station-101-blue);
  width: 3px;
  height: 100%;
}

.text-span {
  color: var(--black);
}

.text-span-2 {
  color: var(--black);
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .nav-button {
    background-color: var(--station-101-blue);
    opacity: 1;
    color: #fff;
    font-family: Open Sans, sans-serif;
    transition: opacity .25s;
  }

  .nav-button:hover {
    opacity: .75;
  }

  .nav-button.w--current {
    color: #fff;
  }

  .nav-button.invisible, .nav-bar {
    display: none;
  }

  .image {
    max-width: 60%;
  }

  .heading {
    font-size: 32px;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .food-menu-link, .drink-menu-link, .link-block-2 {
    width: 200px;
    height: 200px;
  }

  .html-embed {
    justify-content: center;
  }

  .hours {
    font-size: 14px;
  }

  .columns {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer-copyright {
    color: #000;
    font-size: 10px;
  }

  .html-embed-2 {
    padding-top: 20px;
  }

  .dropdown-2 {
    display: block;
  }

  .dropdown-list-3 {
    background-color: #0000;
  }

  .menu-button, .menu-button.w--open {
    background-color: var(--station-101-blue);
  }

  .nav-menu {
    background-color: var(--station-101-blue);
    margin-top: 10px;
  }

  .navbar-2 {
    background-color: var(--station-101-blue);
    display: block;
  }

  .icon {
    color: #fff;
    font-size: 30px;
  }

  .container-5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .lightbox-link-3, .lightbox-link-7, .lightbox-link-10, .lightbox-link-2, .lightbox-link-6, .lightbox-link-12, .lightbox-link-9 {
    width: 200px;
    height: 200px;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .lightbox-link-14, .lightbox-link-4, .lightbox-link-8, .lightbox-link-5, .lightbox-link-13 {
    width: 200px;
    height: 200px;
  }

  .image-5 {
    max-width: 75%;
  }

  .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19, .lightbox-link-20, .lightbox-link-21, .lightbox-link-22, .lightbox-link-23, .lightbox-link-24, .lightbox-link-25, .lightbox-link-26 {
    width: 200px;
    height: 200px;
  }

  .container-6 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-header {
    background-position: 0 0, 50%;
    background-attachment: scroll, scroll;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-toggle {
    padding-right: 40px;
  }

  .nav-bar {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .image {
    top: 150px;
  }

  .heading {
    font-size: 20px;
    top: 100px;
  }

  .container-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    max-width: 100%;
  }

  .food-menu-link, .drink-menu-link, .link-block-2 {
    width: 250px;
    height: 250px;
  }

  .columns {
    flex-direction: column;
  }

  .column-2 {
    padding-left: 10px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper-two {
    place-content: stretch center;
    max-width: 100%;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 11px;
    line-height: 20px;
  }

  .footer-sociall {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .div-block-6 {
    flex-flow: column;
    width: auto;
  }

  .html-embed-2 {
    max-width: 100%;
    overflow: hidden;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lightbox-link-3, .lightbox-link-7, .lightbox-link-10, .lightbox-link-2, .lightbox-link-6, .lightbox-link-12, .lightbox-link-9 {
    width: 150px;
    height: 150px;
  }

  .grid-2 {
    grid-template-columns: minmax(175px, 1fr) minmax(175px, 1fr);
    justify-content: center;
    max-width: 75%;
  }

  .lightbox-link-14, .lightbox-link-4, .lightbox-link-8, .lightbox-link-5, .lightbox-link-13, .lightbox-link-15, .lightbox-link-16, .lightbox-link-17, .lightbox-link-18, .lightbox-link-19, .lightbox-link-20, .lightbox-link-21, .lightbox-link-22, .lightbox-link-23, .lightbox-link-24, .lightbox-link-25, .lightbox-link-26 {
    width: 150px;
    height: 150px;
  }

  .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu {
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    place-content: stretch;
    place-items: center stretch;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .div-block-2 {
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .image {
    max-width: 75%;
    top: 250px;
  }

  .heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
    position: static;
    inset: 0%;
  }

  .divider-line.contact-page, .divider-line.small {
    display: block;
  }

  .footer-light {
    max-width: 100%;
  }

  .container-4 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-sociall {
    margin-top: 20px;
  }

  .div-block-6 {
    max-width: 60%;
  }

  .html-embed-2 {
    object-fit: fill;
    overflow: hidden;
  }

  .menu-button.w--open {
    background-color: #475d72;
  }

  .container-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-2 {
    grid-template-columns: minmax(125px, .25fr) minmax(125px, .25fr);
    grid-auto-flow: row;
    justify-content: center;
  }

  .grid-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .beer-link-section {
    max-width: 90%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-3 {
    overflow: auto;
  }

  .soup-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .lunch-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sandwich-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .starter-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .salad-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .dinner-soup-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .handheld-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .burger-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .entree-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .price-layout {
    font-size: 16px;
  }

  .steak-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .sides-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .dessert-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .nightcap-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .italic-text {
    font-size: 12px;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }
}

#w-node-_906f4eeb-32dc-ccec-a7d1-93d131099f8e-5a40c873, #w-node-_906f4eeb-32dc-ccec-a7d1-93d131099f98-5a40c873 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8745a6a-a815-9f11-d63d-8a65178d669e-2945bd11 {
  align-self: start;
}

#w-node-aeebf67c-7171-4f19-596f-cf491fab2d72-2945bd11 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-d0766e46-66e1-3f35-b906-4bc5eaa244a8-6e2d64e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_46d81447-ab35-556f-1485-4cf3a16a58a6-f45b7262 {
  place-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_2aabfe69-5185-4fcf-e452-05677e059893-7e059885 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2aabfe69-5185-4fcf-e452-05677e059888-7e059885 {
    justify-self: center;
  }
}


