:root {
  --light-brown: #b87f52;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
  --white: white;
  --black: black;
  --olive-green: #8f8761;
}

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

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

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

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

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.navbar-no-shadow {
  z-index: 100;
  box-sizing: border-box;
  aspect-ratio: auto;
  border-bottom: 1px solid var(--light-brown);
  background-color: #fff;
  flex-flow: row;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  flex: 1;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}

.container-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: bottom;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  align-self: flex-end;
  display: flex;
}

.nav-menu {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  vertical-align: baseline;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  text-align: center;
  letter-spacing: .25px;
  margin-left: 0;
  margin-right: 0;
  padding: 5px 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  margin-left: 0;
}

.nav-button-wrapper {
  flex-flow: row;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #8f8761;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #69714c;
}

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

.hero {
  background-image: linear-gradient(#f1eff21a, #f1eff21a), url('../images/Arnaud_Domange_Photo_210806Jour-Shoot-1324-Edit.jpg');
  background-position: 0 0, 50% 32%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  overflow: hidden;
}

.button-primary-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #bd7d4f;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-copy:hover {
  color: #fff;
  background-color: #ad6956;
}

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

.body {
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.list-item {
  font-size: 16px;
  font-weight: 500;
}

.below-navbar {
  height: 110px;
}

.every-section-header-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.container-large {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.section-header-text {
  color: #0d6b87;
  text-transform: uppercase;
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  top: auto;
}

.section-header-text.relative-styling {
  color: #b87f52;
  line-height: 1.4;
  position: absolute;
  top: auto;
}

.advertise-box-1 {
  background-image: linear-gradient(#b87f52, #b87f52);
  width: 100%;
  height: 470px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.padding-section-medium {
  margin-left: auto;
  margin-right: auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.adlvertising-card-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.options {
  margin-top: 0;
}

.every-section-header-line {
  background-color: #b87f52;
  width: 100%;
  height: 1px;
  position: absolute;
}

.advertising-column-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.advertising-column-1:hover {
  background-color: #0f6b8747;
}

.spacer-small {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
}

.heading-3 {
  filter: hue-rotate(121deg);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 36px;
  font-weight: 600;
  line-height: 50px;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.footer {
  color: var(--light-brown);
}

.section-4 {
  padding-top: 50px;
  display: block;
}

.reserve-your-table {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.menu {
  margin-top: 0;
}

.rl_footer4_credit-text {
  color: var(--light-brown);
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.rl_footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer4_line-divider {
  background-color: var(--light-brown);
  width: 100%;
  height: 1px;
}

.rl_footer4_spacing-block1 {
  text-align: right;
  width: 100%;
  padding-bottom: 0;
}

.rl-social-icon {
  color: var(--light-brown);
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer4_social-link {
  color: var(--relume-library-lite--rl-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_link {
  color: var(--light-brown);
  text-align: center;
  font-family: EB Garamond, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.rl_footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-3 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
  color: var(--light-brown);
}

.text-block {
  color: var(--light-brown);
  font-size: 16px;
}

.our-story {
  margin-top: 0;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.rl_layout1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.rl-text-style-subheading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: EB Garamond, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl_layout1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.map {
  margin-top: 60px;
}

.rl-text-style-medium-3 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-text-style-medium-3.is-white {
  color: #fff;
  font-family: EB Garamond, sans-serif;
  line-height: 2;
}

.rl-text-style-medium-3.is-white.max-height {
  color: var(--relume-library-lite--rl-white);
  max-width: 366px;
  font-size: 20px;
  line-height: 1.3;
}

.rl_heading1_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h1 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-heading-style-h1.is-white {
  color: #fff;
  font-family: EB Garamond, sans-serif;
}

.rl-heading-style-h1.is-white.max-size {
  font-size: 32px;
}

.rl_header5_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.header5_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.rl-container-large-4 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_section_header5 {
  background-image: linear-gradient(#1615155e, #1615155e), url('../images/Arnaud_Domange_Photo_210806Jour-Shoot-1324-Edit.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  position: relative;
}

.text-span {
  color: #dbb85dde;
}

.portfolio-col {
  padding-left: 0;
  padding-right: 5%;
}

.potfolio-photo-block {
  margin-top: 20px;
  margin-left: -1px;
  display: inline-block;
}

.lightbox-link {
  cursor: auto;
  background-color: #30262e;
  border-bottom-style: none;
  width: 100%;
  transition: transform .5s cubic-bezier(.25, .46, .45, .94);
  display: block;
  overflow: hidden;
}

.lightbox-link:hover {
  transform: scale(.95);
}

.lightbox-thumb {
  transition: transform .5s;
}

.lightbox-thumb:hover {
  transform: scale(1.2);
}

.section-5, .container-2 {
  display: none;
}

.reserve-opentable-container {
  z-index: 1;
  text-align: center;
  max-height: 100px;
  position: sticky;
}

.container-3 {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.link, .link-2 {
  color: var(--light-brown);
  text-decoration: none;
}

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

.rl_footer4_spacing-block1-copy {
  text-align: left;
  width: 100%;
  padding-bottom: 0;
}

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

.gallery {
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}

.code-embed {
  margin-top: 10px;
}

.text-block-2 {
  color: var(--relume-library-lite--rl-white);
}

.advertising-column-1-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 8px;
  transition: background-color .3s;
  position: relative;
  overflow: hidden;
}

.advertising-column-1-copy:hover {
  background-color: #0f6b8747;
}

.map-2 {
  background-color: #b87f52;
}

.box-col-1 {
  background-color: var(--light-brown);
  width: 100%;
  height: 470px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.advertise-box-2 {
  background-color: var(--light-brown);
  width: 100%;
  height: 470px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.price-text1 {
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 18px;
  line-height: 30px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0);
}

.advertise-box-3 {
  background-color: var(--light-brown);
  width: 100%;
  height: 470px;
  margin-left: 0;
  margin-right: 0;
  text-decoration: none;
}

.price-text-mobile {
  color: #fff;
  text-align: center;
  background-color: #0d6b87;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  inset: auto 0% 0%;
  transform: translate(0);
}

.price-text-mobile.mobile-view {
  background-color: #0d6b87;
  display: none;
}

.heading-4 {
  filter: hue-rotate(121deg);
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 44px;
  line-height: 60px;
}

.adlvertising-card-grid-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.text-block-3 {
  color: #292828;
  text-align: center;
  font-size: 25px;
  line-height: 60px;
  text-decoration: none;
}

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

.link-3 {
  color: #292828;
}

.text-block-4 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 40px;
  font-size: 24px;
  display: none;
}

@media screen and (min-width: 1280px) {
  .navbar-no-shadow {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: inline-flex;
    position: fixed;
  }

  .container-regular {
    max-width: 100vw;
  }

  .every-section-header-container {
    max-width: 1160px;
  }

  .advertise-box-1, .advertise-box-1.w--current {
    width: 370px;
  }

  .heading-3 {
    font-size: 48px;
  }

  .rl_section_header5 {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/Arnaud_Domange_Photo_210806Jour-Shoot-1324-Edit.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .box-col-1, .box-col-1.w--current, .advertise-box-2, .advertise-box-2.w--current, .advertise-box-3, .advertise-box-3.w--current {
    width: 370px;
  }

  .heading-4 {
    font-size: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .every-section-header-container {
    color: var(--light-brown);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    display: flex;
  }

  .section-header-text {
    justify-content: center;
    align-items: center;
    font-size: 36px;
    display: inline-block;
  }

  .section-header-text.relative-styling {
    margin-bottom: 0;
  }

  .advertise-box-1, .advertise-box-1.w--current {
    width: 370px;
  }

  .every-section-header-line {
    background-color: var(--light-brown);
    color: var(--light-brown);
    width: 100%;
    height: 1px;
    padding-right: 0;
  }

  .advertising-column-1 {
    width: 370px;
    margin-left: 0;
  }

  .heading-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .advertising-column-1-copy {
    width: 370px;
    margin-left: 0;
  }

  .box-col-1, .box-col-1.w--current, .advertise-box-2, .advertise-box-2.w--current {
    width: 370px;
  }

  .price-text1 {
    width: 370px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .advertise-box-3, .advertise-box-3.w--current {
    width: 370px;
  }

  .price-text-mobile {
    width: 370px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .advertising-column-1, .advertising-column-1-copy {
    width: 370px;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

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

  .every-section-header-container {
    justify-content: center;
    align-items: center;
    max-width: 100vw;
    margin-bottom: 60px;
    position: relative;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .section-header-text {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .section-header-text.relative-styling {
    font-size: 1.75rem;
    top: auto;
  }

  .advertise-box-1 {
    height: 470px;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .adlvertising-card-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .options {
    margin-top: 0;
  }

  .every-section-header-line {
    max-width: 90vw;
    position: absolute;
  }

  .advertising-column-1 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .reserve-your-table, .menu {
    margin-top: 0;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 0;
  }

  .rl_footer4_link-list {
    grid-column-gap: 1rem;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .our-story {
    margin-top: 0;
  }

  .rl_layout1_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .map {
    margin-top: 0;
  }

  .rl-heading-style-h1 {
    font-size: 3.25rem;
  }

  .reserve-opentable-container {
    z-index: 10;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-height: 350px;
    display: flex;
    position: static;
  }

  .rl_footer4_spacing-block1-copy {
    padding-bottom: 0;
    font-weight: 600;
  }

  .text-span-2 {
    font-weight: 700;
  }

  .gallery {
    margin-top: 0;
  }

  .advertising-column-1-copy {
    width: 100%;
  }

  .box-col-1 {
    width: 350px;
    height: 350px;
  }

  .price-text1 {
    padding: 8px;
    font-size: 16px;
    line-height: 28px;
  }

  .price-text-mobile {
    padding: 8px;
  }

  .price-text-mobile.mobile-view {
    background-color: #0000;
    display: block;
  }

  .heading-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .adlvertising-card-grid-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .every-section-header-container {
    max-width: 100vw;
    margin-bottom: 60px;
    position: relative;
  }

  .spacer-large {
    padding-top: 2rem;
  }

  .section-header-text {
    font-size: 1.5rem;
  }

  .section-header-text.relative-styling {
    font-size: 1.5rem;
    line-height: 1.4;
    position: absolute;
    top: auto;
  }

  .advertise-box-1 {
    width: 100%;
    height: 270px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .advertise-box-1.w--current {
    width: 100%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .adlvertising-card-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .every-section-header-line {
    position: absolute;
  }

  .advertising-column-1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .spacer-small {
    padding-top: 1.25rem;
  }

  .heading-3 {
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    line-height: 40px;
    display: block;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .rl_footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .rl_footer4_spacing-block1 {
    text-align: center;
    padding-bottom: 1rem;
  }

  .rl_footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_top-wrapper {
    grid-row-gap: 1rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_layout1_spacing-block-1 {
    padding-bottom: .75rem;
  }

  .rl_layout1_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl-text-style-medium-3 {
    font-size: 1rem;
  }

  .rl_heading1_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .portfolio-col {
    padding-right: 0%;
  }

  .div-block {
    flex-flow: column;
    align-items: center;
  }

  .rl_footer4_spacing-block1-copy {
    text-align: center;
    padding-bottom: 1rem;
  }

  .advertising-column-1-copy {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .box-col-1 {
    width: 350px;
    height: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .box-col-1.w--current {
    width: 100%;
  }

  .advertise-box-2 {
    width: 100%;
    height: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .advertise-box-2.w--current {
    width: 100%;
  }

  .price-text1 {
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
  }

  .advertise-box-3 {
    width: 100%;
    height: 270px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .advertise-box-3.w--current {
    width: 100%;
  }

  .price-text-mobile {
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-size: 1rem;
    line-height: 1.5;
    display: block;
  }

  .heading-4 {
    flex-direction: column;
    align-items: center;
    font-size: 25px;
    line-height: 40px;
    display: block;
  }

  .adlvertising-card-grid-copy {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-block-3 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .every-section-header-container {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .section-header-text {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .section-header-text.relative-styling {
    text-align: center;
    top: auto;
  }

  .advertise-box-1 {
    width: 100%;
    height: 270px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .advertise-box-1.w--current {
    width: 100%;
    height: 200px;
  }

  .every-section-header-line {
    width: 1160px;
  }

  .advertising-column-1 {
    width: 100%;
    height: 100%;
  }

  .heading-3 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
  }

  .rl_footer4_top-wrapper {
    padding-bottom: 20px;
  }

  .rl-text-style-medium-2 {
    margin-top: 1rem;
  }

  .rl_layout1_component {
    grid-template-columns: 1fr;
  }

  .potfolio-photo-block {
    margin-top: 0;
  }

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

  .advertising-column-1-copy {
    width: 100%;
    height: 100%;
  }

  .box-col-1 {
    width: 100%;
    height: 270px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .box-col-1.w--current {
    width: 100%;
    height: 200px;
  }

  .advertise-box-2 {
    width: 100%;
    height: 270px;
  }

  .advertise-box-2.w--current {
    width: 100%;
    height: 200px;
  }

  .price-text1 {
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-size: .875rem;
    line-height: 1.5;
    display: block;
  }

  .advertise-box-3 {
    width: 100%;
    height: 270px;
  }

  .advertise-box-3.w--current {
    width: 100%;
    height: 200px;
  }

  .price-text-mobile {
    margin-left: 0;
    margin-right: 0;
    padding: 8px;
    font-size: .875rem;
    line-height: 1.5;
    display: block;
  }

  .heading-4 {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    line-height: 40px;
  }
}

#w-node-e0911ac7-b856-2628-bb7b-5da7046ac6f8-8b58dbe8 {
  justify-self: start;
}

#w-node-e0911ac7-b856-2628-bb7b-5da7046ac705-8b58dbe8 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-e0911ac7-b856-2628-bb7b-5da7046ac6f8-8b58dbe8, #w-node-e0911ac7-b856-2628-bb7b-5da7046ac705-8b58dbe8 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e0911ac7-b856-2628-bb7b-5da7046ac714-8b58dbe8 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e0911ac7-b856-2628-bb7b-5da7046ac6f8-8b58dbe8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


