:root {
  --dim-grey: #4d4845;
  --linen: #f7eadc;
  --tan: #b5a38f;
  --black: #333;
  --tan-2: #b5a38f;
  --white-smoke: #f6f4f1;
}

body {
  color: var(--dim-grey);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  direction: ltr;
  color: var(--dim-grey);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

p {
  letter-spacing: 1.5px;
  margin-bottom: 313px;
  font-size: 18px;
  line-height: 30px;
}

.l-hero-section {
  color: var(--linen);
  background-color: #121811;
  background-image: url('../images/martin-intro-photo2x.png');
  background-position: 75%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  height: 750px;
  min-height: 500px;
  display: flex;
  position: relative;
}

.l-hero-section__content {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 583px;
  display: block;
}

.o-logo__large-text {
  letter-spacing: 6px;
  font-size: 37px;
  font-weight: 500;
  line-height: 46px;
}

.o-logo {
  text-transform: uppercase;
  margin-bottom: 90px;
  display: block;
}

.o-logo.o-logo--bookingsection {
  margin-bottom: 0;
}

.o-logo__small-text {
  letter-spacing: 3px;
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
}

.o-logo__divider {
  background-color: var(--tan);
  width: 60px;
  height: 2px;
  margin-top: 17px;
  margin-bottom: 13px;
  display: inline-block;
}

.c-cta {
  letter-spacing: 1.5px;
  text-transform: uppercase;
  background-color: #8f4d4d;
  margin: 30px 0 0;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.c-cta:hover {
  color: #fff;
  background-color: #692323;
}

.c-cta.o-hero-button {
  margin-top: 70px;
}

.c-cta.c-cta--bookingsection {
  margin-top: 50px;
}

.o-hero-text--seo {
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.l-centred-section {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 110px;
  display: flex;
}

.l-centred-section.l-centred-section--booking {
  background-color: var(--dim-grey);
  color: var(--linen);
  padding-top: 120px;
  padding-bottom: 120px;
}

.body {
  color: var(--dim-grey);
  font-family: gill-sans-nova, sans-serif;
}

.l-centred-section__content {
  text-align: center;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.heading {
  color: var(--black);
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
}

.c-divider {
  background-color: var(--tan-2);
  width: 70px;
  height: 2px;
  margin: 20px auto 25px;
  display: block;
}

.heading-2 {
  margin-bottom: 0;
  font-weight: 600;
}

.heading-2.o-booking-header {
  color: var(--linen);
}

.c-price-row {
  border-bottom: 1px solid var(--linen);
  text-align: left;
  border-radius: 1px;
  flex-wrap: wrap;
  place-content: space-between;
  align-items: stretch;
  width: 480px;
  max-width: 100%;
  margin-top: 14px;
  padding-bottom: 19px;
  display: flex;
}

.c-price-row.is--last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.c-price-row__title {
  letter-spacing: 1px;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.c-price-row__description {
  flex: 0 auto;
  order: 0;
  align-self: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 3px;
  display: block;
}

.c-price-row__price {
  letter-spacing: 1px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  font-weight: 600;
  display: block;
}

.l-image-section {
  justify-content: center;
  display: flex;
}

.l-image-section__container {
  width: 1100px;
}

.c-2col-image {
  width: 100%;
  margin-right: 0;
}

.c-2col-image.is--first {
  margin-right: 10px;
}

.c-2col-image.is--last {
  margin-left: 10px;
  margin-right: 0;
}

.c-3col-image {
  width: 100%;
  margin-right: 0;
}

.c-address {
  text-align: center;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 30px;
}

.l-guestbook-section {
  background-color: var(--white-smoke);
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 110px;
  display: block;
}

.l-guestbook-section__container123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "."
                 "Area" 0
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.c-guestbook-text {
  letter-spacing: .5px;
  padding: 0 60px;
  font-size: 19px;
  line-height: 30px;
}

.l-guestbook-section__container {
  text-align: center;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.bold-text, .bold-text-2 {
  margin-top: 15px;
  display: inline-block;
}

.l-boking-section {
  background-color: var(--dim-grey);
  padding-top: 80px;
  padding-bottom: 90px;
  padding-right: 0;
}

.columns {
  width: 1100px;
}

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

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

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

@media screen and (min-width: 1440px) {
  .l-hero-section {
    background-position: 100%;
  }
}

@media screen and (max-width: 991px) {
  .l-hero-section {
    background-position: 67%;
    height: 500px;
  }

  .l-hero-section__content {
    max-width: 450px;
  }

  .o-logo__large-text {
    font-size: 24px;
    line-height: 33px;
  }

  .o-logo {
    margin-bottom: 30px;
  }

  .o-logo__small-text {
    font-size: 13px;
    line-height: 19px;
  }

  .c-cta.o-hero-button {
    margin-top: 20px;
  }

  .c-guestbook-text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .l-image-2col-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    margin-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .l-hero-section {
    background-position: 77%;
    background-size: auto 100%;
    height: 480px;
    min-height: auto;
  }

  .c-3col-image {
    margin-bottom: 0;
  }

  .column, .column-3, .column-4 {
    margin-bottom: 20px;
  }

  .column-5 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .l-hero-section {
    background-color: #1a2119;
    background-image: url('../images/martin-intro-photo-mobile2x.png');
    background-position: 50% 107%;
    background-size: contain;
    align-items: flex-start;
    height: 93vh;
    min-height: 780px;
  }

  .l-hero-section__content {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .o-logo__large-text {
    letter-spacing: 3px;
    font-size: 5.5vw;
    font-weight: 400;
    line-height: 30px;
  }

  .o-logo {
    margin-bottom: 30px;
  }

  .o-logo__small-text {
    letter-spacing: 2.5px;
    font-size: 3vw;
    font-weight: 500;
    line-height: 20px;
  }

  .o-logo__divider {
    margin-top: 16px;
    margin-bottom: 8px;
  }

  .c-cta.o-hero-button {
    margin-top: 12px;
    padding: 12px 20px;
  }

  .o-hero-text--seo {
    line-height: 26px;
  }

  .l-centred-section.l-centred-section--hours {
    background-image: url('../images/opening-hours-mobile.png');
    background-position: 0 100%;
    background-size: cover;
    margin-top: 100px;
    padding-bottom: 39vh;
  }

  .heading-2.o-hours-text {
    color: var(--white-smoke);
  }

  .c-price-row {
    border-bottom-style: solid;
  }

  .c-price-row.hours-border {
    border-bottom-color: #b5a38f6e;
  }

  .c-price-row__title.o-hours-text, .c-price-row__price.o-hours-text {
    color: var(--white-smoke);
  }

  .l-image-section.hide-mobile {
    display: none;
  }

  .l-guestbook-section {
    background-image: url('../images/guest-book-nobile.png');
    background-position: 50% 100%;
    background-size: cover;
    padding-bottom: 30vh;
  }
}


