:root {
  --gainsboro: #e7e7e7;
  --lines: lightgrey;
  --main: #354439;
  --gold: #364639;
  --black: #20272f;
  --dark-grey: #959595;
}

h1 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
}

h2 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

h3 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

h4 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: #20272f;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: #959595;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

a {
  color: #fc0;
  text-decoration: underline;
}

ul, ol {
  color: #959595;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

li {
  margin-bottom: 5px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  color: #20272f;
  letter-spacing: 3px;
  text-transform: uppercase;
  border-left: 5px solid #e2e2e2;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 35px;
}

.content-section {
  padding-top: 110px;
  padding-bottom: 110px;
}

.content-section.gray {
  background-color: #f8f8f8;
}

.content-section.menu {
  background-image: url('../images/PHOTO-2024-05-29-10-12-33.webp');
  background-position: 0 0;
  background-size: cover;
  margin-bottom: 0;
  padding-top: 35px;
  padding-bottom: 35px;
}

.content-section.cta {
  background-image: linear-gradient(rgba(32, 39, 47, .97), rgba(32, 39, 47, .97)), url('../images/IMG_0476.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-bottom: 75px;
}

.hero-section {
  background-image: linear-gradient(rgba(54, 70, 57, .86), rgba(54, 70, 57, .86)), url('../images/header.webp');
  background-position: 0 0, 50% 25%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 249px;
  padding-bottom: 249px;
  display: flex;
  position: relative;
}

.hero-section._404 {
  height: 100vh;
  min-height: 600px;
}

.content-wrapper {
  max-width: 1050px;
  padding-left: 20px;
  padding-right: 20px;
}

.content-wrapper.narrow {
  padding-left: 45px;
  padding-right: 45px;
}

.content-wrapper.menu {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  top: 80px;
}

.hero-text {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.title {
  color: #36343f;
  font-family: Yellowtail, sans-serif;
  font-size: 30px;
  line-height: 35px;
}

.title.special-title, .title.titlewithbg {
  color: #e8e8e8;
}

.hero {
  color: #fff;
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
}

.hero-subtitle {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.underline {
  background-color: #36343f;
  width: 215px;
  height: 4px;
  margin: 20px auto;
  display: block;
}

.underline.no-bottom-border {
  width: 33%;
  margin-bottom: 0;
}

.scroll-arrow {
  text-align: center;
  width: 100%;
  height: 50px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  transition: opacity .2s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.scroll-arrow:hover {
  opacity: .85;
}

.scroll-arrow.w--current {
  width: 40px;
  height: 40px;
}

.style-box {
  border: 1px solid #e7e7e7;
  border-radius: 3px;
  margin-bottom: 40px;
  padding: 20px;
}

.yellow {
  color: var(--gainsboro);
  margin-bottom: 0;
}

.header-box {
  text-align: center;
  width: 65%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-box.column {
  margin-bottom: 0;
}

.header-box.full {
  text-align: left;
  width: 100%;
}

.flex-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.flex-wrapper.space-between {
  justify-content: space-between;
}

.flex-wrapper.contact-details {
  border-top: 1px solid var(--lines);
  border-bottom: 1px solid var(--lines);
  justify-content: space-between;
  padding-top: 25px;
  padding-bottom: 25px;
}

.flex-wrapper.space-around {
  justify-content: space-around;
}

.intro {
  width: 32%;
}

.intro-image {
  background-image: url('../images/brunch.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.intro-image.w--current {
  overflow: hidden;
}

.intro-image._1 {
  background-image: url('../images/petit-dej.webp');
  background-position: 50% 100%;
}

.intro-image._3 {
  background-image: url('../images/dessert.webp');
  background-position: 50% 100%;
}

.intro-text {
  background-color: #20272f;
  padding: 20px 23px 18px;
}

.title-link {
  color: var(--gainsboro);
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: block;
}

.text-link {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

._50-percent-column {
  width: 50%;
  padding-right: 10px;
  position: relative;
}

._50-percent-column.text {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 465px;
  display: flex;
}

._50-percent-column.image-1 {
  background-image: url('../images/ntre-mission.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

._50-percent-column.inner-padding {
  border-bottom-style: none;
  align-items: center;
  padding: 40px 45px 30px;
  display: flex;
}

._50-percent-column.contact-form {
  background-color: #f8f8f8;
  padding: 35px;
}

._50-percent-column.last {
  border-bottom-style: none;
}

._50-percent-column.image-gallery {
  background-image: url('../images/notre-restaurant.webp');
  background-position: 50%;
  background-size: cover;
}

._50-percent-column.menu {
  border-bottom: 1px solid var(--lines);
  padding-top: 25px;
  padding-bottom: 20px;
}

._50-percent-column.menu.last {
  border-bottom-style: none;
  padding-top: 20px;
}

._50-percent-column.menu-right {
  border-bottom: 1px solid var(--lines);
  padding-top: 25px;
  padding-bottom: 20px;
  padding-left: 20px;
}

._50-percent-column.menu-right.last {
  border-bottom-style: none;
}

.hide {
  display: none;
}

.lightbox {
  background-image: url('../images/verdant-accueil-min.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.lightbox._2 {
  background-image: url('../images/photo-1464196156335-ba43aa8bea6a.webp');
}

.lightbox._3 {
  background-image: url('../images/photo-1452776145041-517a74be1f14.webp');
}

.slider {
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.right-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
}

.right-arrow:hover {
  opacity: 1;
}

.slide-arrow {
  color: var(--gainsboro);
  font-size: 19px;
}

.left-arrow {
  opacity: .85;
  background-color: #20272f;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 44px;
  height: 44px;
  transition: opacity .2s;
}

.left-arrow:hover {
  opacity: 1;
}

.column-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 40%;
  height: auto;
  display: flex;
}

.image-subtitle {
  background-color: #20272f;
  width: 100%;
  padding: 20px 20px 18px;
}

.subtitle {
  color: #848484;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
}

.service-box {
  text-align: center;
  background-image: linear-gradient(rgba(32, 39, 47, .97), rgba(32, 39, 47, .97)), url('../images/photo-1461962931919-6c1b5f30ef42.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 32.5%;
  min-height: 380px;
  padding: 33px;
  display: flex;
  position: relative;
}

.service-icon {
  background-color: #303943;
  border-radius: 50%;
  width: 105px;
  height: 105px;
  margin-bottom: 20px;
}

.service-icon._1 {
  background-image: url('../images/Truck_1Truck.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 53px;
}

.service-icon._2 {
  background-image: url('../images/Dinner_1Dinner.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 47px;
}

.service-icon._3 {
  background-image: url('../images/Menu_1Menu.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 36px;
}

.white {
  color: #fff;
}

.less-line-height {
  line-height: 27px;
}

.rounded-button {
  z-index: 10;
  color: #fff;
  border: 3px solid #fc0;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  min-width: 150px;
  height: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  position: relative;
}

.rounded-button:hover {
  background-color: #fc0;
}

.rounded-button.top-border {
  margin-top: 30px;
}

.cta {
  color: #fff;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 58px;
}

.big {
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 55px;
}

.map {
  filter: grayscale();
  height: 100%;
  min-height: 657px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.field-label {
  color: #20272f;
  text-transform: uppercase;
  margin-bottom: 10px;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
}

.text-field {
  border: 1px solid var(--lines);
  color: #959595;
  border-radius: 5px;
  height: 54px;
  margin-bottom: 30px;
  padding-left: 60px;
  font-family: Open Sans, sans-serif;
  transition: border .2s;
}

.text-field:hover, .text-field:focus {
  border-color: #3da4ff;
}

.text-field.name {
  background-image: url('../images/Name_1Name.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 52px;
  transition: border .2s;
}

.text-field.mobile {
  background-image: url('../images/Mobile-1_1Mobile (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.email {
  background-image: url('../images/Email-1_1Email (1).webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
}

.text-field.message {
  height: 120px;
  padding-top: 16px;
  padding-left: 20px;
}

.text-field.reservation {
  background-image: url('../images/clock.webp');
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 52px;
  padding-left: 60px;
}

.submit {
  text-transform: uppercase;
  background-color: #20272f;
  border-radius: 3px;
  width: 100%;
  height: 50px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12px;
  transition: background-color .2s;
}

.submit:hover {
  background-color: #020303;
}

._33-percent-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33%;
  display: flex;
}

._33-percent-column.no-right-border {
  text-align: center;
  border-right-style: none;
  padding: 20px 10px;
}

._33-percent-column.contact-details {
  border-right: 1px solid var(--lines);
  color: var(--lines);
  text-align: center;
  padding: 20px 10px;
}

._33-percent-column.footer {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.footer-logo {
  justify-content: flex-start;
  align-items: flex-start;
}

._33-percent-column.column-start {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
}

._33-percent-column.top-center {
  padding-top: 40px;
  padding-bottom: 30px;
  transition: opacity .2s;
}

._33-percent-column.top-center:hover {
  opacity: .85;
}

._33-percent-column.top-left {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
}

._33-percent-column.top-right {
  text-align: right;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 30px;
}

.title-detail {
  font-family: Oswald, sans-serif;
  font-size: 22px;
  line-height: 35px;
}

.footer {
  background-color: var(--main);
}

.mini-title {
  color: var(--gainsboro);
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 15px;
  font-family: Oswald, sans-serif;
  font-size: 12.5px;
}

.footer-link {
  color: #fff;
  width: 100%;
  margin-bottom: 15px;
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link:hover {
  color: var(--gold);
  display: block;
}

.footer-paragraph {
  font-family: Roboto Mono, sans-serif;
  font-size: 12.5px;
  line-height: 26px;
}

.contact-details-item {
  width: 100%;
  margin-bottom: 20px;
}

.contact-details-item.last {
  margin-bottom: 0;
}

.footer-notice {
  background-color: #1d242b;
  padding-top: 25px;
  padding-bottom: 20px;
}

.body {
  color: #959595;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.footer-notice-text {
  color: #959595;
  font-size: 10px;
}

.bar {
  color: var(--main);
}

.footer-logo-link.w--current {
  transition: opacity .2s;
}

.footer-logo-link.w--current:hover {
  opacity: .8;
}

.menu-transparent-bg {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 5px;
  padding: 7px;
}

.menu-background {
  background-color: #fff;
  border: 2px solid #e7e7e7;
  border-radius: 5px;
  padding: 50px;
  overflow: auto;
}

.title-and-price {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.menu-title {
  width: 75%;
}

.menu-price {
  text-align: center;
  width: 25%;
}

.food-title {
  color: #20272f;
  font-weight: 700;
  line-height: 25px;
}

.small {
  font-size: 12.5px;
  line-height: 20px;
}

.tab-link {
  color: #959595;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 50px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.tab-link:hover {
  border-bottom: 1px solid var(--main);
}

.tab-link.w--current {
  border-bottom: 1px solid var(--main);
  color: #20272f;
  background-color: rgba(0, 0, 0, 0);
  padding-right: 48px;
  font-weight: 600;
}

.tab-menu {
  border-bottom: 1px solid #e7e7e7;
}

.nav-menu {
  float: none;
  text-align: center;
  border-top: 2px solid #e7e7e7;
  width: 100%;
}

.nav-menu.no-top-line {
  border-top-style: none;
}

.navlink {
  color: #20272f;
  text-transform: uppercase;
  height: 85px;
  margin-right: 30px;
  padding-top: 35px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 400;
  transition: border .1s cubic-bezier(.25, .46, .45, .94);
}

.navlink:hover {
  border-bottom: 3px solid #354439;
}

.navlink.w--current {
  color: #20272f;
  border-bottom: 3px solid #354439;
}

.top-menu-links {
  color: #959595;
  font-family: Roboto Mono, sans-serif;
  font-size: 13px;
  text-decoration: none;
}

.top-menu-links:hover {
  text-decoration: underline;
}

.navbar {
  z-index: 100;
  background-color: #fff;
  width: 100%;
}

.top-line {
  background-color: #364639;
  width: 100%;
  height: 4px;
}

.signature {
  margin-top: 15px;
}

.smaller {
  font-size: 50px;
}

.menu-price-text {
  font-family: Roboto Mono, sans-serif;
  font-size: 14px;
}

.hidden-box {
  text-align: left;
  width: 100%;
  padding: 33px 33px 30px;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto;
}

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

.question-item {
  border-bottom: 1px solid var(--lines);
  margin-bottom: 60px;
  padding-bottom: 20px;
}

.fixed-navbar {
  z-index: 10;
  background-color: #fff;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.checkmark {
  margin-bottom: 20px;
}

.plus-button {
  background-color: rgba(255, 204, 0, .85);
  background-image: url('../images/Plus_1Plus.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  width: 35px;
  height: 31px;
  transition: background-color .2s;
  position: absolute;
  bottom: 0;
  right: 0;
}

.plus-button:hover {
  background-color: rgba(255, 204, 0, .95);
}

.stars {
  margin-bottom: 10px;
}

.star {
  margin-right: 5px;
}

.button {
  color: #20272f;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #fc0;
  border-radius: 3px;
  min-width: 200px;
  padding: 16px 22px;
  font-family: Oswald, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
  display: inline-block;
}

.button:hover {
  opacity: .9;
}

.button.top-border {
  color: #36343f;
  background-color: #e8e8e8;
  margin-top: 25px;
}

.scroll-more {
  color: #36343f;
}

.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;
}

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

.update {
  text-align: center;
  background-color: #fdff39;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 10px;
  margin-left: 30px;
  padding-top: 6px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.update-text {
  color: var(--black);
  margin-top: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.video {
  margin-bottom: 20px;
}

.map-image {
  background-image: url('../images/Map.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .header-box {
    width: 80%;
  }

  .column-image {
    flex: 1;
  }

  ._33-percent-column.top-center {
    width: 100%;
  }

  ._33-percent-column.top-left, ._33-percent-column.top-right {
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .navlink {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .burger-menu {
    color: #20272f;
  }

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

@media screen and (max-width: 767px) {
  .hero-section {
    padding-top: 200px;
    padding-bottom: 200px;
  }

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

  .header-box {
    width: 90%;
  }

  .intro {
    width: 48.5%;
    margin-bottom: 20px;
  }

  ._50-percent-column, ._50-percent-column.text {
    width: 100%;
  }

  ._50-percent-column.image-1 {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.inner-padding {
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  ._50-percent-column.image-gallery {
    width: 100%;
    height: 465px;
  }

  ._50-percent-column.menu.last {
    border-bottom-style: solid;
  }

  ._50-percent-column.menu-right {
    padding-left: 0;
  }

  .column-image {
    flex: 0 auto;
    width: 90%;
    height: 600px;
    margin-bottom: 60px;
  }

  .service-box {
    width: 48.5%;
    margin-bottom: 20px;
  }

  .map {
    height: 600px;
  }

  ._33-percent-column.no-right-border {
    width: 100%;
  }

  ._33-percent-column.contact-details {
    border-bottom: 1px solid #e7e7e7;
    border-right-style: none;
    width: 100%;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._33-percent-column.footer {
    width: 50%;
  }

  ._33-percent-column.footer-logo {
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
  }

  ._33-percent-column.column-start {
    width: 50%;
  }

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

  .tab-link {
    width: 100%;
    height: 52px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .tab-link.w--current {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .content-section {
    padding-top: 25px;
    padding-bottom: 50px;
  }

  .content-section.gray {
    padding-top: 50px;
  }

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

  .content-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content-wrapper.narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-wrapper.menu {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero {
    font-size: 50px;
    line-height: 1.3em;
  }

  .underline.no-bottom-border {
    min-width: 180px;
  }

  .intro {
    width: 100%;
  }

  ._50-percent-column.inner-padding {
    padding-left: 0;
    padding-right: 0;
  }

  ._50-percent-column.contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .column-image {
    background-image: url('../images/events.webp');
    width: 100%;
  }

  .service-box {
    width: 100%;
  }

  ._33-percent-column.footer {
    width: 100%;
    margin-bottom: 30px;
  }

  ._33-percent-column.column-start {
    width: 100%;
    padding-left: 0;
  }

  ._33-percent-column.top-center.w--current {
    padding-bottom: 0;
  }

  .menu-transparent-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-background {
    padding-left: 5px;
    padding-right: 5px;
  }

  .button {
    min-width: 180px;
  }
}


