:root {
  --primary: #3f5f4b;
  --light: #5ea077;
  --white: white;
  --black: black;
}

body {
  color: var(--primary);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #303030;
  max-width: 650px;
  margin: 20px auto 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--light);
  text-decoration: none;
}

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

strong {
  font-weight: bold;
}

.head {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.nav {
  background-color: rgba(25, 44, 32, .85);
  height: 60px;
  margin-top: -60px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.foot {
  background-color: var(--primary);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
}

.hero-image {
  text-align: center;
}

.hero {
  object-fit: cover;
  align-self: center;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.hero.small {
  height: 60vw;
  max-height: 80vh;
}

.hero-overlay {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-container {
  background-color: #fff;
  border: 3px solid #3f5f4b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 24px 99px;
  display: flex;
}

.logo {
  color: var(--primary);
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 60px;
  font-weight: 400;
}

.logo.sub {
  letter-spacing: 3px;
  margin-top: 13px;
  font-size: 18px;
  line-height: 1.2em;
}

.nav-link {
  float: none;
  clear: none;
  color: #fff;
  text-align: center;
  flex: 0 auto;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 14px;
  font-size: 18px;
  font-weight: 700;
}

.nav-link.w--current {
  color: var(--light);
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 54px 20px;
}

.container.grey {
  background-color: rgba(0, 0, 0, .05);
}

.nav-menu {
  float: none;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 60px;
  display: flex;
}

.logo-container-contianer {
  background-color: #fff;
  padding: 4px;
}

.heading {
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.line {
  background-color: var(--primary);
  opacity: .36;
  width: 20%;
  max-width: 100px;
  height: 2px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.subhead {
  text-transform: uppercase;
  margin-top: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1em;
  display: block;
}

.paragraph {
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.slider {
  height: 100vw;
  max-height: 100vh;
}

.slide-nav {
  margin-bottom: 60px;
}

.arrow-icon {
  text-shadow: 0 4px 4px rgba(0, 0, 0, .33);
}

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

.button {
  background-color: var(--primary);
  text-transform: none;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-weight: 700;
}

.key-features-container {
  background-color: var(--primary);
  text-align: center;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  justify-content: center;
  align-items: center;
  padding: 30px 20px;
  display: flex;
}

.key-features-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 17px;
  display: grid;
}

.key-feature {
  color: rgba(255, 255, 255, .73);
  margin-left: 10px;
  margin-right: 10px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3em;
}

.email {
  word-break: break-all;
  overflow-wrap: break-word;
}

.image-grid-banner {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  align-items: stretch;
  width: 100vw;
  margin-top: 2px;
  margin-bottom: 2px;
  display: grid;
}

.image-in-grid {
  flex: 0 10%;
  max-height: none;
  display: block;
}

.center {
  text-align: center;
}

.cottage-imag {
  max-width: 1280px;
  max-height: none;
  margin: 20px auto;
  display: block;
}

.map {
  max-width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.things-to-do-section {
  margin-top: 30px;
  margin-bottom: 40px;
}

.calendar-container {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.mini-calendar-container {
  max-width: 650px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.foot-list {
  text-align: center;
  max-width: 650px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-left: 0;
}

.code-embed {
  color: rgba(255, 255, 255, .69);
  text-align: center;
  background-color: rgba(0, 0, 0, .21);
  padding: 5px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.image-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-caption {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: var(--white);
  background-color: rgba(41, 53, 33, .55);
  height: 28px;
  padding: 6px 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  display: block;
}

.image-caption-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1280px;
  margin-top: -48px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.banner {
  aspect-ratio: 2.39;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .logo-container {
    padding: 2vw 4vw;
  }

  .logo {
    font-size: 6vw;
  }

  .logo.sub {
    font-size: 2vw;
  }

  .slider {
    height: 100vw;
  }

  .image-grid-banner {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    letter-spacing: 0;
  }

  .logo-container-contianer {
    margin-left: 73px;
    margin-right: 73px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    height: 40px;
    margin-top: -40px;
  }

  .logo {
    line-height: 22px;
  }

  .logo.sub {
    letter-spacing: 0;
    margin-top: 2px;
    font-size: 10px;
    font-weight: 700;
  }

  .nav-link {
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-menu {
    background-color: var(--primary);
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logo-container-contianer {
    margin-left: 0;
    margin-right: 0;
  }

  .slide-nav {
    margin-bottom: 30px;
  }

  .arrow-icon {
    margin-left: 0;
    margin-right: 0;
  }

  .arrow-width {
    width: 40px;
  }

  .menu-button {
    background-color: rgba(200, 200, 200, 0);
    padding: 10px;
  }

  .menu-button.w--open {
    background-color: var(--light);
  }

  .icon {
    color: var(--white);
  }
}

#w-node-_70db4048-6bab-a2ff-a8ee-783bcc2d2447-5be9d2c4, #w-node-_70db4048-6bab-a2ff-a8ee-783bcc2d2447-6a1e0c1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


