:root {
  --betty-gold: #ffeb14;
  --white: white;
  --betty-red: #e94320;
  --black: black;
}

.corner {
  z-index: 6;
  color: red;
  text-align: right;
  width: auto;
  margin: 0 10px;
  padding: 20px 0 10px 10px;
  font-family: prestige-elite-std, sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  bottom: 0;
}

.corner:hover {
  transform: skew(0deg, 6deg);
}

.corner:active {
  outline-offset: 4px;
  outline: 2px dashed red;
  transform: translate(0)translate(0)skew(0deg, 6deg);
}

.corner.w--current {
  color: red;
  width: 100px;
  margin-left: 10px;
  padding-left: 10px;
}

.corner.more-1 {
  z-index: 6;
  margin-right: 0;
  font-size: 100%;
  position: fixed;
  inset: auto 0% 30px auto;
}

.corner.more-2 {
  z-index: 6;
  margin: 0;
  font-size: 100%;
  position: fixed;
  inset: auto 0% 80px auto;
}

.corner.home {
  margin-left: 10px;
}

.corner.home.w--current {
  font-size: 1rem;
}

.corner.about {
  width: 120px;
}

.corner.resys {
  width: 270px;
}

.corner.hours {
  width: 120px;
}

.corner.hours.hide {
  display: none;
}

.corner.location {
  width: 190px;
}

.corner.insta {
  width: 210px;
  display: block;
}

.corner.events {
  width: 310px;
  margin-top: 0;
  padding-bottom: 10px;
}

.corner.events.heading {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0 20px;
  text-decoration: underline;
  display: block;
  position: sticky;
  top: 15%;
}

.corner.events.heading.private-events {
  text-align: center;
}

.corner.go-back {
  width: auto;
  text-decoration: none;
}

.corner.gift-cards {
  width: 210px;
}

.corner.gift-cards.hide {
  display: none;
}

.corner.new {
  text-align: center;
  width: auto;
  padding-right: 10px;
}

.corner.new._1 {
  position: relative;
  bottom: 89px;
}

.corner.new.outside.top {
  width: auto;
  position: relative;
  top: 97px;
}

.corner.new.outside.bottom {
  position: relative;
  bottom: 92px;
}

.menu-link {
  align-items: center;
  max-width: 50vw;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.corners {
  outline-offset: 0px;
  outline: 3px #333;
  height: 100vh;
  display: block;
}

.about-link {
  max-width: 50vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.hours-link {
  position: absolute;
  inset: auto auto 0% 0%;
}

.hours-link.corner-block {
  max-width: 50vw;
}

.contact-link {
  max-width: 50vw;
  position: absolute;
  inset: auto 0% 0% auto;
}

.body {
  cursor: pointer;
}

.footer-link {
  justify-content: center;
  font-family: prestige-elite-std, sans-serif;
  font-size: 150%;
  font-weight: 700;
  display: flex;
}

.logo {
  justify-content: center;
  align-items: flex-start;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.image-2 {
  width: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.body-2 {
  padding-bottom: 0;
  font-family: prestige-elite-std, sans-serif;
  font-style: italic;
  font-weight: 700;
  display: block;
}

.corner-link-block {
  position: absolute;
  inset: 0% 0% auto auto;
}

.corner-link-block.upper-right {
  z-index: 2;
  text-decoration: none;
  display: none;
  position: fixed;
}

.corner-link-block.upper-left {
  z-index: 6;
  float: none;
  clear: none;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.corner-link-block.upper-left.w--current {
  text-decoration: none;
  position: fixed;
}

.corner-link-block.lower-left {
  z-index: 2;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto auto 0% 0%;
}

.corner-link-block.lower-right {
  z-index: 2;
  text-decoration: none;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.corner-link-block.lower-right.w--current {
  z-index: 5;
  display: block;
}

.corner-link-block.dropdown {
  inset: 0% auto auto 0%;
}

.logo-div {
  float: none;
  flex-wrap: nowrap;
  place-content: center;
  align-items: center;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.logo-image {
  z-index: 1;
  mix-blend-mode: normal;
  flex: 0 auto;
  align-self: auto;
  width: 300px;
  margin: auto;
  transition: width .5s;
  display: block;
  position: sticky;
  inset: 50% 0% 0%;
}

.logo-image:hover {
  transform: scale(1.1);
}

.logo-image:active {
  margin-top: 0;
  top: 0%;
}

.main-section {
  width: 100vw;
  height: auto;
}

.main-section.landing {
  outline-offset: 0px;
  background-image: url('../images/egg.jpeg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  border-radius: 20px;
  outline: 3px #e148c0;
  height: 100vh;
}

.main-section.landing.new {
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-section.menu {
  background-color: #000;
  background-image: linear-gradient(#000, #640000);
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.main-section.about {
  background-color: #0000;
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.main-section.more {
  border-radius: 20px;
  width: auto;
  min-width: 100vw;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
}

.main-section.ig {
  height: 50vh;
}

.main-section.hide {
  display: none;
}

.main-section-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
  position: static;
}

.image-3 {
  display: block;
}

.grid {
  object-fit: fill;
  grid-template-rows: auto;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  overflow: visible;
}

.feature-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.flex-container {
  flex-direction: row;
  flex: 1;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.grid-2 {
  grid-template-areas: "Area";
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  inset: 20px auto auto;
}

.link-block.w--current {
  z-index: 3;
  margin-top: 0;
  position: absolute;
  inset: 46% 0% auto;
}

.link-block.new {
  z-index: 5;
  position: absolute;
  inset: auto;
}

.link-block.new.small-logo {
  width: 100vw;
  padding-top: 20px;
  padding-bottom: 20px;
  position: static;
  top: 0;
}

.tabs-menu {
  font-family: prestige-elite-std, sans-serif;
  font-weight: 700;
}

.tab-link-tab-1 {
  font-style: italic;
}

.tab-link-tab-1.w--current {
  font-style: normal;
}

.paragraph, .heading {
  color: #fff;
}

.text-block {
  font-size: 100px;
}

.container {
  height: 100vh;
  display: block;
  overflow: visible;
}

.text-block-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 50px;
  display: inline;
  position: relative;
}

.text-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bounce-div {
  background-color: #0000;
  flex-wrap: wrap;
  place-content: space-between center;
  align-items: flex-start;
  min-width: auto;
  height: 210vh;
  min-height: auto;
  display: flex;
}

.bounce-div.about {
  background-color: #fff0;
  flex-direction: column;
  align-items: center;
  height: 250vh;
  min-height: 100vh;
  display: block;
}

.bounce-div.more {
  background-color: #fff0;
  background-image: none;
  padding-top: 10vh;
  padding-bottom: 60px;
}

.bounce-div.contact {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  min-height: 100vh;
}

.bounce-div.ig {
  background-color: #0000;
  height: 100vh;
  min-height: 30vh;
}

.bounce-div.events {
  height: auto;
  padding-bottom: 0;
}

.main-text-block {
  clear: none;
  color: #000;
  text-align: center;
  flex: 0 auto;
  order: -1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60vw;
  max-width: 700px;
  margin: 30vh auto 30px;
  font-family: prestige-elite-std, sans-serif;
  font-size: 17px;
  font-style: italic;
  font-weight: 700;
  display: block;
  position: sticky;
  top: 50vh;
}

.main-text-block.dark {
  color: #fff;
}

.main-text-block.plus {
  text-align: center;
  flex-wrap: nowrap;
  flex: 0 auto;
  order: 1;
  justify-content: flex-end;
  align-self: center;
  align-items: center;
  margin-top: 30px;
  display: block;
}

.main-text-block.with-button {
  margin-top: auto;
  position: static;
}

.main-text-block.reservations {
  flex-direction: column;
  align-items: center;
  margin-top: 4vh;
  display: flex;
  top: 19.1vh;
}

.main-text-block.hours {
  margin-top: 6vh;
  top: 30vh;
}

.heading-2 {
  opacity: 1;
  outline-offset: 0px;
  color: #000;
  text-align: left;
  text-transform: none;
  mix-blend-mode: normal;
  outline: 3px #333;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 70px;
  font-style: italic;
  font-weight: 400;
  display: block;
}

.heading-2.dark {
  color: #fff;
}

.div-block-3 {
  min-width: 100vw;
  min-height: 100vh;
  display: block;
}

.menu-image {
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.heading-4 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-style: italic;
}

.column {
  padding-top: 40px;
}

.column.left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.column.left.short {
  flex-flow: row;
  height: auto;
}

.column.left.padding {
  padding-top: 40px;
}

.column.right {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
  position: static;
  overflow: visible;
}

.column.right.events {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  flex-flow: column;
  display: flex;
}

.column.center {
  background-image: url('../images/IMG_9664-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.address-container {
  z-index: 4;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.address-container.footer {
  background-image: none;
  height: auto;
}

.address-link {
  justify-content: center;
  width: auto;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto auto 0%;
}

.address {
  padding-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.div-block-6 {
  align-items: flex-start;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.dropdown {
  position: fixed;
  bottom: 0;
  right: 0;
}

.dropdown.corner-link-block.bottom-right {
  z-index: 6;
  inset: auto 0% 0% auto;
}

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

.dropdown-toggle.w--open {
  z-index: 6;
}

.dropdown-link {
  position: fixed;
  inset: auto 0% 20px auto;
}

.rich-text-block {
  max-width: 70vw;
  text-decoration: none;
}

.rich-text-block.body-2 {
  background-image: none;
  max-width: 60vw;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.dropdown-list {
  flex-direction: column;
  align-items: flex-start;
  display: block;
}

.dropdown-list.w--open {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.dropdown-toggle-2 {
  display: block;
}

.dropdown-link-2 {
  color: #c50c0c;
}

.dropdown-link-2.w--current {
  color: red;
  font-size: 20px;
}

.dropdown-list-2 {
  color: #e76767;
}

.dropdown-list-2.w--open {
  color: red;
  background-color: #0000;
}

.dropdown-menu {
  z-index: 3;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  height: auto;
  margin-left: 0;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
}

.dropdown-menu.new {
  display: none;
}

.dropdown-link-3, .dropdown-link-4 {
  color: red;
}

.dropdown-toggle-3 {
  z-index: 6;
  width: auto;
  height: auto;
  margin-top: 20px;
  margin-bottom: 5px;
  margin-left: 13px;
  padding: 0;
}

.dropdown-toggle-3.w--open {
  padding-bottom: 0;
}

.body-3 {
  background-image: url('../images/egg.jpeg');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
}

.image-4 {
  width: 300px;
  margin-bottom: 10px;
  display: block;
}

.image-4:hover {
  transform: scale(1.1);
}

.div-block-7 {
  justify-content: center;
  width: 300px;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-9 {
  width: 300px;
  height: 30vh;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
}

.div-block-10 {
  z-index: 5;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  inset: 4% 0% auto;
}

.link-block-4 {
  margin-bottom: 20px;
  text-decoration: none;
}

.div-block-12 {
  padding: 20px 20px 0;
}

.fork-and-knife, .fork-and-knife:hover {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fork-and-knife.fork.knife {
  background-image: url('../images/fork-and-knife.png');
  background-position: 0 0;
  background-size: contain;
  width: 70px;
  height: 70px;
}

.menu-icon {
  -webkit-backdrop-filter: saturate(200%);
  backdrop-filter: saturate(200%);
  background-image: url('../images/fork-and-knife.png');
  background-position: 0 0;
  background-size: contain;
  width: 70px;
  height: 70px;
  transition: background-position .2s;
}

.menu-icon:hover {
  background-image: url('../images/fork-and-knife-crossed.png');
  background-position: 0 0;
  background-size: contain;
}

.mobile-background {
  display: none;
}

.button {
  z-index: 3;
  float: none;
  clear: none;
  text-align: center;
  background-color: #ff1e00;
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: auto;
  min-width: 150px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  display: flex;
  position: sticky;
  inset: 21% 0% auto;
}

.button:hover {
  opacity: 1;
  outline-offset: 0px;
  outline: 3px #fff;
  transform: scale(1.1);
}

.button:active {
  transform: scale(.9);
}

.button._2 {
  background-color: #7c5cff;
  border-radius: 20px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 200px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: block;
}

.button.auto {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.div-block-13 {
  position: sticky;
  top: 0;
}

.events-content-wrapper {
  width: 60vw;
  max-width: 700px;
  margin: 30vh auto 0;
  padding-bottom: 16vh;
  position: static;
  top: 40vh;
}

.event-cell {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.event-date {
  text-align: center;
  font-size: 1rem;
}

.cell {
  justify-content: center;
}

.heading-5 {
  margin-bottom: 0;
  padding-bottom: 0;
  position: sticky;
  top: 20vh;
}

.heading-5.center {
  text-align: center;
  position: static;
}

.event-link {
  padding-left: 18px;
  padding-right: 18px;
}

.event-link.more-info {
  padding-left: 0;
  padding-right: 0;
}

.event {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.event:active {
  border: 1px solid #000;
  border-bottom: 2px #000;
}

.event-info {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.event-header {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.event-header:hover {
  border: 1px solid #0000;
}

.event-header:active {
  outline-offset: 0px;
  outline: 3px red;
}

.event-header.w--open:hover {
  border: 0 solid #000;
}

.event-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  display: flex;
}

.dropdown-list-3 {
  background-color: #dddddd2e;
  flex-direction: column;
  align-items: flex-end;
  margin-top: -20px;
  margin-bottom: 48px;
  display: none;
  position: relative;
  top: 6px;
}

.dropdown-list-3.w--open {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  outline-offset: 0px;
  background-color: #dddddd14;
  border-top: 2px solid #000;
  outline: 3px #333;
  flex-direction: column;
  align-items: flex-end;
  padding: 11px 13px 9px;
  display: flex;
  top: 0;
}

.more-event-links {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  align-items: flex-end;
  display: flex;
}

.icon {
  margin-right: 0;
  position: static;
}

.events {
  margin-top: 15px;
  padding-bottom: 98px;
}

.gift-cards {
  width: auto;
  height: auto;
  position: sticky;
  top: 40vh;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  display: flex;
}

.gift-card-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.gift-card-text {
  color: #000;
  margin-bottom: 30px;
  font-size: 17px;
}

.event-date-title {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.content-wrapper {
  padding-top: 0;
  position: sticky;
  top: 30vh;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  max-width: 1000px;
  height: 100%;
  display: grid;
  position: relative;
}

.new-div-link {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.section-hero {
  z-index: 2;
  background-color: var(--betty-gold);
  height: auto;
  min-height: auto;
  padding-bottom: 62px;
  position: static;
  inset: 0%;
}

.section-hero.menu {
  background-color: #802b0700;
  padding-bottom: 0;
  overflow: visible;
}

.section-hero.hours {
  background-color: #802b07;
  min-height: 100vh;
}

.back-button {
  z-index: 3;
  position: absolute;
  inset: 2% auto auto 2%;
}

.back-arrow {
  color: var(--betty-red);
  background-color: #e9432000;
  width: 1.5rem;
  height: 2rem;
}

.back-arrow:hover {
  cursor: pointer;
}

.back-arrow-link-block {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.back-arrow-text {
  color: var(--black);
  font-size: 1rem;
  text-decoration: none;
}

.main-content-container {
  height: 85vh;
  padding-left: 0;
  padding-right: 0;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.main-content-container.short {
  height: auto;
  position: sticky;
}

.main-content-container.auto {
  height: auto;
}

.center-header {
  grid-column-gap: 65px;
  grid-row-gap: 65px;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 51px;
  padding-right: 51px;
  display: flex;
}

.center-header.gold {
  background-color: var(--betty-gold);
  padding-bottom: 6px;
  box-shadow: inset 0 0 4px -1px #0003;
}

.center-header.red {
  background-color: var(--betty-red);
}

.menu-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ffeb14;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: auto;
  padding: 25px;
  display: grid;
  position: sticky;
}

.menu-section.inner {
  grid-template-columns: 1fr 1fr;
}

.menu-section.red {
  color: #fff;
  background-color: #7f2b07;
  position: static;
}

.menu-section.orange {
  background-color: #f80;
}

.menu-section.short {
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-section.blue {
  background-color: #8da8da;
}

.menu-section.aqua {
  background-color: #cbfff8;
}

.menu-section.plum {
  color: #fff;
  background-color: #3a3274;
}

.menu-section.black {
  color: #fff;
  background-color: #4b3d3d;
}

.menu-section.brown {
  background-color: #33010c;
}

.menu-section.pink {
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  background-color: #ffb6e7;
}

.menu-section.pink.hide {
  display: none;
}

.menu-section.white {
  background-color: var(--white);
  padding-top: 25px;
  padding-bottom: 116px;
}

.menu-section.white.padding {
  padding-top: 116px;
}

.menu-section.transparent {
  color: #fff;
  background-color: #ffeb1400;
}

.left-col {
  height: auto;
  position: static;
  top: 0;
}

.right-col {
  height: auto;
}

.menu-list-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.menu-list-section.tight {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.menu-item {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.dish-name {
  margin-top: 0;
  margin-bottom: 0;
}

.menu-item-header {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  padding-right: 14px;
  display: flex;
}

.price {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

.menu-item-description {
  max-width: 80%;
}

.menu-item-description.larger {
  margin-top: 9px;
  font-size: 18px;
}

.new-nav-link-white-page {
  color: #fff;
  text-decoration: none;
}

.new-nav-link-white-page:hover {
  color: #000;
  text-decoration: underline;
}

.new-nav-link-white-page.hide {
  display: none;
}

.new-nav-link-white-page.white {
  color: var(--white);
}

.large-nav-link.current {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  text-decoration: underline;
}

.large-nav-link.current.black {
  color: #000;
}

.large-nav-link.secondary {
  color: #000;
  text-decoration: none;
}

.large-nav-link.secondary.white {
  color: #fff;
  text-decoration: none;
}

.menu-category-heading {
  font-weight: 700;
}

.menu-category-heading.no-margin-top {
  margin-top: 0;
}

.menu-category-heading.smaller {
  font-size: 22px;
}

.menu-category-heading.black {
  color: #000;
}

.footer {
  background-image: url('../images/egg.jpeg');
  background-position: 50%;
  background-size: auto;
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.two-panel-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.two-panel-section.smaller-right {
  grid-template-columns: 1fr 1fr;
}

.menu-category-subheading {
  color: #000;
}

.menu-category-subheading.larger {
  color: #000;
  font-size: 20px;
}

.menu-category-subheading.larger.white {
  color: #fff;
}

.menu-category-subheading.black {
  color: #fff;
  text-align: center;
}

.menu-category-subheading.black.padding-above {
  margin-top: 41px;
}

.menu-category-subheading.white {
  color: #fff;
}

.menu-heading-wrapper {
  z-index: 5;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--betty-gold);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.menu-heading-wrapper.orange {
  background-color: #ff8817;
}

.menu-heading-wrapper.blue {
  background-color: #8da8d9;
}

.menu-heading-wrapper.aqua {
  background-color: #cbfff8;
}

.menu-heading-wrapper.plum {
  background-color: #393174;
}

.menu-heading-wrapper.red {
  background-color: #802b07;
}

.menu-heading-wrapper.black {
  background-color: #4b3e3c;
}

.menu-heading-wrapper.pink {
  background-color: #ffb7e6;
}

.menu-heading-wrapper.white-page {
  background-color: #ffeb1400;
  width: 90%;
  padding-right: 20px;
}

.menu-heading-wrapper.white-page.res {
  padding-top: 0;
}

.menu-heading-wrapper.white {
  background-color: #fff;
}

.menu-heading-wrapper.transparent {
  background-color: #ffeb1400;
}

.menu-heading-wrapper.transparent.gc {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  height: 100%;
}

.menu-image-corner {
  z-index: 4;
  aspect-ratio: 1;
  width: 50%;
  height: auto;
  position: sticky;
  inset: auto auto 5% 20px;
}

.menu-image-caption {
  text-align: right;
  margin-top: 5px;
}

.menu-image-itself {
  width: 100%;
}

.div-block-16 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-paragraphs {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  display: flex;
}

.about-image {
  z-index: 5;
  width: 70%;
  margin-left: 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-image._1 {
  height: auto;
  max-height: 50vh;
  position: sticky;
  bottom: 5%;
}

.about-image._2 {
  z-index: 4;
}

.about-image._3 {
  z-index: 3;
}

.about-image.larger {
  width: 40%;
}

.about-image.smaller {
  width: 50%;
}

.about-image-itself.vert {
  aspect-ratio: 1;
  object-fit: cover;
}

.full-width-section {
  background-color: var(--betty-gold);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 25px;
  display: flex;
  position: sticky;
}

.hours-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hours-container {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hours-text {
  margin-top: 10px;
  font-size: 2rem;
}

.hours-text.upper {
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  padding-bottom: 0;
}

.hours-heading {
  font-size: 1.5rem;
}

.link-text {
  margin-top: 10px;
  font-size: 1.5rem;
}

.links-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
}

.red-links {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.right-arrow {
  width: 1.2rem;
  height: auto;
}

.right-arrow:hover {
  cursor: pointer;
}

.arrow.small {
  width: 2em;
}

.reservation-widget-wrapper {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 44px;
  display: flex;
  position: sticky;
}

.three-panel-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link, .link-2 {
  color: #fff;
}

.image-5 {
  z-index: 3;
  position: relative;
  inset: auto auto 0% 70%;
}

.event-info-wrapper {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  flex-flow: column;
  display: flex;
}

.event-info-wrapper.upcoming {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.event-info-wrapper.upcoming.hide, .div-block-17 {
  display: none;
}

.spike-sticker-wrapper {
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.spike-sticker-wrapper._2 {
  flex: 0 auto;
}

.sticker-image {
  z-index: 2;
  width: 200px;
  height: auto;
  position: relative;
}

.sticker-image.smaller {
  width: 130px;
}

.heading-6 {
  z-index: 3;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin: 0;
  font-weight: 700;
  position: absolute;
  inset: auto;
}

.link-block-5 {
  color: #fff0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.email-inquiry-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.heading-7 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  text-decoration: none;
}

.email-inquiry {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  display: flex;
}

.stickers {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  height: auto;
  padding-bottom: 11px;
  padding-right: 8px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.bottom-links-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  padding-bottom: 9px;
  padding-left: 11px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.footer-bottom-link {
  padding: 5px;
}

.link-3 {
  padding: 7px;
  display: block;
}

.heading-8 {
  color: #fff;
}

.link-block-6 {
  color: #fff;
  width: 100%;
  height: auto;
  text-decoration: none;
  position: relative;
}

.gc-image {
  border: 4px solid #000;
  border-radius: 20px;
  width: 40vw;
  box-shadow: 10px 11px 5px #00000052;
}

.inline-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  object-position: 50% 50%;
}

.eventdate {
  font-size: 1.5rem;
  font-weight: 700;
}

.price-date-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 15px;
  display: flex;
}

.button-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.italic-text-3 {
  font-size: 1.5rem;
}

.event-button {
  background-color: var(--betty-red);
}

.vertical-inline {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-center-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-item-category {
  text-decoration: underline;
}

.menu-items-category {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .corner-link-block.upper-left {
    position: fixed;
  }

  .corner-link-block.lower-right {
    display: none;
  }

  .main-section {
    height: 230vh;
  }

  .main-section.landing.new {
    z-index: 4;
    position: relative;
  }

  .grid {
    place-items: stretch stretch;
  }

  .link-block {
    top: 25px;
  }

  .bounce-div.more {
    padding-top: 15vh;
  }

  .main-text-block {
    width: 80vw;
    display: block;
  }

  .column.left {
    height: 100%;
    position: static;
  }

  .address-link {
    margin-bottom: 15px;
  }

  .address {
    padding-bottom: 0;
  }

  .dropdown-list-2.w--open {
    background-color: #fff;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 22px;
    padding-right: 10px;
    display: flex;
    right: 0;
  }

  .dropdown-menu {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding-right: 10px;
    display: block;
    inset: 0% 0% auto auto;
  }

  .menu-icon {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .event-date {
    margin-top: 0;
    margin-bottom: 0;
  }

  .event-title {
    flex: 1;
    margin-top: 0;
  }

  .event-info {
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 11px;
  }

  .event-links-wrapper {
    flex: 0 auto;
  }

  .event-date-title {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .section-hero {
    background-color: var(--white);
  }

  .center-header {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    width: 100%;
    padding-left: 51px;
    padding-right: 51px;
    overflow: scroll;
  }

  .center-header.red {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
  }

  .large-nav-link {
    font-size: 30px;
  }

  .large-nav-link.current {
    color: #000;
    font-size: 30px;
    text-decoration: none;
  }

  .large-nav-link.current.black {
    text-decoration: underline;
  }

  .large-nav-link.current.white {
    color: #fff;
  }

  .large-nav-link.secondary {
    display: block;
  }

  .menu-category-heading.smaller {
    max-width: 80%;
  }

  .menu-heading-wrapper.white-page {
    padding-left: 0;
  }

  .menu-image-corner {
    width: 70%;
    position: sticky;
  }

  .about-image._1 {
    width: 90%;
    margin-left: 0;
    position: sticky;
  }

  .about-image-itself {
    width: 100%;
  }

  .three-panel-section {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .event-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .gc-image {
    width: 40vw;
  }

  .price-date-wrapper {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: wrap;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
  }

  .italic-text {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .corner.events.heading {
    text-align: center;
    width: 310px;
    font-size: 220%;
    position: sticky;
    inset: 11% 0% auto;
  }

  .corner-link-block.lower-right {
    display: none;
  }

  .logo-image {
    width: auto;
    max-width: none;
    height: 40px;
    margin-top: 20px;
    margin-right: auto;
    top: 2%;
    transform: none;
  }

  .main-section {
    height: auto;
  }

  .grid {
    margin: 10px;
    display: block;
  }

  .feature-section {
    padding: 40px 20px;
  }

  .flex-container {
    flex-direction: column;
  }

  .feature-image-mask {
    margin-right: 0;
  }

  .feature-image {
    margin-left: auto;
    margin-right: auto;
  }

  .bounce-div {
    align-items: flex-start;
  }

  .bounce-div.about {
    height: 275vh;
  }

  .bounce-div.more {
    padding-top: 15vh;
  }

  .main-text-block {
    width: 90vw;
    max-width: none;
    margin-right: auto;
    top: 49vh;
  }

  .main-text-block.with-button {
    max-width: 50vw;
  }

  .heading-2 {
    opacity: 1;
    color: #000;
    mix-blend-mode: multiply;
    max-width: 40vw;
  }

  .column {
    text-align: center;
    display: block;
  }

  .column.left, .column.left.padding {
    height: auto;
    position: static;
  }

  .address-link {
    margin-bottom: 15px;
  }

  .address {
    padding-bottom: 0;
  }

  .rich-text-block.body-2 {
    margin-top: 0%;
  }

  .dropdown-list-2.w--open {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #fff;
    width: 100vw;
    height: 100vh;
  }

  .dropdown-menu, .dropdown-menu.new {
    display: block;
  }

  .image-4 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-7 {
    width: 200px;
    position: static;
  }

  .link-block-3 {
    position: fixed;
    inset: 4% 0% auto;
  }

  .div-block-9 {
    height: 30vh;
  }

  .div-block-10 {
    width: 200px;
    height: 50px;
  }

  .menu-icon {
    width: 50px;
    height: 50px;
  }

  .events-content-wrapper {
    width: 95vw;
  }

  .events {
    margin-top: 37px;
  }

  .div-block-15, .new-div-link {
    display: none;
  }

  .back-arrow {
    width: 3rem;
    height: 3rem;
  }

  .back-arrow-text {
    display: none;
  }

  .center-header {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 24px;
    overflow: scroll;
  }

  .menu-section.black {
    padding-bottom: 101px;
  }

  .dish-name, .menu-item-description {
    text-align: left;
  }

  .new-nav-link-white-page.w--current {
    text-decoration: underline;
  }

  .large-nav-link.current.black {
    white-space: nowrap;
    text-decoration: underline;
  }

  .large-nav-link.secondary {
    display: block;
  }

  .menu-category-heading {
    text-align: left;
  }

  .menu-category-heading.smaller {
    font-size: 2rem;
  }

  .two-panel-section {
    flex-flow: column;
    display: flex;
  }

  .menu-category-subheading {
    text-align: left;
  }

  .menu-heading-wrapper {
    padding-left: 0;
  }

  .menu-heading-wrapper.white-page {
    width: 100%;
    padding-right: 0;
  }

  .menu-image-corner {
    width: 60%;
    left: 20px;
  }

  .menu-image-caption {
    text-align: left;
    font-size: 12px;
  }

  .about-image {
    width: 100%;
    margin-left: 0;
    position: static;
  }

  .about-image._1 {
    width: 100%;
    margin-bottom: 29px;
  }

  .about-image-itself {
    width: 100%;
  }

  .three-panel-section {
    flex-flow: column;
    display: flex;
  }

  .event-title {
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
  }

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

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

  .order-online-button-wrapper {
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: flex;
  }

  .order-online-button.orange {
    background-color: #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 18px 51px;
    font-size: 16px;
    display: flex;
  }

  .gc-image {
    align-self: center;
    width: 50vw;
    max-width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .corner {
    z-index: 4;
    width: auto;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-right: 10px;
    font-size: 7svw;
    position: relative;
    overflow: visible;
  }

  .corner.w--current {
    width: auto;
    padding-top: 10px;
  }

  .corner.menu {
    padding-top: 10px;
  }

  .corner.about, .corner.resys, .corner.hours, .corner.location, .corner.insta {
    width: auto;
    padding-top: 10px;
  }

  .corner.events {
    width: auto;
    margin-top: 10px;
    padding-top: 10px;
  }

  .corner.events.heading {
    z-index: 7;
    color: #fff;
    width: 300px;
    font-size: 200%;
    text-decoration: underline;
    display: block;
    position: sticky;
  }

  .corner.events.heading:hover {
    transform: rotate(5deg);
  }

  .corner.go-back {
    position: static;
  }

  .corner.new {
    white-space: normal;
  }

  .contact-link {
    max-width: 50vw;
  }

  .body-2 {
    outline-offset: 0px;
    background-image: none;
    outline: 3px dotted #333;
    overflow: visible;
  }

  .corner-link-block.upper-right {
    z-index: 4;
    float: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    display: none;
    position: fixed;
    overflow: visible;
  }

  .corner-link-block.upper-left {
    z-index: 4;
    margin-top: 50px;
    position: fixed;
  }

  .corner-link-block.lower-left {
    z-index: 4;
    margin-bottom: 30px;
  }

  .corner-link-block.lower-right {
    z-index: 4;
    margin-bottom: 30px;
    display: none;
  }

  .corner-link-block.lower-right.w--current {
    display: none;
  }

  .logo-div {
    margin-top: 20px;
    padding-top: 0;
  }

  .logo-image {
    z-index: 4;
    opacity: 1;
    outline-offset: 0px;
    backface-visibility: visible;
    outline: 3px #333;
    width: auto;
    height: 40px;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: sticky;
    inset: 20px auto auto;
    transform: none;
  }

  .main-section {
    height: auto;
  }

  .main-section.landing {
    z-index: 3;
    background-image: none;
    height: 100vh;
    position: relative;
  }

  .main-section.landing.new {
    z-index: 6;
    background-image: url('../images/egg.jpeg');
    background-position: 50%;
    background-size: auto;
    flex-flow: column;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
  }

  .main-section.menu {
    z-index: 3;
    background-image: none;
    position: relative;
  }

  .main-section.about {
    z-index: 2;
    height: auto;
    position: relative;
  }

  .main-section.contact {
    z-index: 2;
    min-height: 100vh;
    position: relative;
  }

  .main-section.more {
    z-index: 2;
    outline-offset: 0px;
    outline: 3px #333;
    position: relative;
  }

  .main-section.ig {
    z-index: 4;
    outline-offset: 0px;
    outline: 3px #333;
    position: relative;
  }

  .link-block {
    z-index: 3;
    float: right;
    clear: none;
    width: auto;
    top: 25px;
    right: 30px;
    overflow: visible;
  }

  .link-block.w--current {
    width: 220px;
    height: 50px;
    margin-right: auto;
    display: inline-block;
    position: absolute;
    top: 47%;
    right: 0;
  }

  .link-block.new {
    position: fixed;
  }

  .link-block.new.small-logo.w--current {
    background-color: #fff;
    height: 80px;
    display: inline-block;
  }

  .link-block.static {
    position: static;
  }

  .bounce-div {
    z-index: 3;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: flex-start center;
    height: auto;
    min-height: 100vh;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .bounce-div.about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 430vh;
    display: flex;
  }

  .bounce-div.more {
    padding-top: 15vh;
  }

  .bounce-div.contact {
    min-height: 100vh;
  }

  .main-text-block {
    outline-offset: 0px;
    outline: 3px #000;
    flex: 0 auto;
    order: -1;
    align-self: auto;
    align-items: flex-start;
    width: 95vw;
    max-width: none;
    margin-top: 30vh;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
    display: block;
    position: sticky;
    top: 45.5vh;
  }

  .main-text-block.plus {
    flex: 0 auto;
  }

  .main-text-block.with-button {
    max-width: 70vw;
  }

  .main-text-block.reservations {
    margin-top: 13vh;
    top: -7.9vh;
  }

  .heading-2 {
    opacity: .35;
    mix-blend-mode: luminosity;
    flex: 0 auto;
    align-items: flex-start;
    font-size: 30px;
    display: none;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-width: 100vw;
    min-height: 100vh;
    display: block;
  }

  .columns {
    justify-content: center;
    align-items: center;
    margin-top: auto;
    font-family: prestige-elite-std, sans-serif;
    display: block;
  }

  .heading-3 {
    opacity: 1;
    font-style: normal;
    text-decoration: none;
  }

  .div-block-3 {
    padding-top: 10px;
  }

  .heading-4 {
    margin-top: 20px;
  }

  .column {
    text-align: center;
  }

  .column.left {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    position: static;
    top: 0;
  }

  .column.left.short {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .column.right.events {
    margin-top: 0;
  }

  .address-container {
    z-index: 3;
    outline-offset: 0px;
    outline: 3px #333;
    position: relative;
  }

  .div-block-5 {
    z-index: 1;
    background-image: url('../images/egg.jpeg');
    background-position: 50%;
    background-size: auto;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .rich-text-block {
    margin-top: 0;
    margin-bottom: 50px;
  }

  .rich-text-block.body-2 {
    z-index: 3;
    outline-offset: 0px;
    text-align: left;
    outline: 3px #333;
    max-width: 70vw;
    margin-top: 0;
    position: static;
  }

  .dropdown-list-2.w--open {
    z-index: auto;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background-color: #fff;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 16px;
    padding-right: 0;
    transition: opacity .2s;
  }

  .dropdown-menu {
    z-index: 8;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    padding-right: 2px;
    display: block;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .dropdown-menu.hidden {
    display: none;
  }

  .dropdown-toggle-3 {
    float: left;
    clear: none;
    width: auto;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .dropdown-toggle-3.w--open {
    float: none;
  }

  .background {
    background-image: url('../images/egg.jpeg');
    background-position: 50%;
    background-size: auto;
    background-attachment: scroll;
    width: 100vw;
    height: 100vh;
    position: fixed;
    inset: 0%;
  }

  .image-4 {
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
    inset: 2% 0% auto;
  }

  .div-block-7 {
    z-index: 3;
    width: 200px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .div-block-8 {
    z-index: 2;
    width: auto;
    height: auto;
    position: relative;
    inset: 0%;
    overflow: visible;
  }

  .link-block-3 {
    width: 200px;
    height: 50px;
  }

  .div-block-9 {
    z-index: 2;
  }

  .div-block-10 {
    display: block;
  }

  .link-block-4 {
    z-index: 6;
    position: relative;
    inset: auto auto 0% 0%;
  }

  .div-block-11 {
    z-index: 1;
    background-image: url('../images/egg.jpeg');
    background-position: 50%;
    background-size: auto;
    width: 100vw;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: fixed;
    inset: 0%;
  }

  .menu-icon {
    float: none;
    width: 40px;
    height: 40px;
    transition: background-position .2s, background-position .2s;
  }

  .menu-icon:hover {
    background-image: url('../images/fork-and-knife-crossed.png');
    background-position: 0 0;
    background-size: contain;
  }

  .menu-icon:active {
    outline-offset: 0px;
    mix-blend-mode: normal;
    background-image: url('../images/fork-and-knife-crossed.png');
    background-position: 0 0;
    background-size: contain;
    outline: 3px red;
    transform: rotate(0);
  }

  .mobile-background {
    z-index: 1;
    background-image: url('../images/egg.jpeg');
    background-position: 50%;
    background-size: auto;
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .button._2 {
    align-self: center;
    width: 100%;
  }

  .events-content-wrapper {
    padding-bottom: 0;
  }

  .event-date {
    flex: 1;
  }

  .heading-5 {
    text-align: center;
    position: static;
  }

  .event-info {
    justify-content: center;
  }

  .event-links-wrapper {
    justify-content: space-between;
    margin-top: 6px;
  }

  .gift-cards {
    width: 100%;
  }

  .gift-card-text {
    text-align: center;
  }

  .div-block-15 {
    background-image: url('../images/egg.jpeg');
    background-position: 50%;
    background-size: auto;
    display: none;
  }

  .new-div-link {
    display: none;
  }

  .section-hero.menu {
    width: 100%;
    overflow: auto;
  }

  .section-hero.hours {
    background-color: #fff;
    padding-bottom: 0;
  }

  .main-content-container {
    width: 100%;
  }

  .main-content-container.short {
    overflow: hidden;
  }

  .center-header {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    justify-content: flex-start;
    align-items: center;
    padding-left: 16px;
    overflow: scroll;
  }

  .center-header.red {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 19px;
    overflow: scroll;
  }

  .center-header.centered {
    justify-content: flex-start;
    align-items: center;
    padding-right: 16px;
  }

  .menu-section {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-section.plum._100vh {
    min-height: 80vh;
    display: flex;
  }

  .menu-section.black {
    position: static;
  }

  .menu-list-section {
    width: 100%;
  }

  .large-nav-link {
    white-space: nowrap;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .large-nav-link.current {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
  }

  .large-nav-link.current.black {
    text-decoration: underline;
  }

  .large-nav-link.current.white {
    color: #fff;
    white-space: nowrap;
  }

  .large-nav-link.secondary {
    display: block;
  }

  .menu-category-heading {
    text-align: center;
    width: 100%;
    font-size: 28px;
  }

  .menu-category-heading.smaller {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .two-panel-section {
    flex-flow: column;
    display: flex;
  }

  .menu-category-subheading {
    text-align: center;
    align-self: center;
  }

  .menu-category-subheading.larger {
    color: #000;
  }

  .menu-category-subheading.larger.white {
    color: #fff;
  }

  .menu-heading-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    padding: 0 7px 10px;
  }

  .menu-heading-wrapper.orange {
    background-color: #f6880200;
  }

  .menu-heading-wrapper.red {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-heading-wrapper.white-page {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-heading-wrapper.transparent {
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-heading-wrapper.transparent.gc {
    grid-column-gap: 27px;
    grid-row-gap: 27px;
    flex: 0 auto;
    height: auto;
  }

  .menu-image-corner {
    width: 98%;
    margin-bottom: 22px;
    display: block;
    position: static;
  }

  .menu-image-caption {
    padding-left: 10px;
  }

  .hours-text {
    font-size: 1.5rem;
  }

  .hours-heading {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .link-text {
    text-align: left;
    flex: 0 auto;
    font-size: 1.3rem;
  }

  .event-title {
    text-align: left;
    font-size: 1.7rem;
  }

  .event-description, .eventinfo {
    text-align: left;
  }

  .div-block-17 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 73px;
    display: flex;
  }

  .div-block-18 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .sticker-image {
    z-index: auto;
    width: 170px;
  }

  .heading-7 {
    font-size: 14px;
  }

  .stickers {
    z-index: 4;
  }

  .order-online-button-wrapper {
    width: 100%;
    margin-top: 22px;
    margin-bottom: 22px;
    padding-left: 16px;
    padding-right: 16px;
    position: sticky;
    inset: auto 0% 3%;
  }

  .mobile-navbar-links-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5px;
    display: flex;
  }

  .order-online-button {
    text-align: center;
    background-color: #261bf3;
    border-radius: 20px;
    width: 100%;
    height: auto;
    padding-top: 11px;
    padding-bottom: 11px;
    font-family: prestige-elite-std, sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    box-shadow: 0 3px 5px #0003;
  }

  .order-online-button.orange {
    background-color: #ffa600;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 11px;
    display: flex;
  }

  .gc-image {
    width: 100%;
    max-width: 100%;
  }

  .italic-text-2 {
    text-align: left;
  }
}

#w-node-_5950f6f6-ed9b-8584-b4ad-a7cae2b6216f-e2b6216d {
  justify-self: center;
}

#w-node-d671402a-c880-ac73-48f7-2de36687417d-5641697f {
  justify-self: start;
}

#w-node-cf8ac800-82cf-0cd3-8a0e-ad2dce90b5cd-eeb75989 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbbc281c-d914-f706-1dee-49d804889314-728506b2 {
  grid-area: 1 / 4 / 4 / 13;
}

#w-node-_40da90e8-893d-1efe-ecf3-f77a74478b2a-9932f294, #w-node-_3419306f-87b8-db4c-1c04-c52954245f17-9932f294, #w-node-_3419306f-87b8-db4c-1c04-c52954245f17-d930cb9e {
  place-self: center end;
}

@media screen and (max-width: 991px) {
  #w-node-bbbc281c-d914-f706-1dee-49d804889314-728506b2 {
    grid-column: 6 / 10;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bbbc281c-d914-f706-1dee-49d804889314-728506b2 {
    grid-column-start: 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_000ad130-7923-6e6d-cf8c-ea1e63b87ef5-d8fb3578, #w-node-_88783302-69ce-52c7-5791-61b3c8533a6f-d8fb3578, #w-node-_3ed4a3ea-bff8-74da-531d-215deff6f8bf-d8fb3578, #w-node-_92c87ded-a48f-247c-6b4b-f1b494c5fe4a-d8fb3578 {
    place-self: center start;
  }

  #w-node-_5950f6f6-ed9b-8584-b4ad-a7cae2b6216f-e2b6216d {
    align-self: center;
  }
}


