:root {
  --nav-grey: #a6a6a6;
  --black: #000;
  --red: #a81031;
  --white: #fff;
  --gray: #bdbdbd;
  --drop-black: #2b2b2b;
  --light-gray: #949494;
  --blk-grey: #333;
  --deep-blue: #301474;
  --blue: #181474;
}

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

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

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

.navbar {
  background-color: var(--nav-grey);
  border-bottom: 3px solid #000;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--black);
  padding-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
}

.nav-link:hover {
  color: var(--red);
}

.nav-link.w--current {
  color: var(--black);
}

.nav-link.w--current:hover {
  color: var(--red);
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.dropdown-toggle {
  color: var(--white);
  vertical-align: bottom;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
  padding-right: 20px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.dropdown-toggle:hover {
  color: var(--gray);
}

.dropdown-link {
  color: var(--white);
  font-family: Varela, sans-serif;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--gray);
}

.dropdown-list {
  background-color: var(--white);
}

.dropdown-list.w--open {
  background-color: var(--drop-black);
}

.nav-menu {
  margin-top: 20px;
}

.icon {
  margin-bottom: 13px;
  padding-left: 3px;
  display: none;
}

.slider {
  height: 90vh;
}

.slide {
  background-image: url('../images/hoagies-spaghetti.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/outside-vinnys-00.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/outside-vinnys-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/inside-vinnys-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.div-block-2 {
  border: 1px solid var(--gray);
  background-color: #0009;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 300px;
  margin-bottom: 60px;
  padding: 20px;
  display: flex;
}

.heading {
  color: var(--white);
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 600;
}

.body {
  background-color: var(--black);
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.text-block {
  color: var(--white);
  text-align: center;
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
}

.heading-copy {
  color: var(--white);
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
}

.button-clear {
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
}

.button-clear:hover {
  background-color: #00000080;
}

.button-clear.red:hover {
  border-color: var(--gray);
  color: var(--gray);
}

.button-clear.left {
  margin-right: 20px;
}

.div-block-copy {
  background-color: #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slide-5 {
  background-image: url('../images/double-cheeseburger.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.text-block-2 {
  font-size: 16px;
  line-height: 24px;
}

.button-black {
  border: 1px solid var(--drop-black);
  color: var(--blk-grey);
  background-color: #0000;
  border-radius: 10px;
  padding: 10px 30px;
  font-size: 18px;
  line-height: 24px;
}

.button-black:hover {
  color: var(--white);
  background-color: #00000080;
}

.button-black.top, .button-black.left {
  margin-right: 20px;
}

.button-div {
  text-align: center;
}

.text-block-3 {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 16px;
  line-height: 24px;
}

.column {
  background-color: var(--white);
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.slide-6 {
  background-image: url('../images/vinnys-patio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/vinnys-patio-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.column-2 {
  height: 100%;
}

.columns {
  height: 450px;
}

.heading-2 {
  text-align: center;
  margin-bottom: 20px;
}

.icon-3 {
  color: #ffffff59;
}

.container-2 {
  background-color: var(--white);
}

.columns-copy {
  height: 600px;
  display: flex;
}

.column-copy {
  background-color: var(--white);
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.image {
  height: 76px;
}

.slide-7-copy {
  background-image: url('../images/fish-sandiwch-sm.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6-copy {
  background-image: url('../images/appetizers_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/14in-pizza-wings-beer.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy {
  background-image: linear-gradient(#000, #000);
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2-copy {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
}

.container-2-copy {
  background-color: var(--black);
  text-align: center;
  width: 50%;
  max-width: 100%;
  padding: 20px 20px 30px;
}

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

.section-photo {
  background-image: url('../images/hoagies-spaghetti.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.div-block-6 {
  width: 100%;
  max-width: none;
  height: 200px;
  overflow: hidden;
}

.button {
  color: #333;
  text-align: center;
  background-color: #0000;
  border: 2px solid #333;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.button:hover {
  color: #fff;
  background-color: #e1b31d;
  border-color: #e1b31d;
}

.button.social {
  border-left-style: none;
  border-right-style: none;
  width: 100%;
  font-family: Varela, sans-serif;
}

.button.social:hover {
  border-style: solid;
  border-color: var(--blk-grey);
  background-color: var(--blk-grey);
}

.button.event {
  background-color: var(--black);
  color: var(--white);
  border-left-style: none;
  border-right-style: none;
  width: 100%;
  font-family: Varela, sans-serif;
}

.button.event:hover {
  border-style: solid;
  border-color: var(--blk-grey);
  background-color: var(--deep-blue);
}

.text-block-8 {
  font-size: 14px;
  line-height: 22px;
}

.container-7 {
  text-align: left;
}

.columns-7 {
  width: auto;
  margin-top: 10px;
}

.goldbar {
  background-image: linear-gradient(#b9aa5a, #b49822 24%, #ffe997);
  height: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.goldbar.bottom {
  background-image: linear-gradient(#e1b31d, #ffe997 6%, #f2c614);
  position: static;
  inset: auto 0% 0%;
}

.div-block-7 {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.section-7 {
  color: #333;
  background-color: #000;
  height: auto;
  margin-top: 0;
  padding: 60px 0;
  font-family: Open Sans, sans-serif;
}

.review-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.image-10 {
  width: 100%;
  position: static;
  top: -60px;
}

.heading-3 {
  color: #333;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: Oswald, sans-serif;
}

.heading-3.white {
  color: #fff;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  line-height: 44px;
}

.heading-9 {
  color: var(--blk-grey);
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 24px;
}

.reviewdiv {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 450px;
  box-shadow: 2px 2px 2px #0000007a;
}

.slide-8-copy {
  background-image: url('../images/double-cheeseburger-sm.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/brick-background-grey.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-contact {
  background-color: var(--blk-grey);
  color: #333;
  height: auto;
  margin-top: 0;
  padding: 60px 0 100px;
  font-family: Open Sans, sans-serif;
}

.columns-8 {
  flex: 0 auto;
  margin-top: 10px;
  overflow: visible;
}

.loc-head {
  font-size: 18px;
  line-height: 24px;
}

.loc-head.white {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

.link {
  color: var(--blk-grey);
  text-decoration: none;
}

.loc-head-copy {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.column-5 {
  background-color: var(--white);
  flex-flow: column;
  order: 1;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 40px;
  display: block;
}

.loc-txt {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.loc-txt.white {
  color: var(--white);
  font-size: 24px;
  line-height: 30px;
}

.loc-txt.white-copy {
  color: var(--white);
  padding-top: 0;
}

.hourscol {
  padding-bottom: 5px;
}

.loc-subhead {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.slide-9 {
  background-image: url('../images/outside-vinnys-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10 {
  background-image: url('../images/vinnys-patio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-10-copy {
  background-image: url('../images/inside-vinnys-04.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-res {
  background-image: url('../images/hoagies-spaghetti.jpg'), linear-gradient(#000, #000);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: fixed, scroll;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section-event {
  background-color: var(--drop-black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-8 {
  background-color: var(--black);
  padding-top: 40px;
  padding-bottom: 40px;
}

.link-copy {
  color: var(--white);
  text-decoration: none;
}

.link-2, .link-2.w--current {
  color: var(--white);
  padding-top: 10px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: block;
}

.social-link {
  padding: 10px;
}

.image-11 {
  width: 35px;
}

.image-12 {
  margin-top: 8px;
}

.columns-8-copy {
  flex: 0 auto;
  margin-top: 10px;
  overflow: visible;
}

.section-9 {
  background-color: var(--black);
  height: 90px;
}

.section-10 {
  padding-bottom: 100px;
}

.body-2 {
  background-color: var(--black);
  font-family: Open Sans, sans-serif;
}

.socialdiv {
  margin-top: 5px;
  margin-right: 5%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto auto;
}

.image-11-copy {
  width: 20px;
}

.section-11 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080);
  margin-top: 90px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.container-8 {
  background-color: var(--white);
  border: 1px solid #000;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
}

.heading-10 {
  text-align: center;
}

.heading-11 {
  color: var(--blue);
  text-align: left;
  margin-bottom: 20px;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 38px;
}

.heading-11.small {
  color: var(--red);
  -webkit-text-stroke-color: var(--red);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
}

.body-3 {
  background-color: var(--black);
  color: var(--blk-grey);
  font-family: Open Sans, sans-serif;
}

.fooddiv {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.fooddes {
  text-align: left;
}

.food-title {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.foodcols {
  padding-bottom: 5px;
}

.catcols {
  margin-bottom: 10px;
}

.button-div-copy {
  text-align: center;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 15px;
  display: inline-block;
}

.fooddes-copy {
  text-align: left;
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

.eventdiv {
  background-color: #fff;
  border: 1px solid #c7c7c7;
  height: 700px;
  box-shadow: 2px 2px 2px #0000007a;
}

.div-block-6-copy {
  width: 100%;
  max-width: none;
  height: 400px;
  overflow: hidden;
}

.heading-9-copy {
  color: var(--blk-grey);
  letter-spacing: 1px;
  font-size: 22px;
  line-height: 24px;
}

.text-block-8-copy {
  padding-top: 10px;
  font-size: 14px;
  line-height: 22px;
}

.event-button {
  margin-left: 10px;
  margin-right: 10px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-7-copy {
  height: auto;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.image-10-copy {
  width: 100%;
  position: static;
  top: -60px;
}

.text-block-9 {
  color: var(--drop-black);
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.text-sub {
  color: var(--light-gray);
  padding-top: 5px;
  font-size: 12px;
  line-height: 22px;
}

.section-11-copy {
  text-align: center;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-53 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.text-block-10 {
  font-size: 16px;
  line-height: 24px;
}

.loccols {
  padding-bottom: 10px;
}

.loclink {
  color: var(--blk-grey);
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.text-block-11 {
  color: var(--blk-grey);
}

.column-57 {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.columns-9 {
  background-color: var(--white);
  height: 200px;
  margin-bottom: 20px;
}

.div-block-9 {
  background-color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-block-12 {
  font-size: 22px;
  line-height: 26px;
}

.text-block-13 {
  color: var(--deep-blue);
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.text-block-14 {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
}

.container-10 {
  margin-bottom: 20px;
}

.heading-12 {
  margin-top: 0;
  padding-top: 0;
}

.image-13 {
  height: 300px;
}

.columns-10 {
  height: 400px;
}

.column-58 {
  height: 100%;
  padding-left: 0;
}

.column-59 {
  background-image: url('../images/ribs.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.sec-happy {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

.foodfooter {
  text-align: left;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
  line-height: 18px;
}

.div-block-8-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  padding: 10px 10px 15px;
  display: inline-block;
}

.div-block-99 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 10px 10px 15px;
  display: inline-block;
}

.socialdiv-copy {
  margin-top: 40px;
  margin-right: 5%;
  padding-right: 0%;
  position: fixed;
  inset: 0% 0% auto auto;
}

.img-mobile {
  width: 20px;
}

.slide-77 {
  background-image: url('../images/volley-ball-courts-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3-copy {
  background-image: url('../images/bricks-restaurant-minnesota.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-sec {
  background-image: url('../images/double-cheeseburger.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.section-photo-copy {
  background-image: url('../images/14in-pizza-wings-beer.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.section-photo-dinner {
  background-image: url('../images/wedge-salad.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.heading-1 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.socialdiv-contact {
  margin-top: 5px;
  margin-right: 5%;
  padding-right: 0%;
  position: static;
  inset: 0% 0% auto auto;
}

.img-mobile-copy {
  width: 40px;
}

.column-60 {
  padding-left: 20px;
}

.specialscol {
  flex: none;
  margin-bottom: 10px;
}

.div-block-101 {
  flex: none;
  align-self: auto;
  margin-top: 10px;
  padding-left: 60px;
}

.col-food {
  text-align: left;
  margin-top: 10px;
}

.food-price {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.fooddes-sub {
  text-align: left;
  margin-bottom: 10px;
  padding-left: 10px;
}

.image-14 {
  width: 80px;
}

.column-66 {
  padding-right: 20px;
}

.slide-9-copy {
  background-image: url('../images/outside-vinnys-00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-100-copy {
  margin-top: 10px;
}

.section-photo-copy2 {
  background-image: url('../images/appetizers.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.columns-copy-copy {
  height: 500px;
  display: flex;
}

.column-2-copy, .column-4 {
  height: 100%;
}

.image-15 {
  margin-top: 10px;
}

.section-12 {
  margin-top: 76px;
}

.foodcols-copy {
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}

.text-block-14-copy {
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.kitchtext {
  color: var(--red);
  font-size: 18px;
  line-height: 24px;
}

.kitchtext.white {
  color: var(--white);
  font-size: 16px;
  line-height: 22px;
}

@media screen and (min-width: 1280px) {
  .div-block-2 {
    width: 40%;
  }

  .section-photo {
    height: 550px;
  }

  .link-2 {
    font-size: 16px;
  }

  .link-2.w--current {
    color: var(--white);
    padding-top: 10px;
    line-height: 22px;
    text-decoration: none;
    display: block;
  }

  .section-11, .section-11-copy {
    padding-left: 40px;
    padding-right: 40px;
  }

  .sec-happy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .img-sec, .section-photo-copy, .section-photo-dinner, .section-photo-copy2 {
    height: 550px;
  }
}

@media screen and (min-width: 1440px) {
  .heading {
    margin-bottom: 0;
  }

  .heading-copy {
    font-size: 44px;
  }

  .slide-5 {
    background-position: 50% 35%;
  }

  .section-photo {
    background-position: 50%;
    height: 650px;
  }

  .section-8 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .section-11, .section-11-copy {
    padding-left: 15%;
    padding-right: 15%;
  }

  .sec-happy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .slide-3-copy {
    background-position: 0 60%;
  }

  .img-sec {
    height: 650px;
  }

  .section-photo-copy {
    background-position: 50% 60%;
    height: 650px;
  }

  .section-photo-dinner {
    background-position: 50%;
    height: 650px;
  }

  .section-photo-copy2 {
    background-position: 50% 60%;
    height: 650px;
  }
}

@media screen and (min-width: 1920px) {
  .heading-copy {
    font-size: 48px;
    line-height: 50px;
  }

  .slide-5 {
    background-position: 50% 60%;
  }

  .section-photo {
    height: 700px;
  }

  .section-7, .section-contact {
    padding-bottom: 100px;
  }

  .section-8 {
    padding: 40px 15% 100px;
  }

  .link-2 {
    color: var(--white);
    padding-top: 10px;
    line-height: 22px;
    text-decoration: none;
    display: block;
  }

  .body-2 {
    font-family: Varela, sans-serif;
  }

  .socialdiv {
    margin-right: 15%;
    padding-right: 0%;
  }

  .section-11 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .div-block-7-copy {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-11-copy {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sec-happy {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .socialdiv-copy {
    margin-right: 15%;
    padding-right: 0%;
  }

  .slide-3-copy {
    background-position: 0 60%;
  }

  .img-sec {
    height: 700px;
  }

  .section-photo-copy {
    background-position: 50% 60%;
    height: 700px;
  }

  .section-photo-dinner {
    height: 700px;
  }

  .socialdiv-contact {
    margin-right: 15%;
    padding-right: 0%;
  }

  .section-photo-copy2 {
    background-position: 50% 60%;
    height: 700px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    flex-flow: row;
    display: flex;
  }

  .nav-menu {
    background-color: var(--nav-grey);
    border-bottom: 3px solid #000;
    margin-top: 0;
  }

  .div-block-2 {
    width: 70%;
  }

  .icon-2 {
    color: var(--white);
  }

  .menu-button {
    background-color: var(--nav-grey);
  }

  .menu-button.w--open {
    background-color: var(--light-gray);
  }

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

  .button-black.top, .button-black.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

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

  .heading-2 {
    font-size: 34px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .columns-copy {
    height: 650px;
  }

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

  .heading-2-copy {
    font-size: 32px;
  }

  .container-2-copy {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }

  .div-block-6 {
    height: 200px;
  }

  .button.event {
    background-color: var(--deep-blue);
  }

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

  .review-button {
    position: absolute;
    bottom: 4%;
  }

  .image-10 {
    object-fit: fill;
    position: static;
    top: -46px;
  }

  .reviewdiv {
    height: 500px;
    margin-bottom: 20px;
  }

  .section-copy, .section-contact {
    padding-left: 0;
    padding-right: 0;
  }

  .columns-8 {
    margin-bottom: 0;
  }

  .column-5 {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 30px;
  }

  .section-res {
    padding: 60px 0;
  }

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

  .columns-8-copy {
    margin-bottom: 10px;
  }

  .socialdiv {
    display: none;
  }

  .eventdiv {
    height: 570px;
    margin-bottom: 25px;
  }

  .div-block-6-copy {
    height: 200px;
  }

  .event-button {
    position: absolute;
    bottom: 4%;
  }

  .image-10-copy {
    object-fit: fill;
    position: static;
    top: -46px;
  }

  .column-54, .column-55, .column-56 {
    padding-bottom: 5px;
  }

  .column-57 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-10 {
    height: 500px;
  }

  .sec-happy {
    padding-left: 0;
    padding-right: 0;
  }

  .socialdiv-copy {
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .img-mobile {
    width: 35px;
  }

  .socialdiv-contact {
    margin-right: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .img-mobile-copy {
    width: 35px;
  }

  .div-block-101 {
    padding-left: 20px;
  }

  .food-price {
    margin-left: 10px;
  }

  .columns-copy-copy {
    height: 650px;
  }

  .foodcols-copy {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .slide-3 {
    background-position: 100% 100%;
  }

  .div-block-2 {
    width: 85%;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-black.top, .button-black.left {
    margin-right: 20px;
  }

  .column {
    height: auto;
    max-height: 100%;
    padding: 40px 20px;
  }

  .column-2 {
    height: 550px;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    height: auto;
  }

  .columns-copy {
    flex-flow: column;
    height: auto;
    display: block;
  }

  .column-copy {
    height: auto;
    padding: 40px 20px;
  }

  .image {
    height: 60px;
  }

  .heading-2-copy {
    font-size: 30px;
  }

  .container-2-copy {
    width: 60%;
  }

  .column-51, .column-49 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-6 {
    max-width: none;
    height: 300px;
  }

  .button {
    margin-bottom: 20px;
  }

  .button.social {
    margin-bottom: 0;
  }

  .button.event {
    background-color: var(--deep-blue);
    margin-bottom: 0;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 0 40px;
  }

  .review-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .image-10 {
    width: 100%;
    position: static;
    top: -117px;
  }

  .heading-3 {
    margin-top: 0;
    padding-top: 40px;
  }

  .column-50 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-copy {
    padding-top: 0;
  }

  .section-contact {
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px 0 60px;
  }

  .column-5 {
    height: auto;
    padding: 20px;
  }

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

  .section-event {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-2, .link-2.w--current {
    padding-bottom: 10px;
  }

  .social-link {
    margin-right: 10px;
  }

  .column-52 {
    text-align: center;
  }

  .section-9 {
    height: 80px;
  }

  .topdiv {
    display: none;
  }

  .section-11 {
    margin-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .container-8 {
    padding-left: 0;
  }

  .eventdiv {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-6-copy {
    max-width: none;
    height: auto;
  }

  .event-button {
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .image-10-copy {
    width: 100%;
    position: static;
    top: -117px;
  }

  .section-11-copy {
    margin-top: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }

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

  .column-54, .column-55, .column-56 {
    padding-bottom: 10px;
  }

  .column-57 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-9 {
    height: auto;
  }

  .div-block-9 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-10 {
    height: auto;
  }

  .column-58 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .column-59 {
    display: none;
  }

  .sec-happy {
    padding-top: 0;
    padding-bottom: 0;
  }

  .map {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .column-60, .column-61, .column-62 {
    padding-left: 20px;
  }

  .div-block-101 {
    padding-left: 60px;
    padding-right: 60px;
  }

  .col-food {
    flex-flow: column;
    display: flex;
  }

  .lightbox-link {
    margin-top: 10px;
  }

  .food-price {
    margin-left: 10px;
  }

  .column-63, .column-64, .column-65 {
    order: -1;
    padding-bottom: 10px;
  }

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

  .columns-copy-copy {
    flex-flow: column;
    height: auto;
    display: block;
  }

  .column-2-copy, .column-4 {
    height: 550px;
    max-height: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .image-15 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-2 {
    width: 90%;
    height: auto;
  }

  .heading {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .heading-copy {
    font-size: 36px;
  }

  .button-clear.left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-black.top {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .button-black.left {
    margin-right: 0;
  }

  .column {
    height: auto;
    padding: 40px 20px;
  }

  .column-2 {
    height: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .columns {
    height: auto;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 32px;
  }

  .icon-3 {
    color: #ffffff29;
  }

  .columns-copy {
    height: auto;
  }

  .column-copy {
    height: auto;
    padding: 40px 20px;
  }

  .image {
    height: 55px;
  }

  .heading-2-copy {
    margin-top: 0;
  }

  .container-2-copy {
    width: 80%;
  }

  .div-block-6 {
    height: 200px;
  }

  .button {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }

  .section-7 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .image-10 {
    position: static;
    top: -103px;
  }

  .section-copy {
    padding-top: 0;
  }

  .section-contact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }

  .column-5 {
    padding: 40px 20px;
  }

  .section-res {
    max-height: 100%;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section-event {
    padding-top: 0;
    padding-bottom: 0;
  }

  .link-2.w--current {
    text-align: left;
  }

  .social-link {
    margin-right: 10px;
  }

  .column-52 {
    text-align: center;
    padding-bottom: 20px;
  }

  .section-9 {
    height: 75px;
  }

  .section-10 {
    padding-bottom: 20px;
  }

  .section-11 {
    background-image: none;
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-11 {
    color: var(--deep-blue);
  }

  .div-block-6-copy {
    height: auto;
    overflow: hidden;
  }

  .image-10-copy {
    position: static;
    top: -103px;
    overflow: hidden;
  }

  .section-11-copy {
    margin-top: 75px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-54, .column-55, .column-56 {
    padding-bottom: 5px;
  }

  .column-57 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .columns-10 {
    height: auto;
  }

  .sec-happy {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .heading-1 {
    margin-bottom: 0;
    font-size: 28px;
    line-height: 33px;
  }

  .div-block-100 {
    text-align: center;
  }

  .div-block-101 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .food-price {
    margin-left: 10px;
  }

  .fooddes-sub {
    padding-right: 10px;
  }

  .div-block-100-copy {
    text-align: left;
  }

  .columns-copy-copy {
    height: auto;
  }

  .column-2-copy, .column-4 {
    height: 450px;
    padding-left: 0;
    padding-right: 0;
  }
}


