:root {
  --white-smoke: #f7f7f7;
  --firebrick: #be0000;
  --maroon: #700000;
  --gold: #ebc400;
  --ivory: #fcf8e6;
  --dark-slate-gray: #4d4d4d;
  --tan: #c7aa8b;
  --dark-slate-gray-2: #323232;
  --light-gray: #d1d1d1;
  --cornsilk: #fffbe5;
}

body {
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #c7aa8b;
  margin: 0 0 10px;
  font-size: 47px;
  font-weight: 500;
  line-height: 55px;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  margin: 10px 0;
  font-size: 31px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

h5 {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(77, 77, 77, .2);
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

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

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  color: var(--white-smoke);
  background-color: #bda580;
  border: 1px rgba(105, 82, 46, .15);
  margin-top: -8px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  background-color: rgba(77, 77, 77, .2);
  border: 1px solid #ffdbb4;
}

.button.form {
  color: #c7aa8b;
  background-color: #323232;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #323232;
  background-color: rgba(0, 0, 0, 0);
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.button.hero {
  margin-top: 40px;
}

.navbar {
  background-color: var(--firebrick);
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(255, 255, 255, .13);
}

.nav-link {
  color: #ededed;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 16px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: background-color .1s, margin .5s;
}

.nav-link:hover {
  background-color: var(--maroon);
  color: #fff;
}

.nav-link.w--current {
  background-color: var(--gold);
  box-shadow: none;
  color: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 400;
}

.nav-link.w--current:hover {
  color: #fff;
  background-color: #700000;
}

.nav-link.social-icons {
  float: left;
  opacity: .8;
  padding: 16px 22px;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  float: left;
  padding: 14px 18px;
}

.logo-text {
  color: #ededed;
  text-transform: uppercase;
  border-left: 2px rgba(247, 247, 247, .5);
  margin-right: 40px;
  padding-bottom: 2px;
  padding-left: 15px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: none;
}

.nav-menu {
  float: right;
}

.stone-logo {
  float: left;
  opacity: .9;
  margin-right: 8px;
}

.stone-logo.footer {
  opacity: .4;
}

.brand {
  align-items: flex-end;
  margin-top: 10px;
  margin-right: 15px;
  padding-top: 0;
  display: flex;
}

.brand.w--current {
  align-items: flex-end;
  margin-top: 9px;
  margin-right: 15px;
  padding-top: 0;
  display: flex;
}

.section {
  color: #4d4d4d;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.grey {
  color: #fff;
  background-color: #fff3e6;
  background-image: url('../images/Carve-2023_09_25---15.jpeg');
  background-position: 50% 30%;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 340px;
  padding-bottom: 320px;
}

.section.grey.menu {
  background-image: url('../images/Carve-2023_09_25---33.jpeg');
  background-position: 50% 0;
}

.section.grey.story {
  background-image: url('../images/1.jpg');
}

.section.beige {
  height: 80vh;
  background-color: #fff;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: block;
}

.section.image {
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/breakfastplatter.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
  padding-bottom: 127px;
  display: none;
}

.section.lightgrey {
  background-color: var(--ivory);
  align-items: center;
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.footer {
  background-color: #87b0c7;
  padding-top: 65px;
  padding-bottom: 53px;
}

.section.favorites {
  height: 40vh;
}

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

.section.salads {
  border-bottom: 1px solid #e4ebf3;
}

.main-heading {
  color: #fff;
  letter-spacing: -1px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  color: var(--white-smoke);
  letter-spacing: -1.5px;
  font-size: 85px;
  font-weight: 400;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  color: rgba(255, 255, 255, .81);
  letter-spacing: 0;
  margin-top: 25px;
  margin-bottom: 100px;
  font-family: Vollkorn, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 400;
}

.horizontal-bar {
  width: 60px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: #c7aa8b;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .18);
}

.slider {
  height: 65vh;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
}

.slide {
  text-align: center;
  background-image: linear-gradient(rgba(29, 7, 7, .4), rgba(0, 0, 0, .4)), url('../images/Carve-2023_09_25---15.jpeg');
  background-position: 0 0, 50% 30%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 160px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: linear-gradient(rgba(15, 3, 3, .4), rgba(0, 0, 0, .2)), url('../images/breakfastplatter.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.process-titles {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 21px;
}

.icon-wrapper {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}

.number {
  color: rgba(50, 50, 50, .09);
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  width: 100%;
  text-align: center;
  padding: 30px 25%;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  color: #d1d1d1;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  color: var(--dark-slate-gray);
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: #997b5b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 16px;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
  line-height: 32px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: var(--white-smoke);
  margin-top: 3px;
}

.footer-text.address {
  text-align: right;
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: #c7aa8b;
  padding: 74px 33px;
}

.contact-info-column {
  padding-top: 72px;
}

.field {
  height: 52px;
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.success {
  color: #323232;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #323232;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  margin-bottom: 73px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
  line-height: 30px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 11px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

.project-column {
  padding-top: 25px;
}

.project-column._1 {
  padding-top: 40px;
}

.mask {
  flex: 1;
}

.image-2 {
  width: 160px;
  height: 160px;
  border-radius: 100%;
  margin-bottom: 20px;
}

.image-2.pizza {
  object-fit: cover;
  object-position: 0% 50%;
}

.image-2.sandwich {
  object-fit: cover;
  object-position: 100% 50%;
}

.paragraph {
  text-align: center;
}

.image-3 {
  height: 200px;
}

.heading {
  font-size: 25px;
  font-weight: 400;
  line-height: 30px;
}

.heading-2 {
  color: var(--white-smoke);
  text-align: justify;
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
}

.heading-3 {
  font-size: 20px;
  font-weight: 400;
}

.container-2 {
  padding-top: 40px;
}

.favorites-wrap {
  justify-content: space-between;
  display: flex;
}

.favorite-food {
  width: 200px;
  height: 400px;
  background-color: #dcedee;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: contain;
}

.favorite-food.breakfast {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/breakfast.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  transition: all .8s;
  display: flex;
}

.favorite-food.breakfast:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/breakfast.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.favorite-food.burger {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/baconburger.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  transition: opacity .2s;
  display: flex;
}

.favorite-food.burger:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/baconburger.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.favorite-food.pizza {
  width: 25%;
  height: 300px;
  object-position: 50% 50%;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/CARVEPIZZA.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 600px;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.favorite-food.pizza:hover {
  background-image: url('../images/CARVEPIZZA.jpg'), linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15));
  background-position: 50%, 0 0;
  background-size: 600px, auto;
}

.favorite-food.coffee {
  width: 25%;
  height: 300px;
  background-image: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/Screen-Shot-2022-06-07-at-8.10.29-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.favorite-food.coffee:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Screen-Shot-2022-06-07-at-8.10.29-PM.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.contact-form {
  padding-top: 100px;
  padding-bottom: 100px;
}

.small-text {
  text-align: center;
}

.contact-form-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.heading-4 {
  text-align: center;
  font-weight: 400;
}

.paragraph-2 {
  text-align: center;
  margin-top: 10px;
}

.submit-button {
  background-color: #8fbbd3;
}

.form-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 40px;
  padding-left: 15%;
  padding-right: 15%;
  display: flex;
}

.div-block {
  align-self: stretch;
}

.div-block-2 {
  flex: 1;
  align-self: stretch;
}

.div-block-3 {
  align-self: stretch;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  width: 400px;
  padding-right: 40px;
}

.text-span {
  font-size: 24px;
}

.heading-5 {
  color: #997b5b;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: 700;
}

.heading-6 {
  color: var(--white-smoke);
  font-size: 45px;
  font-weight: 400;
}

.large-type {
  margin-top: 40px;
  margin-bottom: 100px;
  padding-left: 10%;
  padding-right: 10%;
}

.heading-7 {
  color: var(--dark-slate-gray);
  font-size: 16px;
  font-weight: 400;
}

.div-block-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.div-block-7 {
  height: 60vh;
  background-image: url('../images/Screen-Shot-2022-06-08-at-10.39.10-PM.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.image-4 {
  width: 125px;
}

.footer-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 20px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  max-width: 900px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.title-small {
  color: #997b5b;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--tan);
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-social-block {
  justify-content: flex-start;
  align-self: flex-end;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

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

.footer-divider {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #424242;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.text-block {
  color: var(--dark-slate-gray);
  padding-top: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

.features-list {
  background-image: url('../images/clubsandwich.webp');
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-list.footer {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  border-bottom-style: none;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 30px;
  display: flex;
}

.features-wrapper-two {
  width: 50%;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 40px;
  padding-right: 40px;
  display: flex;
}

.features-left {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.features-paragraph {
  text-align: right;
  margin-bottom: 25px;
  padding-left: 30%;
  font-size: 16px;
  line-height: 24px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-top: 20px;
  margin-left: 2px;
  display: flex;
}

.features-right {
  max-width: 46%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -16px;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  width: 80px;
  height: 80px;
  object-fit: cover;
  margin-right: 16px;
}

.div-block-9 {
  width: 100%;
  height: 250px;
  flex: 0 auto;
}

.heading-8 {
  margin-bottom: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 40px;
  font-weight: 400;
}

.div-block-10 {
  width: 50%;
  background-image: none;
  background-size: auto;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.column {
  padding-top: 0;
}

.image-7 {
  width: 450px;
}

.text-block-2 {
  margin-top: 20px;
  font-weight: 700;
}

.hero-without-image {
  background-color: #fff;
  border-radius: 2px;
  padding: 140px 30px 100px;
  position: relative;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 60px;
  padding-left: 20%;
  padding-right: 20%;
  line-height: 30px;
}

.button-primary {
  background-color: var(--firebrick);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 30px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--maroon);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.footer {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
}

.heading-9 {
  color: #997b5b;
  margin-bottom: 40px;
  font-weight: 400;
  line-height: 34px;
}

.text-span-2 {
  color: #333;
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 400;
}

.text-span-3 {
  color: #333;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.text-span-4 {
  font-size: 18px;
  font-weight: 300;
}

.heading-10 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
}

.heading-10._1 {
  margin-top: 40px;
}

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

.text-span-5 {
  font-size: 25px;
}

.text-span-5._1 {
  margin-top: -35px;
  font-size: 15px;
  display: block;
}

.text-span-6, .text-span-7 {
  font-size: 25px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 20px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.gallery-slide {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  width: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  width: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.about-us {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about {
  width: 65%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.div-block-15 {
  width: 50%;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  display: block;
}

.container-7 {
  justify-content: center;
}

.heading-11 {
  font-size: 28px;
  line-height: 34px;
}

.paragraph-3, .paragraph-4 {
  line-height: 30px;
}

.text-span-8 {
  font-weight: 500;
}

.image-8 {
  display: none;
}

.section-2 {
  height: 400px;
  background-image: url('../images/roastbeef.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.section-2.footer {
  height: 600px;
  background-image: url('../images/Carve-2023_09_25---24.jpeg');
  background-position: 50% 0;
  background-attachment: fixed;
}

.section-2.footer.menu {
  background-image: url('../images/Carve-2023_09_25---13.jpeg');
  background-attachment: fixed;
}

.section-2.footer.home {
  height: 400px;
  background-image: url('../images/cheeseburger2.jpeg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  margin-top: 60px;
}

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

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

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

.body, .body-2, .body-3 {
  padding-top: 0;
}

.addons {
  padding-top: 20px;
}

.addons.smoothies {
  margin-top: 10px;
  padding-top: 0;
}

.smoothies {
  margin-top: 20px;
}

@media screen and (min-width: 1280px) {
  .features-paragraph {
    padding-left: 30%;
  }

  .text-span-3 {
    font-size: 25px;
  }

  .gallery-slider {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-15 {
    background-image: url('../images/carvecafe-storefront.webp');
    background-position: 0%;
    background-size: cover;
  }

  .heading-11 {
    margin-bottom: 20px;
  }

  .paragraph-3 {
    line-height: 27px;
  }

  .paragraph-4 {
    line-height: 30px;
  }

  .image-8 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    max-width: 100%;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #000;
  }

  .main-heading {
    letter-spacing: -1px;
    margin-bottom: 0;
    font-size: 68px;
  }

  .main-heading.bold {
    letter-spacing: 1.5px;
    font-size: 68px;
  }

  .main-subheading {
    margin-bottom: 60px;
  }

  .slider {
    height: 469px;
  }

  .slide {
    padding-top: 100px;
    padding-bottom: 0;
  }

  .slide._2 {
    padding-top: 140px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .project-title {
    font-size: 25px;
  }

  .project-column {
    padding-top: 20px;
  }

  .project-column._1 {
    padding-top: 30px;
  }

  .heading-6 {
    font-size: 35px;
  }

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

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .features-list.footer {
    padding-top: 0;
  }

  .features-wrapper-two {
    width: 60%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    align-self: flex-end;
    margin-bottom: 0;
    padding-left: 20px;
  }

  .features-paragraph {
    margin-bottom: 10px;
    padding-left: 0%;
  }

  .features-right {
    max-width: 100%;
  }

  .heading-8 {
    font-size: 30px;
  }

  .div-block-10 {
    width: 40%;
    margin-top: 30px;
    padding-top: 0;
  }

  .container-6 {
    padding-top: 20px;
  }

  .image-7 {
    margin-top: 0;
  }

  .heading-9 {
    line-height: 18px;
  }

  .text-span-2 {
    font-size: 35px;
  }

  .text-span-3 {
    font-size: 17px;
  }

  .column-2 {
    padding-top: 30px;
  }

  .text-span-5 {
    font-size: 23px;
  }

  .gallery-slider {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-block {
    text-align: center;
    align-items: center;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .about-us {
    padding: 80px 30px;
  }

  .paragraph-3 {
    width: 70%;
  }

  .section-2 {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .nav-link {
    background-color: rgba(0, 0, 0, 0);
  }

  .logo-text {
    padding-bottom: 1px;
    padding-left: 10px;
  }

  .stone-logo.footer {
    float: none;
  }

  .brand, .brand.w--current {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-icon {
    font-size: 30px;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 100px 10px 60px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .menu-button {
    padding: 15px;
  }

  .menu-button.w--open {
    background-color: #ccae8d;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .main-heading.bold {
    font-size: 48px;
  }

  .main-subheading {
    font-size: 16px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 0 10px;
  }

  .slide._2 {
    padding-top: 100px;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .footer-text.address {
    text-align: center;
  }

  .contact-form-column {
    margin-top: 35px;
    padding: 43px 10px;
  }

  .contact-info-column {
    padding-top: 42px;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .heading-6 {
    display: none;
  }

  .image-4 {
    width: 90px;
  }

  .container-4 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: rgba(26, 27, 31, .75);
  }

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

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

  .footer-divider {
    margin-top: 60px;
  }

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .features-list.footer {
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
  }

  .features-wrapper-two {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .features-left {
    max-width: 100%;
    align-items: center;
  }

  .features-paragraph {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .container-6 {
    padding-top: 60px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px {
    padding-left: 8%;
    padding-right: 8%;
  }

  .heading-9 {
    font-size: 49px;
    line-height: 24px;
  }

  .text-span-2 {
    font-size: 40px;
  }

  .text-span-3 {
    font-size: 20px;
    line-height: 26px;
  }

  .gallery-slider {
    padding: 60px 60px 100px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .about-us {
    padding: 70px 0;
  }

  .about {
    width: 80%;
    margin-bottom: 40px;
    padding-right: 0;
  }

  .div-block-15 {
    width: 80%;
  }

  .container-7 {
    flex-direction: column;
    align-items: center;
  }

  .heading-11 {
    font-size: 20px;
    font-weight: 300;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 26px;
  }

  .image-8 {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .logo-text {
    padding-bottom: 1px;
    padding-left: 10px;
    font-size: 14px;
  }

  .brand {
    flex: 1;
    margin-top: 0;
    margin-left: 10px;
  }

  .brand.w--current {
    flex: 1;
    margin-top: 0;
    padding-top: 10px;
    padding-left: 20px;
  }

  .menu-icon {
    font-size: 30px;
  }

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

  .section.beige {
    height: auto;
  }

  .section.lightgrey {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-button {
    margin-right: 10px;
    padding: 15px 10px 10px;
  }

  .menu-button.w--open {
    background-color: #ccae8d;
    padding-top: 14px;
    padding-bottom: 12px;
  }

  .main-heading {
    width: 100%;
    margin-bottom: 0;
    font-size: 33px;
    line-height: 35px;
  }

  .main-heading.bold {
    font-size: 31px;
    line-height: 35px;
  }

  .main-subheading {
    letter-spacing: .5px;
    padding-left: 80px;
    padding-right: 80px;
    font-size: 14px;
    font-weight: 400;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .small-title {
    margin-bottom: 0;
    font-size: 11px;
  }

  .contact-form-column, .contact-info-column {
    text-align: center;
  }

  .favorites-wrap {
    flex-direction: column;
  }

  .favorite-food.breakfast, .favorite-food.burger, .favorite-food.pizza, .favorite-food.coffee {
    width: 100%;
  }

  .contact-form {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .heading-4 {
    margin-bottom: 20px;
    line-height: 40px;
  }

  .paragraph-2 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .div-block-4 {
    flex-direction: column;
  }

  .div-block-5 {
    width: auto;
    padding-right: 0;
  }

  .heading-5 {
    letter-spacing: 0;
    font-size: 24px;
  }

  .container-3, .heading-6 {
    display: none;
  }

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

  .image-4 {
    width: 80px;
    margin-bottom: 0;
  }

  .container-4 {
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .italic-text {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

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

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

  .footer-block-two {
    margin-top: 40px;
  }

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .features-list.footer {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .features-wrapper-two {
    padding-right: 0;
  }

  .features-left {
    align-self: center;
    align-items: center;
  }

  .features-paragraph {
    text-align: center;
  }

  .text-link-arrow {
    color: #ac753b;
  }

  .arrow-embed {
    display: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .heading-8 {
    font-size: 26px;
  }

  .div-block-10 {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .container-6 {
    padding-top: 100px;
  }

  .image-7 {
    width: auto;
    margin-top: 0;
  }

  .margin-bottom-24px {
    text-align: center;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-9 {
    text-align: center;
    font-size: 45px;
    line-height: 20px;
  }

  .text-span-2 {
    font-size: 30px;
  }

  .text-span-3 {
    font-size: 15px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-block {
    padding-right: 0;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .about-us {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .about {
    margin-bottom: 60px;
  }

  .div-block-15 {
    width: 100%;
  }

  .heading-11 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 36px;
  }

  .paragraph-3 {
    width: 100%;
    text-align: center;
  }

  .paragraph-4 {
    text-align: center;
  }
}

#w-node-_23f0b999-9268-9340-3454-6514af87896c-d01d30f3, #w-node-_23f0b999-9268-9340-3454-6514af878975-d01d30f3, #w-node-_23f0b999-9268-9340-3454-6514af878980-d01d30f3, #w-node-e64a35d8-4022-ac62-8494-411b163ca05d-471d30f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e64a35d8-4022-ac62-8494-411b163ca062-471d30f5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e64a35d8-4022-ac62-8494-411b163ca066-471d30f5, #w-node-e64a35d8-4022-ac62-8494-411b163ca070-471d30f5, #w-node-e64a35d8-4022-ac62-8494-411b163ca075-471d30f5, #w-node-_8200f42e-bfee-2354-947a-b54a6f25c725-471d30f5, #w-node-_8200f42e-bfee-2354-947a-b54a6f25c72c-471d30f5, #w-node-_8200f42e-bfee-2354-947a-b54a6f25c733-471d30f5, #w-node-_09c6af8f-cf4f-0898-c2b7-6325d33b9182-a01d30f7, #w-node-_09c6af8f-cf4f-0898-c2b7-6325d33b9189-a01d30f7, #w-node-_09c6af8f-cf4f-0898-c2b7-6325d33b9190-a01d30f7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-e64a35d8-4022-ac62-8494-411b163ca05d-471d30f5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e64a35d8-4022-ac62-8494-411b163ca05d-471d30f5, #w-node-e64a35d8-4022-ac62-8494-411b163ca062-471d30f5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Tempussansitc';
  src: url('../fonts/TempusSansITC-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}