body {
  color: #333;
  font-family: Merriweather, serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
}

a {
  color: #1d7423;
  font-weight: 700;
  text-decoration: none;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  max-height: 80vh;
}

.hero-image.slim {
  aspect-ratio: 2.39;
}

.banner {
  background-color: #223023;
}

.banner-text-container {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
}

.h1 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 300;
}

.banner-para {
  color: #fff;
}

.navbar {
  background-color: #223023;
  position: sticky;
  top: 0;
}

.nav-link {
  color: #fff;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav-link.w--current {
  color: #cdffc7;
}

.logo-block {
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.logo-text {
  color: #223023bf;
  text-align: center;
  font-size: 30px;
  line-height: 26px;
}

.nav-menu {
  margin-left: auto;
  margin-right: auto;
}

.container {
  flex-flow: column;
  display: flex;
}

.text-container {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.body.grey {
  background-color: #f3f3f3;
}

.h2 {
  color: gray;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
}

.h2._3 {
  font-size: 20px;
}

.booking {
  background-image: linear-gradient(#2230238c, #2230238c), url('../images/P1010406-Custom.JPG');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.email {
  color: #fff;
}

.button-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  background-color: #223023;
  border-radius: 100px;
  font-weight: 400;
}

.button.light {
  background-color: #ffffff0f;
}

.code-embed {
  color: #fff;
  text-align: center;
  background-color: #101110;
  padding: 7px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.features-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fffffff2;
  border: 1px solid #ffffff96;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 0;
  display: grid;
}

.inline-image {
  width: 100%;
  margin-bottom: 20px;
}

.calendar {
  width: 100%;
  max-width: 1280px;
  margin: 10px auto;
  padding-left: 20px;
  padding-right: 20px;
}

.small-calendar {
  margin: -5px -5px -9px;
}

.calendar-container {
  margin-top: 21px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .booking {
    background-image: linear-gradient(#223023de, #223023de), url('../images/P1010406-Custom.JPG');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }
}

@media screen and (max-width: 767px) {
  .nav-link {
    padding: 13px 8px;
  }

  .booking {
    background-image: linear-gradient(#223023e0, #223023e0), url('../images/P1010406-Custom.JPG');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
  }

  .features-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .features-list {
    grid-template-columns: 1fr;
  }
}


