/***START OF _RESET 1 */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  position: relative;
  scroll-behavior: smooth;
}

@font-face {
  font-family: "FournierRegular";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/FournierMTPro-Regular.woff2);
}
@font-face {
  font-family: "FournierRegular";
  font-style: italic;
  font-weight: normal;
  src: url(/fonts/FournierMTPro-Italic.woff2);
}
@font-face {
  font-family: "LinoscriptRegular";
  font-style: normal;
  font-weight: normal;
  src: url(/fonts/linoscriptstd-webfont.woff2);
}
* {
  font-family: "FournierRegular";
  font-style: "Normal";
  font-stretch: "Normal";
  font-variant-numeric: oldstyle-nums;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
ul,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them 
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*/
html {
  background: #21343b;
  height: 100vh;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

p {
  color: #787878;
}

/* unvisited link */
a:link {
  color: #787878;
}

/* visited link */
a:visited {
  color: #787878;
}

/* mouse over link */
a:hover {
  color: #21343b;
  text-decoration: underline;
}

/* selected link */
a:active {
  color: #787878;
}

/* LAYOUT AREAS */
/* OFF #fondo {
    width: 100vw;
    max-width: 1000px;
    margin: 0px auto;
    background: #f2efe2;
    height: 25vh;
    z-index: -10;
    position: fixed;
} */
body {
  width: 100%;
  max-width: 1000px;
  margin: 0px auto;
  background: white;
  min-height: 100vh;
}

/* OFF #above-main{
    padding: 0px 35px;
    background: green;
} */
.main-wrapper {
  min-height: 100vh;
}

.main {
  padding: 0px 35px;
}

header {
  padding: 0px 35px;
}

/* FOOTER */
.main-wrapper > .footer-zone {
  margin: 0px 35px;
  border-top: 1px solid #a2a2a2;
  padding: 10px 0px 30px 0px;
  margin-top: 100px;
  display: grid;
  grid-template-columns: 1fr 50px;
  top: 100vh;
  position: sticky;
}

.nav-footer-left {
  list-style-type: none;
  padding: 0px 0px;
  justify-content: left;
  margin-right: 10px;
}

.nav-footer-right {
  list-style-type: none;
  padding: 0px 0px;
  width: 100%;
  justify-content: right;
}

.nav-footer-left,
.nav-footer-right a {
  color: #787878;
  margin-right: 12px;
  font-size: 16px;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  transition: border-color 0.12s ease;
}
.nav-footer-left ul.footer-address,
.nav-footer-right a ul.footer-address {
  list-style: none;
  padding-left: 0;
}
.nav-footer-left ul.footer-address li,
.nav-footer-right a ul.footer-address li {
  display: inline;
}

.footer-zone .nav-footer a:hover {
  color: black;
}

/* HEADER */
.logo-container {
  background-color: #f2efe2;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-left: -35px;
  margin-right: -35px;
  padding-left: 35px;
  padding-right: 35px;
  z-index: 99;
}

.AA {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}

.logo-container .logo {
  margin-right: 30px;
}

.logo-container .logo a {
  font-family: "LinoscriptRegular";
  font-style: "Normal";
  font-stretch: "Normal";
  font-size: 71px;
  line-height: 100%;
  font-weight: normal;
  margin-top: 30px;
  padding-top: 50px;
  text-decoration: none;
  color: #355356;
}

.logo-container .logo a:hover {
  opacity: 0.6;
}

.tagline {
  color: #7f7f7f;
  font-size: 22px;
  margin-left: 28px;
}

.nav-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  padding-bottom: 25px;
  padding-top: 15px;
  padding-left: 0px;
  width: 100%;
  margin-bottom: 0px;
  font-size: 16px;
}

.nav-header a {
  text-decoration: none;
  font-weight: normal;
  color: #888888;
  border-bottom: 1px solid transparent;
  transition: border-color 0.12s ease;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.075em;
  font-size: 23px;
}

.nav__link.nav__link--active {
  color: #355356;
  text-decoration: underline;
}

.nav-header a:hover,
.footer-zone a:hover,
.mobb a:hover {
  color: black;
  text-decoration: underline;
}

/* MOBILE MENU */
#hamburger-icon,
#hamburger-icon-close {
  margin: auto 0;
  display: none;
  cursor: pointer;
  transition-property: transform;
  transition-duration: 0.4s;
  top: 3px;
}

#hamburger-icon:hover {
  opacity: 0.55;
}

#hamburger-icon-close:hover {
  opacity: 0.55;
}

#hamburger-icon div,
#hamburger-icon-close div {
  width: 30px;
  height: 2px;
  background-color: #355356;
  margin: 6px 0;
}

#hamburger-icon-close div {
  opacity: 0;
}

.open .bar1 {
  transform: rotate(-45deg) translate(-6px, 6px);
  transition-property: transform;
  transition-duration: 0.3s;
}

.open .bar2 {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.open .bar3 {
  transform: rotate(45deg) translate(-6px, -6px);
  transition-property: transform;
  transition-duration: 0.3s;
}

.bar1 {
  transform: rotate(0deg) translate(0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
}

.bar2 {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.3s;
}

.bar3 {
  transform: rotate(0deg) translate(0, 0);
  transition-property: transform;
  transition-duration: 0.3s;
}

#hamburger-icon {
  display: none;
}

#hamburger-icon-close {
  display: none;
}

.open #hamburger-icon-close {
  opacity: 1;
}

.open #hamburger-icon {
  /*   display: none; */
}

.mobile-menu {
  display: none;
}

.nav__link .nav__link--active {
  color: #355356;
  text-decoration: underline;
}

/* TYPOGRAPHY */
p {
  font-size: 17.5px;
  line-height: 130%;
  margin-bottom: 12px;
  color: #787878;
}

.hero-blurb p {
  padding-top: 0px;
  font-size: 27px;
  line-height: 130%;
  color: #8c8c8c;
  font-style: normal;
}

.hero-blurb a {
  color: #8c8c8c;
}

h4,
h3,
.booking-card-subheading,
.feature-card-subheading,
.amenitiesHeading {
  font-size: 24px;
  margin-top: -10px;
  font-weight: normal;
  color: #355356;
  margin-bottom: 12px;
  line-height: 1.15;
}

h4 {
  margin-top: 35px;
  margin-bottom: 5px;
}

.booking-card-subheading {
  margin-bottom: 10px;
}

.page-heading {
  font-size: 30px;
  font-weight: normal;
  color: #355356;
  border-top: #a2a2a2 solid 1px;
  padding-top: 4px;
  margin-bottom: 3px;
  margin-top: 0px;
  line-height: 1.65;
}

h5,
h6 {
  font-size: 20px;
  font-variant-caps: all-small-caps;
  letter-spacing: 0.8px;
  font-weight: normal;
  margin-bottom: 0px;
  color: #787878;
  /* old color  737373  */
}

h5, h6 {
  margin-top: 30px;
}

.amenities-text-area h5 {
  margin-top: -5px;
}

.amenities-text-area h6 {
  margin-top: -10px;
}

.booking-card-blurb h5 {
  margin-top: 28px;
}

.booking-card-blurb h6,
.booking-card-subheading + h6 {
  margin-top: -5px;
}

.booking-card-blurb p:last-child {
  margin-bottom: 2px;
}

/* HERO */
.hero-pic-container,
.fading-slideshow-container {
  width: 100%;
  aspect-ratio: 1.838;
  margin-bottom: 27px;
  overflow: hidden;
}

/* MAIN PAGES */
.feature-img {
  margin-bottom: 30px;
  width: 100%;
}

.feature-img:last-child {
  margin-bottom: 0px;
}

.feature-card {
  border-top: 1px solid #a2a2a2;
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.feature-text-area {
  grid-column: 1/2;
  margin-bottom: 0px;
}

.main .feature-card:first-child .feature-text-area p {
  margin-top: -6px;
}

.main .feature-card:first-child .feature-text-area .feature-card-subheading {
  margin-top: -10px;
}

.feature-picture-area {
  grid-column: 2/3;
  grid-row: 1/2;
  grid-row: auto;
}

.amenities-card {
  border-top: 1px solid #a2a2a2;
  display: grid;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 35px;
  column-gap: 35px;
  margin-bottom: 30px;
  padding-top: 30px;
}

.amenities-text-area {
  grid-column: 2/3;
  margin-bottom: 0px;
}

/* BOOKING PAGE */
.booking-columns {
  border-top: 1px solid #a2a2a2;
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
  margin-top: 0px;
  align-items: start;
  padding-top: 30px;
}
@media screen and (max-width: 650px) {
  .booking-columns {
    padding-top: 8px;
  }
}

.information-columns {
  border-top: 1px solid #a2a2a2;
  grid-template-columns: 1fr;
  display: grid;
  -moz-column-gap: 40px;
  column-gap: 40px;
  row-gap: 30px;
  margin-top: 0px;
  align-items: start;
  padding-top: 30px;
}

.module-moduleHeading {
  background: pink;
}

.booking-card-container {
  display: grid;
  grid-template-columns: 1fr;
}

.booking-card {
  padding-top: 0px;
}

.booking-img {
  margin-top: 0px;
  width: 100%;
}

.booking-card .booking-img, .booking-card-container .booking-img {
  display: none;
}

.booking-picture-inline {
  display: block;
}

/* PHOTO GALLERY PAGE */
.photo-gallery-area {
  border-top: 1px solid #a2a2a2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 35px;
  column-gap: 35px;
  padding-top: 30px;
}

.photo-gallery-img {
  margin-bottom: 30px;
  cursor: pointer;
}

.feature-picture-area {
  grid-column: 2/3;
  grid-row: 1/2;
  grid-row: auto;
}

.video-card {
  width: 100%;
  height: 100%;
  border-top: 1px solid #a2a2a2;
  margin-bottom: 30px;
  padding-top: 30px;
}

iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

/* +++++++++++++++++++++ */
@keyframes fader {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fading-slideshow {
  position: relative;
  padding: 0;
  list-style-type: none;
}

.fading-slideshow > li {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* current slide */
.fading-slideshow > li:first-of-type {
  animation-name: fader;
  animation-delay: 2s;
  animation-duration: 3s;
  animation-timing-function: ease;
  z-index: 20;
}

/* next slide to display */
.fading-slideshow > li:nth-of-type(2) {
  z-index: 10;
}

/* all other slides */
.fading-slideshow > li:nth-of-type(n + 3) {
  display: none;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1000px) {
  html {
    background: white;
  }
  .main-wrapper {
    min-height: 100vh;
  }
  .main {
    padding: 0px 35px;
  }
  header {
    padding: 0px 35px;
  }
  .booking-columns {
    grid-template-columns: 1fr 1fr;
  }
  .booking-picture-area {
    display: none;
  }
  .booking-card .booking-img, .booking-card-container .booking-img {
    display: block;
    margin-top: 22px;
    margin-bottom: 30px;
    width: 75%;
  }
  .feature-card, .amenities-card {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 25px;
    grid-template-columns: 1fr 2.5fr;
  }
  .feature-text-area {
    grid-column: 1/1;
    margin-bottom: 0px;
  }
  .feature-card-blurb {
    margin-top: -5px;
  }
  .logo-container .logo a {
    font-size: 59px;
  }
  .tagline {
    font-size: 18px;
  }
  .page-heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 850px) {
  body {
    max-width: 100%;
    overflow-x: hidden;
  }
  .main-wrapper {
    min-height: 100vh;
  }
  .main {
    padding: 0px 35px;
  }
  header {
    padding: 0px 35px;
  }
  header {
    z-index: 99;
    position: sticky;
    top: 0;
    margin-bottom: 30px;
  }
  .nav-menu {
    display: none;
  }
  #button-group {
    float: right;
    position: relative;
    margin-bottom: 8px;
  }
  #hamburger-icon {
    display: block;
    z-index: 50;
    float: right;
    top: 3px;
  }
  #hamburger-icon-close {
    display: none;
    z-index: 60;
  }
  .open #hamburger-icon-close {
    display: block;
    z-index: 60;
  }
  .mobile-menu {
    top: 0px;
    transform: rotate(0deg) translate(0, -400 px);
    transition-property: transform;
    transition-duration: 0.3s;
  }
  .logo-container .logo a {
    font-size: 50px;
  }
  .tagline {
    display: none;
  }
  .AA {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: center;
  }
  .open .mobile-menu {
    display: block;
    list-style-type: none;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-left: 35px;
    width: calc(100vw + 35px);
    margin-left: -35px;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 1.8;
    font-variant-caps: all-small-caps;
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0.075em;
    height: auto;
    background-color: hsl(49, 37%, 98%);
    left: 0px;
    z-index: 50;
    box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.2);
    visibility: visible;
    opacity: 1;
    transition: all 2s linear;
    transform: rotate(0deg) translate(0, 0);
    transition-property: transform;
    transition-duration: 3s;
    position: absolute;
    z-index: 50;
  }
  .open .mobile-menu a {
    text-decoration: underline;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    font-weight: normal;
    color: #888888;
  }
  a.nav__link.nav__link--active {
    color: #355356;
    text-decoration: underline;
  }
  .mobile-menu a:hover {
    color: black;
    text-decoration: underline;
  }
  .photo-gallery-area {
    grid-template-columns: 1fr 1fr;
  }
  .nav-footer-left ul.footer-address {
    list-style: none;
    padding-left: 0;
  }
  .nav-footer-left ul.footer-address li {
    display: block;
  }
  .hero-blurb p {
    font-size: 24px;
  }
}
@media (max-width: 850px) and (hover: none) {
  body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
  html {
    height: -webkit-fill-available;
  }
  .main-wrapper {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
}
@media screen and (max-width: 650px) {
  body {
    min-height: 100vh;
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
  html {
    height: -webkit-fill-available;
  }
  .main-wrapper {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  /* FOOTER */
  /*   .main-wrapper > .footer-zone {
        --adjustedHeight: calc(100vh);
        top: calc(100vh - 100px);
        position: sticky;
    }*/
  .main {
    padding: 0px 27px;
  }
  header {
    padding: 0px 27px;
  }
  .feature-card, .amenities-card {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-top: 20px;
    grid-template-columns: 1fr;
  }
  .amenities-text-area {
    grid-column: 1;
  }
  .booking-columns {
    grid-template-columns: 1fr;
  }
  .booking-picture-area {
    grid-row: 2/3;
    grid-column: 1/2;
    max-width: 400px;
  }
  .feature-card, .amenities-card {
    grid-template-columns: 1fr;
  }
  .feature-text-area {
    grid-column: 1/1;
  }
  .feature-picture-area {
    grid-column: 1/1;
  }
  .logo-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .logo-container .logo a {
    font-size: 44px;
    position: -2px;
  }
  .footer-zone .nav-footer {
    display: block;
  }
  .photo-gallery-area {
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .photo-gallery-area img {
    margin-bottom: 24px;
  }
  .booking-card .booking-img, .booking-card-container .booking-img {
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    width: 60%;
  }
  .booking-card-subheading {
    margin-top: 0px;
  }
  .booking-card-blurb h5 {
    margin-top: 20px;
  }
  .feature-img {
    margin-bottom: 27px;
    width: 100%;
    margin-top: 13px;
  }
  .page-heading {
    font-size: 24px;
  }
  .amenities-text-area h5 {
    margin-top: 5px;
  }
  .amenities-text-area h6 {
    margin-top: 0px;
  }
  .open .mobile-menu {
    padding-top: 27px;
    padding-left: 27px;
  }
}
@media screen and (max-width: 500px) {
  .logo-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .logo-container .logo a {
    font-size: 33.5px;
    top: 0px;
  }
  .footer-zone .nav-footer {
    display: block;
  }
  .photo-gallery-area {
    grid-template-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 18px;
         column-gap: 18px;
  }
  .photo-gallery-area img {
    margin-bottom: 18px;
  }
  .booking-card .booking-img, .booking-card-container .booking-img {
    display: block;
    margin-top: 22px;
    margin-bottom: 30px;
    width: 75%;
  }
  #hamburger-icon {
    top: 0px;
  }
  .hero-blurb p {
    font-size: 22px;
  }
  .amenities-text-area h6 {
    margin-top: 0px;
  }
}

/* Slider */
.slider {
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.slider__reel {
  width: 100%;
  display: flex;
  transition: transform 0.5s ease;
}

.slider__image {
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider__nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.slider__nav button {
  padding: 10px 7px 10px 12px;
  line-height: 0;
  border: none;
  outline: none;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  display: flex;
  background: none;
}

.slider__nav button img {
  display: inline-block;
  transition: transform 0.12s ease;
}

.slider__nav button.slider__prev:hover img {
  transform: translateX(-2px);
}

.slider__nav button.slider__next:hover img {
  transform: translateX(2px);
}

ul.rateTable {
  margin-top: 8px;
  margin-bottom: 16px;
  font-size: inherit;
  color: inherit;
  list-style: none;
  padding: 0;
  line-height: 1.9;
  color: #787878;
}
ul.rateTable li {
  border-top: 1px solid rgb(196, 196, 196);
}
ul.rateTable li:first-child {
  border-top: none;
}

.table-right {
  float: right;
}

.paypal-button {
  margin-top: 7px;
}

.rateTable li:first-child {
  font-style: italic;
}

.heading-anchor {
  position: relative;
  top: -30px;
}/*# sourceMappingURL=styles.css.map */