@media (max-width: 700px) {
  body {
    overflow-x: hidden;
  }

  h1.serif {
    font-size: 2rem;
    line-height: 2.2rem;
    width: 100%;
  }

  h1.serif.big {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .banner .inner img {
    height: 3rem;
    margin-top: 8rem;
  }

  .book, form {
    flex-direction: column !important;
  }

  .book button, form button {
    width: 100%;
  }

  .banner .inner {
    width: calc(100% - 2rem);
    padding: 1rem;
  }

  .section h1 {
    font-size: 2rem;
  }

  .split {
    flex-direction: column;
  }

  .section {
    padding: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    width: calc(100vw - 2rem);
  }

  input {
    width: calc(100% - 47px) !important;
  }

  .banner-above {
    margin-bottom: calc(100vh + 1rem);
  }

  .accomodations {
    flex-direction: column;
    position: static;
    padding: 0px;
    overflow: visible;
  }

  .accomodation {
    width: calc(100% - 3rem);
    min-width: 0px;
  }

  .reviews {
    column-count: 1;
  }

  .review {
    margin-bottom: 2rem;
  }

  footer {
    padding: 1rem;
    width: calc(100vw - 2rem);
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .footer-outer {
    display: block;
  }

  .footer-items {
    width: 100%;
    flex-direction: column;
  }

  .right {
    display: none;
  }

  nav {
    opacity: 1;
    text-align: center;
  }

  p.centered {
    padding: 0px;
  }

  *::before, *::after {
    outline: 1px solid blue; /* Highlight pseudo-elements */
}

*::-webkit-scrollbar {
    display: none;
  }
  
  /* Hide scrollbar for IE, Edge and Firefox */
  * {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  html, body {
    overflow-x: hidden;
    margin: 0;
}

.buttons {
  display: block;
  width: 100%;
  gap: 1rem;
}
}
