#about {
  text-align: justify;
  position: relative; }
  #about p {
    margin-bottom: 1rem; }
  #about h2 {
    text-align: center; }

@media only screen and (min-width: 768px) {
  #about {
    -webkit-box-shadow: 0px 0px 29px 28px white;
    -moz-box-shadow: 0px 0px 29px 28px white;
    box-shadow: 0px 0px 29px 28px white; } }

.booking-date-picker-loader {
  display: inline-block;
  width: 100%;
  height: 28%;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  background-color: #DDDBDD; }
  .booking-date-picker-loader:not(.loading) {
    display: none; }
  .booking-date-picker-loader::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0));
    animation: shimmer 1.5s infinite;
    content: ''; }

@keyframes shimmer {
  100% {
    transform: translateX(100%); } }

.booking-container {
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 100%;
  bottom: -100%;
  transition: all 0.3s ease-in-out;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  z-index: 100; }
  .booking-container.show {
    bottom: 0; }
  .booking-container .booking-calendar-container.loading {
    display: none; }
  .booking-container .navigation {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .booking-container .navigation > * {
      padding: 1rem 1.5rem;
      background-color: #b0cba6;
      border: 0;
      margin: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline; }
      .booking-container .navigation > *:nth-child(1), .booking-container .navigation > *:nth-child(2) {
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem; }
      .booking-container .navigation > *:nth-child(3), .booking-container .navigation > *:nth-child(4) {
        border-bottom-left-radius: 0.5rem;
        border-top-left-radius: 0.5rem; }
    .booking-container .navigation #booking-close {
      display: none; }
  .booking-container form {
    height: 100%;
    padding: 1rem 0 7rem;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap; }
    .booking-container form > div > div {
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      flex-flow: column;
      box-sizing: border-box;
      justify-content: space-between; }
      .booking-container form > div > div:not(:first-of-type) {
        padding: 0 1rem; }
      .booking-container form > div > div h2 {
        font-size: 1.2rem;
        text-align: center; }
    .booking-container form > div:first-child {
      position: relative;
      flex-grow: 3;
      padding-bottom: 1rem; }
      .booking-container form > div:first-child > div {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff; }
        .booking-container form > div:first-child > div:not(.active) {
          left: 100%; }
        .booking-container form > div:first-child > div.active {
          z-index: 10; }
    .booking-container form > div:nth-child(1) > div:nth-child(2) {
      padding: 0 1rem;
      box-sizing: border-box; }
    .booking-container form .dyn-label {
      position: relative;
      box-sizing: border-box;
      display: flex;
      flex-flow: column nowrap; }
      .booking-container form .dyn-label span {
        margin-bottom: 0.25rem; }
      .booking-container form .dyn-label input,
      .booking-container form .dyn-label textarea {
        padding: 0.3rem 0.8rem;
        border-radius: 0.5rem;
        border: 1px solid rgba(0, 0, 0, 0.125);
        resize: none; }
  .booking-container .counters {
    display: flex;
    justify-content: space-between; }
    .booking-container .counters div {
      flex-grow: 1;
      flex-shrink: 0;
      width: 1px; }
      .booking-container .counters div label:first-of-type {
        display: block; }
    .booking-container .counters .input-number {
      width: 80px;
      padding: 0 12px;
      vertical-align: top;
      text-align: center;
      outline: none;
      border: 1px solid #ccc;
      border-left: 0;
      border-right: 0;
      margin-left: -.3rem;
      border-radius: 0; }
    .booking-container .counters .input-number,
    .booking-container .counters .input-number-decrement,
    .booking-container .counters .input-number-increment {
      border: 1px solid #ccc;
      height: 2rem;
      user-select: none;
      box-sizing: border-box; }
    .booking-container .counters .input-number-decrement,
    .booking-container .counters .input-number-increment {
      display: inline-block;
      width: 2rem;
      line-height: 2rem;
      background: #f1f1f1;
      color: #444;
      text-align: center;
      font-weight: bold;
      cursor: pointer; }
    .booking-container .counters .input-number-decrement:active,
    .booking-container .counters .input-number-increment:active {
      background: #ddd; }
    .booking-container .counters .input-number-decrement {
      border-right: none;
      border-radius: .5rem 0 0 .5rem; }
    .booking-container .counters .input-number-increment {
      border-left: none;
      border-radius: 0 .5rem .5rem 0;
      margin-left: -.3rem; }
  .booking-container table {
    width: 100%;
    height: 28%;
    text-align: center;
    box-sizing: border-box;
    border-collapse: collapse; }
    .booking-container table td {
      padding: 0.5rem; }
      .booking-container table td:last-child,
      .booking-container table td :last-child {
        padding-right: 1.5rem; }
      .booking-container table td:first-child {
        padding-left: 1.5rem; }
      .booking-container table td.other {
        color: rgba(0, 0, 0, 0.4); }
      .booking-container table td.selected {
        animation: backgroundChange 0.05s ease-in-out forwards; }
        .booking-container table td.selected.first {
          border-top-left-radius: 0.5rem;
          border-bottom-left-radius: 0.5rem; }
        .booking-container table td.selected.last {
          border-top-right-radius: 0.5rem;
          border-bottom-right-radius: 0.5rem; }
      .booking-container table td.booked {
        background-color: #ff8e8e; }
        .booking-container table td.booked.half {
          background: white; }
          .booking-container table td.booked.half.start {
            background: linear-gradient(135deg, white 0%, white 45%, white 45%, #ff8e8e 65%, #ff8e8e 100%); }
          .booking-container table td.booked.half.end {
            background: linear-gradient(-45deg, white 0%, white 45%, white 45%, #ff8e8e 65%, #ff8e8e 100%); }
    .booking-container table th {
      padding: 0.5rem; }
      .booking-container table th:last-child {
        padding-right: 1.5rem; }
      .booking-container table th:first-child {
        padding-left: 1.5rem; }
  .booking-container .calendar-controller {
    display: flex;
    justify-content: space-between;
    margin: 0 1.5rem;
    padding: 1rem 0; }
    .booking-container .calendar-controller button {
      background: none;
      outline: none;
      border: none; }
  .booking-container .booking-date-picker {
    display: flex;
    margin: 0 auto;
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.125); }
    .booking-container .booking-date-picker .booking-date {
      position: relative; }
      .booking-container .booking-date-picker .booking-date:first-child {
        border-right: 1px solid rgba(0, 0, 0, 0.125); }
      .booking-container .booking-date-picker .booking-date h2 {
        position: absolute;
        left: 1rem;
        top: 1rem; }
      .booking-container .booking-date-picker .booking-date span {
        position: absolute;
        right: 1rem;
        top: 1rem; }
      .booking-container .booking-date-picker .booking-date label {
        display: block;
        padding: 3rem 2rem 1rem 2rem;
        font-weight: bold; }
      .booking-container .booking-date-picker .booking-date input {
        position: absolute;
        display: inline-block;
        pointer-events: none;
        opacity: 0; }
  .booking-container .summary {
    background-color: #232a32;
    color: #fff;
    margin: .5rem;
    border-radius: .5rem;
    padding: .5rem;
    font-size: .9rem; }
    .booking-container .summary h2 {
      text-align: left; }
      .booking-container .summary h2:first-of-type {
        margin-bottom: .5rem; }
    .booking-container .summary ul {
      border-bottom: 1px solid #fff;
      padding: .5rem 0;
      margin: .5rem 0; }
      .booking-container .summary ul:last-of-type {
        border-bottom: 0;
        padding: 0; }
      .booking-container .summary ul:not(:first-of-type) {
        margin: 0 0 0.5rem 0; }
        .booking-container .summary ul:not(:first-of-type) li {
          width: 100%;
          display: flex;
          justify-content: space-between; }
          .booking-container .summary ul:not(:first-of-type) li:not(:first-child) {
            margin: .5rem 0; }
  .booking-container .booking-btn {
    padding: 1rem 1.5rem;
    background-color: #b0cba6;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  .booking-container button {
    color: black; }

@media only screen and (min-width: 768px) {
  .booking-container {
    padding: 0 15%;
    box-sizing: border-box; }
    .booking-container .navigation > * {
      border-radius: .5rem; }
    .booking-container .navigation #booking-close {
      display: unset; }
    .booking-container form > div:first-child > div:not(.active) {
      left: 100vw; } }

@keyframes backgroundChange {
  0% {
    background-image: linear-gradient(to right, #b0cba6 0%, #fff 0%); }
  25% {
    background-image: linear-gradient(to right, #b0cba6 0%, #fff 50%); }
  50% {
    background-image: linear-gradient(to right, #b0cba6 50%, #fff 100%); }
  100% {
    background-image: linear-gradient(to right, #b0cba6 100%, #fff 100%); } }

#lgc > .faq {
  padding: 0;
  margin: 1rem 0;
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  /* Style the accordion panel. Note: hidden by default */ }
  #lgc > .faq h2 {
    margin-left: 1rem; }
  #lgc > .faq .accordion {
    background-color: #232a32;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    font-weight: bold; }
  #lgc > .faq .active, #lgc > .faq .accordion:hover {
    background-color: #ccc;
    color: #232a32; }
  #lgc > .faq ul {
    padding: 1rem 0 1rem 2rem;
    background-color: white;
    display: none;
    overflow: hidden;
    list-style: unset; }
    #lgc > .faq ul li {
      margin: .5rem 0; }

@media only screen and (min-width: 768px) {
  #lgc > .faq {
    margin: 1rem 15%; } }

footer div {
  position: absolute;
  height: 15%;
  width: 100%;
  top: calc(100% - 15%);
  z-index: 101;
  background-image: url(../media/nav.png);
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  footer div > * {
    position: absolute;
    font-size: 2rem;
    color: white;
    background-color: transparent;
    border: none;
    bottom: 0;
    width: 8rem; }
    footer div > *:first-child {
      left: 0; }
    footer div > *:last-child {
      right: 0; }
    footer div > *:nth-child(2) {
      background-color: #232a32;
      display: block;
      bottom: 2rem;
      left: 50%;
      transform: translateX(-50%);
      width: 3.5rem;
      height: 3.5rem;
      border-radius: 50%;
      font-size: 1.3rem;
      text-align: center; }

@media only screen and (min-width: 768px) {
  footer {
    display: none; } }

.fullscreen-gallery {
  position: relative;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.15rem;
  z-index: 150; }
  .fullscreen-gallery::before {
    transition: background-color 0.3s ease-in-out 0.15s;
    background-color: rgba(0, 0, 0, 0);
    content: ""; }
  .fullscreen-gallery.show::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 200%;
    position: fixed;
    top: 0; }
  .fullscreen-gallery.show > div {
    bottom: 0; }
  .fullscreen-gallery.show .gallery-close {
    color: #232a32;
    bottom: 5rem;
    z-index: 100; }
  .fullscreen-gallery > div {
    position: fixed;
    padding: 1rem;
    width: 100%;
    height: 100%;
    bottom: -100%;
    box-sizing: border-box;
    border-radius: 2rem;
    background-color: #fff;
    transition: bottom 0.3s ease-in-out; }
  .fullscreen-gallery button:not(.gallery-close) {
    margin: 1rem;
    width: 3rem;
    height: 3rem;
    border: 0;
    background-color: #232a32;
    color: white;
    border-radius: 50%; }
  .fullscreen-gallery img {
    position: absolute;
    max-width: 90%;
    max-height: 70%;
    left: 155vw;
    transform: translateX(-50%);
    border-radius: 2rem; }
  .fullscreen-gallery .btns {
    position: absolute;
    bottom: 16%;
    left: 50%;
    transform: translateX(-50%); }
  .fullscreen-gallery .gallery-close {
    position: fixed;
    bottom: -4rem;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0);
    transition: color 0.3s ease-in-out 0.15s;
    font-size: 3rem;
    left: 50%;
    transform: translateX(-50%); }
  .fullscreen-gallery .placeholder {
    background: #eee;
    border-radius: 1rem;
    position: relative;
    overflow: hidden;
    height: 65%; }
    .fullscreen-gallery .placeholder:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100px;
      background: linear-gradient(90deg, #eee, #f4f4f4, #eee);
      animation: gradient 1s infinite ease-in-out; }
  .fullscreen-gallery .active {
    left: 50vw; }
  .fullscreen-gallery .left-gallery {
    left: -105vw; }
  .fullscreen-gallery .right-gallery {
    left: 155vw; }

@media only screen and (min-width: 768px) {
  .fullscreen-gallery .btns {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%); }
  .fullscreen-gallery.show .gallery-close {
    color: #232a32;
    bottom: 3rem;
    z-index: 100; }
  .fullscreen-gallery > div {
    padding: 3rem; } }

@keyframes gradient {
  form {
    left: 0%; }
  to {
    left: 100%; } }

#landing {
  position: relative;
  height: 50vh;
  box-sizing: border-box;
  background-color: transparent;
  padding: 0; }
  #landing::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(/assets/media/landing3.jpg);
    height: 50vh;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -4rem;
    z-index: -1; }
  #landing div {
    position: absolute;
    bottom: 0;
    background: linear-gradient(transparent, white 40%);
    padding: 3rem 1rem 0;
    width: 100%;
    box-sizing: border-box; }
    #landing div::after {
      content: '';
      background-image: url(/assets/media/deer.jpg);
      width: 4rem;
      height: 4rem;
      position: absolute;
      left: 15rem;
      background-size: contain;
      top: 4rem;
      background-repeat: no-repeat; }
  #landing h1 {
    font-family: "Courgette", sans-serif;
    font-size: 3rem;
    line-height: 1.6;
    text-align: left; }
  #landing h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    margin-bottom: 0;
    text-align: left; }

@media only screen and (min-width: 768px) {
  #landing {
    height: 100vh; }
    #landing div {
      bottom: unset;
      background-color: white;
      padding: 1rem; }
      #landing div::after {
        content: '';
        background-image: url(/assets/media/deer.jpg);
        width: 5rem;
        height: 5rem;
        position: absolute;
        left: 14rem;
        background-size: contain;
        top: 1rem;
        background-repeat: no-repeat; }
      #landing div h1, #landing div h2 {
        text-align: left; }
    #landing::before {
      height: 100vh;
      background-position: center; } }

#lgc {
  padding: 0; }
  #lgc > article {
    padding: 1rem; }
  #lgc .intro {
    position: relative;
    padding: .3rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
    font-size: 3rem; }
    #lgc .intro a {
      margin: 0 .3rem;
      fill: #67b868; }
    #lgc .intro h2 {
      font-size: 2rem;
      font-weight: normal; }
    #lgc .intro h3 {
      font-family: 'Montserrat', sans-serif; }
    #lgc .intro > * {
      position: relative;
      z-index: 2; }

@media only screen and (min-width: 768px) {
  #lgc > article:not(.pricing) {
    margin: 1rem 15%; } }

nav {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.15rem;
  z-index: 100; }
  nav .nav-close.mobile-only {
    position: fixed;
    top: -100%;
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0);
    transition: color .3s ease-in-out .15s;
    font-size: 3rem;
    left: 50%;
    transform: translateX(-50%); }
  nav.show::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.65);
    width: 100%;
    height: 200%;
    position: fixed;
    top: 0; }
  nav.show ul {
    bottom: 0; }
  nav.show .nav-close.mobile-only {
    color: white;
    top: 8rem; }
  nav > ul {
    position: fixed;
    background-color: #fff;
    height: 75%;
    width: 100%;
    bottom: -75%;
    transition: all .3s ease-in-out;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem; }
    nav > ul li {
      margin: 0 auto;
      padding: 1rem;
      text-align: center;
      position: relative; }
      nav > ul li i {
        position: absolute;
        left: 2rem; }
      nav > ul li:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  nav::before {
    transition: background-color .3s ease-in-out .15s;
    background-color: rgba(0, 0, 0, 0);
    content: ''; }

.nav-open.screen {
  display: none; }

@media only screen and (min-width: 768px) {
  nav {
    display: unset;
    position: absolute;
    top: 7rem;
    left: 0;
    width: 100%;
    transition: top .3s ease-in-out;
    padding-bottom: .5rem;
    background-color: white; }
    nav ul {
      position: relative;
      width: unset;
      height: unset;
      display: flex;
      border-radius: 0;
      bottom: unset;
      justify-content: flex-start;
      border-bottom: 1px solid black; }
      nav ul li {
        border-bottom: 0 !important;
        margin-bottom: .3rem; } }

.photo-container {
  display: flex; }
  .photo-container.nojs {
    flex-wrap: wrap;
    justify-content: space-around; }
    .photo-container.nojs img {
      width: 10rem;
      height: 10rem;
      object-fit: cover; }
  .photo-container:not(.nojs) ul {
    display: flex;
    flex-direction: column; }

.pricing {
  position: relative;
  height: 70vh; }
  .pricing .price-box {
    position: absolute;
    width: 65%;
    height: 80%;
    left: 200vw;
    transform: translateX(-50%);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.125);
    display: flex;
    flex-direction: column;
    background-color: #fff; }
    .pricing .price-box h3 {
      font-size: 2rem;
      letter-spacing: 0.2rem;
      font-weight: normal;
      font-family: 'Montserrat', sans-serif;
      margin-bottom: 1rem; }
      .pricing .price-box h3 span {
        font-size: 0.8rem; }
    .pricing .price-box p {
      letter-spacing: 0.1rem; }
    .pricing .price-box ul {
      margin: auto 0; }
      .pricing .price-box ul li {
        padding: 1rem 0; }
        .pricing .price-box ul li:not(:last-child) {
          border-bottom: 1px solid #BABABA; }
        .pricing .price-box ul li.group {
          padding: 0.3rem 0;
          border: 0; }
          .pricing .price-box ul li.group.first {
            padding: 1rem 0 0;
            border: 0; }
          .pricing .price-box ul li.group.last {
            padding: 0 0 1rem;
            border-bottom: 1px solid #BABABA; }
        .pricing .price-box ul li span {
          float: right; }
    .pricing .price-box button {
      border: 0;
      border-radius: 1rem;
      padding: 1rem;
      margin-top: auto;
      background-color: #b0cba6;
      letter-spacing: 0.2rem;
      font-weight: bold;
      font-family: 'Montserrat', sans-serif; }
  .pricing .pricing-left {
    left: -30vw; }
  .pricing .pricing-right {
    left: 130vw; }
  .pricing .pricing-active {
    left: 50vw;
    z-index: 50; }
  .pricing .dot-nav {
    position: absolute;
    bottom: 0;
    display: flex;
    padding: 1rem;
    width: 20%;
    justify-content: space-around;
    left: 50%;
    transform: translateX(-50%); }
    .pricing .dot-nav span {
      width: .5rem;
      height: .5rem;
      border: 1px solid #BABABA;
      border-radius: 50%; }
    .pricing .dot-nav .active {
      background-color: #BABABA; }
  .pricing + p {
    text-align: center; }

@media only screen and (min-width: 768px) {
  .pricing {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    height: unset; }
    .pricing .dot-nav {
      display: none; }
    .pricing .dummy {
      display: none; }
    .pricing .pricing-left {
      left: unset; }
    .pricing .pricing-right {
      right: unset; }
    .pricing .price-box {
      position: unset;
      transform: unset;
      height: 55vh;
      margin: .5rem;
      flex-grow: 1;
      flex-shrink: 0;
      width: 20rem;
      max-width: 20rem; } }

html,
body {
  position: relative;
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100vw;
  overflow: hidden;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05rem; }

main {
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 100%; }

main > section:last-child {
  margin-bottom: 6rem; }

button:focus {
  outline: none; }

.name {
  font-family: "Courgette", sans-serif;
  margin-left: 0.3rem; }

.hidden {
  display: none !important; }

section {
  background-color: #fff;
  padding: 1rem; }

section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem; }

#place {
  margin-bottom: 0;
  padding-bottom: 15rem; }

.notification {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 1rem);
  background-color: #232a32;
  color: #fff;
  border-radius: .3rem;
  padding: .5rem;
  margin: .5rem;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  opacity: 0;
  pointer-events: none; }
  .notification h2 {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: .25rem; }
  .notification.show {
    opacity: 1; }

@media only screen and (min-width: 768px) {
  section {
    padding: 1rem 15%; }
  .notification {
    top: 12rem; } }
