body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #75b79e;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 3px;
}

p {
  margin-bottom: 10px;
}

.section {
  padding-bottom: 0px;
}

.section-2 {
  position: relative;
  display: block;
  width: auto;
  height: auto;
  padding-bottom: 700px;
  background-image: url('../images/Top-Page-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: fixed;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-areas: ". . . Area";
  -ms-grid-columns: 1fr 20px -webkit-max-content 20px -webkit-max-content 20px -webkit-max-content;
  -ms-grid-columns: 1fr 20px max-content 20px max-content 20px max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link-2 {
  position: -webkit-sticky;
  position: sticky;
}

.container {
  position: -webkit-sticky;
  position: sticky;
}

.visit {
  display: block;
  padding-top: 120px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.sticky-nav-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding: 20px;
  background-color: #fff;
}

.body {
  font-family: Montserrat, sans-serif;
}

.top {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 138px;
  background-image: url('../images/Top-Page-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.sticky-nav-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  padding: 10px 20px;
  background-color: #fff;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.who-we-are {
  padding-top: 120px;
  padding-bottom: 40px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  padding-top: 0px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.membership {
  display: block;
  padding-top: 120px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.naturism {
  padding-top: 120px;
  padding-bottom: 40px;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -8px #505050;
}

.programme {
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #fff;
}

.container-2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.container-3 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.contact {
  padding-top: 120px;
  padding-bottom: 40px;
  background-color: #fff;
}

.logo {
  position: relative;
  top: -10px;
  z-index: auto;
  display: inline-block;
  padding-right: 120px;
  padding-bottom: 0px;
  padding-left: 120px;
  float: none;
  background-image: url('../images/Header-Logo.png');
  background-position: 50% 0%;
  background-size: cover;
  line-height: 40px;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-4 {
  position: static;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
}

.menu {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  float: none;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  text-align: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.nav-link-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.arrow {
  display: block;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 114px;
  float: none;
  clear: both;
  text-align: center;
}

.unclothed {
  position: static;
  display: block;
}

.outdoors {
  position: static;
  display: block;
  margin-top: 0px;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 0 20px -8px #4f4f4f;
}

.nav-menu {
  padding-top: 0px;
}

.sub-heading {
  color: #75b79e;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.paragraph {
  margin-top: 0px;
  padding-top: 0px;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
}

.image {
  display: inline-block;
  max-width: 80%;
  padding-bottom: 1px;
  float: left;
  clear: both;
  text-align: center;
}

.image-2 {
  display: inline-block;
  max-width: 80%;
  padding-top: 5px;
  float: right;
  clear: both;
}

.container-5 {
  display: block;
  margin-top: 0px;
  padding-top: 248px;
}

.soc {
  font-weight: 400;
  text-align: justify;
}

.heading {
  margin-top: 0px;
  color: #75b79e;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 3px;
}

.pa {
  text-align: justify;
}

.link-block {
  width: 100%;
  clear: both;
}

.menu-tab {
  padding-right: 15px;
  padding-left: 15px;
  letter-spacing: 2px;
}

.menu-tab:hover {
  color: #75b79e;
  text-decoration: none;
}

.menu-tab:active {
  text-decoration: none;
}

.menu-tab:focus {
  color: #75b79e;
  text-decoration: none;
}

.menu-tab:visited {
  text-decoration: none;
}

.menu-tab.w--current:hover {
  text-decoration: none;
}

.menu-tab.w--current:focus {
  text-decoration: none;
}

.menu-tab.w--current:visited {
  text-decoration: none;
}

.paragraph-2 {
  padding-top: 10px;
}

.paragraph-3 {
  padding-top: 20px;
}

.div-block {
  margin-left: auto;
  padding-left: 0px;
}

.columns {
  margin-left: 79px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-left: 0px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.div-block-2 {
  width: 50%;
  margin-right: 20px;
  margin-left: 0px;
  padding-left: 0px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-3 {
  width: 60%;
  margin-left: 20px;
  padding-right: 0px;
  padding-left: 0px;
}

.slide {
  background-image: url('../images/1-Ben-Lomond.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.slide-3 {
  background-image: url('../images/2-Club.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-2 {
  background-image: url('../images/2-Club.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-three {
  background-image: url('../images/3-Boarding.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/4-Group-Boat.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/Crossing.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Inside-Boat.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.centered-paragraph {
  width: 100%;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
}

.div-block-4 {
  display: block;
  width: 85%;
  margin-right: 0px;
  padding-right: 0px;
}

.container-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-5 {
  width: 20%;
}

.programme-listing {
  width: 100%;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 2px;
}

.note-heading {
  margin-top: -17px;
  margin-bottom: 0px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 3px;
}

.video {
  margin-top: 20px;
}

.image-3 {
  display: block;
}

.image-3.hidden {
  display: none;
}

.image-3.hide {
  display: none;
}

.logo-tab {
  position: relative;
  display: inline;
  overflow: visible;
  background-image: url('../images/Header-Logo.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
  -o-object-fit: fill;
  object-fit: fill;
}

.brand {
  width: 60px;
  height: 60px;
  padding-right: 80px;
  padding-left: 100px;
  background-image: url('../images/Header-Logo.png');
  background-position: 50% 50%;
  background-size: cover;
}

.navbar-3 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 0 1px 20px -8px #000;
}

.mobile-logo.w--current {
  display: none;
}

.programme-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.paragraph-4 {
  width: 100%;
}

.prog-para {
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  text-align: justify;
}

.div-block-6 {
  width: 50%;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-7 {
  width: 50%;
  margin-left: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.slide-one {
  background-color: #fff;
  background-image: url('../images/1-Island.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-ten {
  background-image: url('../images/2-Clubhouse.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slide-threee {
  background-image: url('../images/3-Sauna.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-four {
  background-color: #fff;
  background-image: url('../images/4-Loch.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}

.slide-five {
  background-color: #e7e7e7;
  background-image: url('../images/5-Teena.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.slide-six {
  background-color: #fff;
  background-image: url('../images/6-court.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slide-seven {
  background-image: url('../images/7-Building.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-eight {
  background-image: url('../images/8-Bedroom.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/9-Bedroom-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-two {
  background-image: url('../images/Clubhouse-1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact-heading {
  color: #75b79e;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 3px;
}

.container-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.div-block-8 {
  width: 50%;
}

.div-block-9 {
  width: 50%;
}

.background {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  padding-bottom: 0px;
}

.container-9 {
  padding-top: 0px;
}

.image-4 {
  position: static;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

.disclaimer {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  text-align: center;
}

.button {
  width: 20%;
  margin-top: 40px;
  margin-right: 40%;
  margin-left: 40%;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 0px;
  background-color: #75b79e;
  font-family: Montserrat, sans-serif;
  text-align: center;
  letter-spacing: 3px;
}

.body-2 {
  margin-bottom: auto;
  background-image: url('../images/Landing-Page-Background.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.links-para {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.link {
  font-size: 16px;
}

.link-2 {
  font-size: 16px;
}

.link-3 {
  font-size: 16px;
}

.paragraph-5 {
  font-size: 16px;
}

.slide-16 {
  background-image: url('../images/IMG_5107.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-eleven {
  background-image: url('../images/IMG_5151.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-twelve {
  background-image: url('../images/Looking-At-Loch-Lomond.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.twitter {
  margin-top: 20px;
}

.facebook {
  margin-top: 10px;
}

.slide-1 {
  background-image: url('../images/Teena-Chalet-1.jpeg');
  background-position: 50% 0%;
  background-size: cover;
}

.slide-1-2 {
  background-image: url('../images/Teena-Chalet-2.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide-1-3 {
  background-image: url('../images/Teena-Chalet-3.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.link-4 {
  font-weight: 300;
}

.bold-text {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask {
    padding-top: 0%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    overflow: hidden;
    padding-right: 40px;
    padding-left: 40px;
    background-image: url('../images/Tablet-Logo.png');
    background-attachment: scroll;
  }

  .logo.w--current {
    top: 10px;
    display: none;
    height: auto;
  }

  .menu {
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-tab {
    padding-right: 5px;
    padding-left: 5px;
  }

  .div-block-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    width: 100%;
    margin-left: 0px;
  }

  .slide {
    background-position: 50% 100%;
  }

  .image-3 {
    overflow: visible;
  }

  .image-3.hidden {
    display: none;
  }

  .image-3.hide {
    display: none;
  }

  .brand {
    height: 65px;
    padding: 5px 60px 10px 20px;
    background-image: url('../images/Tablet-Logo.png');
    background-attachment: scroll;
  }

  .navbar-3 {
    margin-top: 0px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .nav-menu-2 {
    display: block;
  }

  .div-block-6 {
    width: 100%;
    margin-right: 0px;
  }

  .div-block-7 {
    width: 100%;
    margin-left: 0px;
  }

  .slide-one {
    background-color: #d8d7d7;
  }

  .slide-ten {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .slide-four {
    background-color: #dfdfdf;
    background-repeat: no-repeat;
  }

  .container-8 {
    padding-left: 20px;
  }

  .image-4 {
    padding-top: 60px;
  }

  .button {
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .nav-grid {
    text-align: center;
  }

  .visit {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .sticky-nav-2 {
    position: relative;
  }

  .sticky-nav-3 {
    position: relative;
  }

  .who-we-are {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .cards-image-mask {
    padding-top: 0%;
  }

  .membership {
    padding: 40px 20px;
  }

  .naturism {
    padding: 60px 20px 40px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .paragraph {
    padding-right: 0px;
  }

  .image {
    padding-left: 10px;
  }

  .image-2 {
    padding-right: 10px;
  }

  .menu-tab {
    padding-left: 20px;
    background-color: #e3e3e3;
  }

  .div-block-2 {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .div-block-3 {
    width: 100%;
    margin-left: 0px;
  }

  .slide {
    margin-bottom: 0px;
  }

  .menu-button {
    display: none;
    margin-right: 10px;
    padding: 5px;
    color: #75b79e;
  }

  .menu-button.w--open {
    display: block;
    background-color: #e5e5e5;
  }

  .icon {
    font-size: 40px;
  }

  .image-3 {
    max-width: 10%;
    margin-left: 20px;
  }

  .image-3.hide {
    display: block;
  }

  .brand {
    display: none;
    margin-left: 15px;
  }

  .brand.w--current {
    display: none;
    float: left;
  }

  .icon-2 {
    color: #75b79e;
    font-size: 40px;
  }

  .menu-button-2 {
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 5px;
    padding: 5px;
  }

  .nav-menu-2 {
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    background-color: #fff;
  }

  .mobile-logo {
    position: relative;
  }

  .mobile-logo.w--current {
    display: inline-block;
    width: 65px;
    height: 65px;
    margin-left: 20px;
    background-image: url('../images/Tablet-Logo.png');
    background-position: 50% 50%;
    background-size: cover;
  }

  .programme-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .prog-para {
    text-align: left;
  }

  .container-8 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-8 {
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
    margin-right: 0px;
  }

  .image-4 {
    padding-top: 60px;
  }

  .disclaimer {
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .sticky-nav-2 {
    padding: 0px;
  }

  .sticky-nav-3 {
    padding: 0px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cards-image-mask {
    padding-top: 0%;
  }

  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .footer-heading {
    margin-top: 20px;
  }

  .arrow {
    max-width: 80%;
  }

  .paragraph {
    margin-right: 0px;
    padding-right: 0px;
  }

  .image {
    max-width: 90%;
  }

  .image-2 {
    max-width: 90%;
  }

  .heading {
    font-size: 30px;
  }

  .menu-tab.w--current {
    display: block;
  }

  .div-block-2 {
    margin-bottom: 20px;
  }

  .menu-button {
    padding: 5px;
  }

  .image-3 {
    max-width: 15%;
  }

  .mobile-logo.w--current {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .programme-container {
    padding-right: 20px;
    padding-left: 20px;
  }

  .prog-para {
    text-align: left;
  }

  .contact-heading {
    font-size: 18px;
  }

  .text-block {
    font-size: 12px;
    text-align: center;
  }

  .image-4 {
    padding-top: 100px;
  }

  .button {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #w-node-2330505c1099-341df51d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-2330505c109b-341df51d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-2330505c10a0-341df51d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-2330505c10a2-341df51d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-2330505c108f-341df51d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-2330505c1096-341df51d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-2330505c109d-341df51d {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}