:root {
  --dark-olive-green: #626c3d;
  --dark-orange: #f58434;
  --white: white;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.nav-bar-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  display: flex;
}

.navbar-container {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 220px;
}

.nav-link {
  border-right: 1px solid var(--dark-olive-green);
  color: var(--dark-olive-green);
  text-transform: uppercase;
  padding: 5px 20px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 500;
}

.nav-link:hover {
  color: var(--dark-orange);
}

.nav-link.w--current {
  color: var(--dark-olive-green);
}

.nav-link.w--current:hover {
  border-right-color: var(--dark-olive-green);
  color: var(--dark-orange);
}

.image-2 {
  width: 30px;
}

.nav-menu {
  margin-left: 33px;
  margin-right: 33px;
}

.brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.brand.w--current {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  margin-top: 5px;
}

.right-arrow, .left-arrow, .slide-nav {
  display: none;
}

.home-page-slider {
  height: 80vh;
}

.slide {
  background-image: url('../images/Stockpoort-Border-Lodge-Slider-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.welcome-div-block {
  z-index: 10000;
  background-color: #626c3da6;
  width: 700px;
  position: absolute;
  top: 230px;
  left: 0;
}

.heading-1 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  font-family: Buda, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.welcome-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.make-a-booking-button {
  background-color: var(--dark-orange);
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  box-shadow: 2px 2px 8px -2px #000;
}

.make-a-booking-button:hover {
  box-shadow: none;
}

.slide-2 {
  background-image: url('../images/Stockpoort-Border-Lodge-Slider-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/Stockpoort-Border-Lodge-Slider-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/Stockpoort-Border-Lodge-Slider-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-us-container {
  background-image: url('../images/Stockpoort-Border-Lodge-Welcome-Background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 51px;
  margin-bottom: 51px;
  padding: 14px 30px;
}

.heading-2 {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-family: Buda, sans-serif;
  font-weight: 300;
}

.paragraph-1 {
  color: #fff;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.home-page-chalet-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-page-chalet-row {
  display: flex;
}

.column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: var(--dark-olive-green);
  align-self: flex-start;
  font-family: Buda, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.paragraph-2 {
  color: var(--dark-olive-green);
  text-align: center;
  margin-left: -6px;
  margin-right: -6px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.green-line-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.double-bed-chalet {
  box-shadow: 1px 1px 3px #000;
}

.see-more-button-green {
  background-color: var(--dark-olive-green);
  padding-left: 50px;
  padding-right: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  box-shadow: 1px 1px 3px #000;
}

.see-more-button-green:hover {
  box-shadow: none;
}

.column-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.single-bed-chalet {
  box-shadow: 1px 1px 3px #000;
}

.home-page-chalet-div-block {
  width: 1052px;
}

.div-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chalet-div-block-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  display: flex;
}

.chalet-div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 35px;
  display: flex;
}

.quote-section {
  background-image: url('../images/Stockpoort-Border-Lodge-Home-Page-Quote-Image-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.quote-div-block {
  margin-top: 55px;
  padding-top: 190px;
  padding-bottom: 190px;
  position: static;
}

.quote-div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 400px;
  margin-top: 0;
  margin-left: 618px;
  display: flex;
  position: static;
}

.quote-paragraph-1 {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  font-family: Great Vibes, cursive;
  font-size: 55px;
  line-height: 65px;
}

.guest-reviews-section {
  background-image: url('../images/Stockpoort-Border-Lodge-Guest-Reviews-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.guest-reviews-container {
  padding-top: 100px;
  padding-bottom: 50px;
}

.heading-4 {
  color: var(--dark-olive-green);
  text-align: center;
  margin-top: 20px;
  font-family: Buda, sans-serif;
  font-weight: 300;
}

.column-3, .column-4, .column-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.guest-reviews-row {
  margin-top: 55px;
}

.google-maps-section {
  background-color: var(--dark-olive-green);
}

.google-maps-div-block {
  height: 250px;
  padding-left: 0;
  padding-right: 0;
}

.map {
  height: 250px;
  top: 0;
  overflow: visible;
}

.contact-us-container {
  padding-top: 80px;
  padding-bottom: 60px;
}

.heading-5 {
  color: var(--dark-olive-green);
  text-align: left;
  margin-top: 20px;
  font-family: Buda, sans-serif;
  font-weight: 300;
}

.paragraph-3 {
  color: var(--dark-olive-green);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.form-label-small {
  color: var(--dark-olive-green);
  width: 180px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  left: -1px;
}

.success-message {
  position: relative;
  top: 43px;
}

.text-block {
  text-align: center;
}

.form {
  margin-top: 35px;
  position: relative;
}

.form-label {
  color: var(--dark-olive-green);
  width: 365px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.form-label-small-2 {
  color: var(--dark-olive-green);
  width: 180px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  left: 0;
}

.form-block {
  width: 400px;
}

.form-label-copy {
  color: var(--dark-olive-green);
  width: 180px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
}

.datepicker {
  clear: none;
  background-color: var(--dark-olive-green);
  color: var(--white);
  width: 215px;
  display: block;
  position: relative;
}

.datepicker:hover {
  border: 2px #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.datepicker:active {
  box-shadow: none;
  border-width: 0;
}

.datepicker:focus {
  border: 2px #cdced0;
}

.datepicker::placeholder {
  color: #fff;
}

.contact-form-small-copy {
  clear: none;
  background-color: var(--dark-olive-green);
  width: 215px;
  display: block;
  position: static;
  top: 244px;
  bottom: 159px;
  left: 234px;
}

.contact-form-small-copy:hover {
  border: 2px #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.contact-form-small-copy:active {
  box-shadow: none;
  border-width: 0;
}

.contact-form-small-copy:focus {
  border: 2px #cdced0;
}

.contact-form-small-copy::placeholder {
  color: #fff;
}

.form-label-copy-copy {
  color: var(--dark-olive-green);
  width: 180px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: inline-block;
  position: relative;
  left: 0;
}

.submit-button {
  background-color: #96989a;
  width: 150px;
}

.submit-button:hover {
  background-color: #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.submit-button:active {
  background-color: #96989a;
}

.contact-form-small-copy-copy {
  clear: none;
  background-color: var(--dark-olive-green);
  color: var(--white);
  width: 215px;
  display: block;
  position: static;
  bottom: 223px;
  left: 0;
}

.contact-form-small-copy-copy:hover {
  border: 2px #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.contact-form-small-copy-copy:active {
  box-shadow: none;
  border-width: 0;
}

.contact-form-small-copy-copy:focus {
  border: 2px #cdced0;
}

.contact-form-small-copy-copy::placeholder {
  color: #fff;
}

.contact-form-2 {
  clear: none;
  background-color: var(--dark-olive-green);
  color: var(--white);
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  width: 450px;
  height: 150px;
  padding-top: 0;
  padding-bottom: 115px;
  line-height: 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.contact-form-2:hover {
  border: 2px #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.contact-form-2:active {
  box-shadow: none;
  border-width: 0;
}

.contact-form-2:focus {
  border: 2px #cdced0;
}

.contact-form-2::placeholder {
  color: #fff;
}

.contact-form {
  background-color: var(--dark-olive-green);
  color: #fff;
  width: 450px;
}

.contact-form:hover {
  border: 2px #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.contact-form:active {
  box-shadow: none;
  border-width: 0;
}

.contact-form:focus {
  border: 2px #cdced0;
}

.contact-form::placeholder {
  color: #fff;
}

.form-block-2 {
  width: 470px;
  margin-top: 0;
}

.submit-button-2 {
  background-color: var(--dark-orange);
  width: 150px;
  box-shadow: 2px 2px 8px -2px #000;
}

.submit-button-2:hover {
  background-color: var(--dark-orange);
  box-shadow: none;
}

.submit-button-2:active {
  background-color: #96989a;
}

.column-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 350px;
  margin-top: 35px;
}

.image-5 {
  width: 50px;
  margin-top: 35px;
}

.facebook-text {
  color: var(--dark-olive-green);
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.image-6 {
  width: 50px;
  margin-top: 35px;
}

.image-7 {
  width: 50px;
  margin-top: 0;
}

.image-7._2 {
  margin-left: 0;
}

.text-link {
  color: var(--dark-olive-green);
}

.text-link:hover {
  color: var(--dark-orange);
}

.footer {
  background-color: var(--dark-olive-green);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.text-block-2 {
  color: #fff;
  margin-left: 100px;
  margin-right: 100px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  display: inline-block;
}

.text-links-webbado {
  color: #fff;
}

.text-links-webbado:hover {
  color: var(--dark-orange);
  text-decoration: none;
}

.text-links-webbado:visited {
  color: #fff;
}

.accommodation-container {
  padding-top: 55px;
  padding-bottom: 35px;
}

.restaurant-section {
  background-color: #0000;
  padding-bottom: 100px;
}

.restaurant-container {
  background-color: var(--dark-olive-green);
  padding: 11px 50px;
}

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

.right-arrow-2, .left-arrow-2 {
  display: none;
}

.restaurant-slider {
  top: 64px;
  box-shadow: 1px 1px 3px #000;
}

.column-7 {
  padding-top: 49px;
}

.slide-5 {
  background-image: url('../images/Stockpoort-Border-Lodge-Restaurant-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-6 {
  background-image: url('../images/Stockpoort-Border-Lodge-Restaurant-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-7 {
  background-image: url('../images/Stockpoort-Border-Lodge-Restaurant-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-8 {
  background-image: url('../images/Stockpoort-Border-Lodge-Restaurant-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-9 {
  background-image: url('../images/Stockpoort-Border-Lodge-Restaurant-7.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-chalets-container {
  padding-top: 0;
  padding-bottom: 55px;
}

.our-chalets-row {
  margin-top: 50px;
}

.our-chalets-slider-1 {
  width: 440px;
  margin-left: 30px;
  padding-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.right-arrow-3, .left-arrow-3, .slide-nav-3 {
  display: none;
}

.image-8 {
  height: 300px;
  margin-left: 25px;
  padding-left: 0;
  padding-right: 0;
}

.column-8 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 55px;
  padding-right: 0;
  display: block;
}

.column-9 {
  justify-content: space-between;
  display: flex;
}

.slide-10 {
  background-color: var(--dark-olive-green);
  background-image: url('../images/Stockpoort-Border-Lodge-Double-Bed-Chalet-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.heading-6 {
  color: var(--dark-olive-green);
  align-self: flex-start;
  margin-top: 0;
  font-family: Buda, sans-serif;
  font-size: 32px;
  font-weight: 300;
}

.double-room-chalets-amenities-icons {
  width: 350px;
  margin-top: 10px;
  margin-left: 50px;
}

.make-a-booking-button-green {
  background-color: var(--dark-olive-green);
  margin-top: 15px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Ubuntu, Helvetica, sans-serif;
  box-shadow: 1px 1px 3px #000;
}

.make-a-booking-button-green:hover {
  box-shadow: none;
}

.slide-11 {
  background-image: url('../images/Stockpoort-Border-Lodge-Double-Bed-Chalet-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-12 {
  background-image: url('../images/Stockpoort-Border-Lodge-Double-Bed-Chalet-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-13 {
  background-image: url('../images/Stockpoort-Border-Lodge-Double-Bed-Chalet-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-14 {
  background-image: url('../images/Stockpoort-Border-Lodge-Double-Bed-Chalet-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-15 {
  background-image: url('../images/Stockpoort-Border-Lodge-Double-Bed-Chalet-1.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-room-chalets-amenities-icons {
  width: 350px;
  margin-top: 10px;
  margin-left: 50px;
}

.our-chalets-slider-2 {
  width: 440px;
  margin-left: 30px;
  padding-top: 0;
  box-shadow: 1px 1px 3px #000;
}

.slide-16 {
  background-color: var(--dark-olive-green);
  background-image: url('../images/Stockpoort-Border-Lodge-Single-Bed-Chalet-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-17 {
  background-image: url('../images/Stockpoort-Border-Lodge-Single-Bed-Chalet-3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-18 {
  background-image: url('../images/Stockpoort-Border-Lodge-Single-Bed-Chalet-4.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-19 {
  background-image: url('../images/Stockpoort-Border-Lodge-Single-Bed-Chalet-5.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-20 {
  background-image: url('../images/Stockpoort-Border-Lodge-Single-Bed-Chalet-6.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-21 {
  background-image: url('../images/Stockpoort-Border-Lodge-Single-Bed-Chalet.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-chalets-row-2 {
  margin-top: 100px;
}

.chalets-amenities-icon-div-block-2 {
  margin-bottom: 45px;
}

.activities-container {
  padding-top: 55px;
  padding-bottom: 55px;
}

.activities-row-1 {
  margin-top: 55px;
}

.activities-div-block {
  background-color: var(--dark-olive-green);
  padding-bottom: 10px;
}

.column-10 {
  flex-direction: column;
  justify-content: center;
  display: block;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.heading-7 {
  background-color: var(--dark-orange);
  color: #fff;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Buda, sans-serif;
  font-size: 30px;
  font-weight: 300;
}

.activities-row-2 {
  margin-top: 55px;
}

.image-9, .image-10, .image-11, .image-12, .image-13 {
  box-shadow: 0 1px 3px #000;
}

.book-your-stockpoort-adventure-section {
  background-image: url('../images/Stockpoort-Border-Lodge-Guest-Reviews-Background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 55px;
}

.book-your-stockpoort-adventure-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 55px;
  display: flex;
}

.make-a-booking-button-2 {
  background-color: var(--dark-orange);
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: Ubuntu, Helvetica, sans-serif;
  box-shadow: 2px 2px 8px -2px #000;
}

.make-a-booking-button-2:hover {
  box-shadow: none;
}

.column-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.column-12, .column-13 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  font-size: 16px;
}

.paragraph-5 {
  color: var(--dark-olive-green);
  text-align: center;
  margin-left: -6px;
  margin-right: -6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  line-height: 30px;
}

.our-chalets-row-3 {
  margin-top: 15px;
}

.link-block {
  margin-left: 15px;
}

.link-block:hover {
  box-shadow: none;
}

.paragraph-6 {
  color: var(--dark-olive-green);
  text-align: center;
  margin-left: -6px;
  margin-right: -6px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Quattrocento Sans, sans-serif;
}

.column-14 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link, .link-2 {
  color: var(--dark-olive-green);
  text-decoration: none;
}

.form-block-mobile {
  width: 400px;
  margin-top: 0;
}

.accommodation-div {
  background-color: var(--dark-olive-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 35px;
  display: flex;
}

.heading-8 {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch;
  place-items: stretch stretch;
  display: grid;
}

.icon-div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 15px;
  display: flex;
}

.icon-heading {
  color: var(--white);
  text-align: center;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.image-14, .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
  width: 75px;
  height: 75px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch stretch;
}

.chalets-lightbox {
  height: 250px;
}

.div-block-2 {
  justify-content: space-between;
  margin-top: 35px;
  display: flex;
}

.link-block-2 {
  margin-left: 10px;
}

.adults {
  clear: none;
  background-color: var(--dark-olive-green);
  color: var(--white);
  width: 215px;
  display: block;
  position: relative;
}

.adults:hover {
  border: 2px #cdced0;
  box-shadow: 0 0 6px #cdced0;
}

.adults:active {
  box-shadow: none;
  border-width: 0;
}

.adults:focus {
  border: 2px #cdced0;
}

.adults::placeholder {
  color: #fff;
}

.stars {
  width: 25%;
  margin-top: 5px;
}

.image-21 {
  width: 15%;
}

.image-22 {
  width: 90px;
  margin-top: 2px;
}

.rich-text {
  color: var(--dark-olive-green);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.paragraph-7 {
  text-align: center;
}

.gallery-image, .rooms-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .nav-bar-section {
    z-index: 100000;
    position: relative;
  }

  .navbar {
    flex: 1;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .navbar-container {
    flex-direction: column;
    align-items: stretch;
    margin-right: 0;
  }

  .image {
    margin-left: 0;
    margin-right: 0;
  }

  .nav-link {
    color: var(--dark-orange);
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .nav-link:hover {
    color: #fff;
  }

  .nav-link.w--current {
    color: var(--dark-orange);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-menu {
    z-index: 100000;
    background-color: var(--dark-olive-green);
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .welcome-div-block {
    z-index: 1000;
  }

  .home-page-chalet-div-block {
    width: auto;
  }

  .chalet-div-block-1, .chalet-div-block-2 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .quote-div-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .quote-div-block-2 {
    margin-left: 350px;
  }

  .guest-reviews-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form {
    left: 0;
  }

  .form-block-2 {
    flex-direction: column;
    align-self: auto;
    display: flex;
  }

  .text-block-2 {
    margin-left: 36px;
    margin-right: 36px;
  }

  .our-chalets-slider-1 {
    width: 350px;
  }

  .image-8 {
    margin-left: 12px;
  }

  .double-room-chalets-amenities-icons, .single-room-chalets-amenities-icons {
    margin-left: 30px;
  }

  .our-chalets-slider-2 {
    width: 350px;
  }

  .link-block {
    margin-bottom: 15px;
    margin-left: 0;
    box-shadow: 1px 1px 3px #000;
  }

  .link-block._2 {
    margin-left: 10px;
  }

  .column-14 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon {
    font-size: 35px;
  }

  .menu-button {
    z-index: 10000;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--dark-olive-green);
  }

  .accommodation-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-8 {
    text-align: center;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    flex-direction: column;
    flex: 0 auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: center;
    align-self: stretch;
    place-items: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: grid;
  }

  .icon-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .image-14 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .image-15, .image-16, .image-17, .image-18, .image-19, .image-20 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 0;
    margin-right: 0;
  }

  .image-2 {
    width: 35px;
  }

  .brand {
    margin-left: 170px;
  }

  .home-page-slider {
    height: 60vh;
  }

  .welcome-div-block {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    top: 90px;
  }

  .heading-1 {
    font-size: 35px;
  }

  .home-page-chalet-row {
    display: block;
  }

  .heading-3 {
    font-size: 28px;
  }

  .home-page-chalet-div-block {
    flex: 0 auto;
  }

  .quote-div-block-2 {
    margin-left: 170px;
  }

  .quote-paragraph-1 {
    font-size: 45px;
  }

  .guest-reviews-container {
    padding: 35px 50px;
  }

  .contact-us-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .paragraph-3 {
    text-align: center;
  }

  .form {
    display: block;
    left: 0;
  }

  .form-block {
    margin-left: 40px;
    display: block;
  }

  .datepicker {
    width: auto;
  }

  .contact-form-small-copy-copy {
    width: auto;
    left: 227px;
  }

  .form-block-2 {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-2 {
    font-size: 10px;
  }

  .accommodation-container, .restaurant-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .our-chalets-container {
    padding-bottom: 15px;
  }

  .our-chalets-slider-1 {
    margin-left: 0;
  }

  .image-8 {
    display: none;
  }

  .column-8 {
    flex-direction: column;
    padding: 15px 0;
    display: flex;
  }

  .column-9 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .heading-6, .double-room-chalets-amenities-icons, .single-room-chalets-amenities-icons {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .our-chalets-slider-2 {
    margin-left: 0;
  }

  .our-chalets-row-2 {
    margin-top: 50px;
  }

  .activities-container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .activities-div-block {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    margin-top: 18px;
    display: flex;
  }

  .activities-row-2 {
    margin-top: -5px;
  }

  .image-13 {
    display: block;
  }

  .paragraph-6 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .link {
    color: var(--dark-olive-green);
    font-style: normal;
    text-decoration: none;
  }

  .link-2 {
    color: var(--dark-olive-green);
    text-decoration: none;
  }

  .form-block-mobile {
    width: auto;
    margin-left: 0;
    display: block;
  }

  .grid {
    place-content: stretch;
  }

  .link-block-2 {
    margin-left: 20px;
  }

  .adults {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 200px;
  }

  .image-2 {
    width: 35px;
  }

  .brand {
    margin-left: 40px;
  }

  .home-page-slider {
    height: 40vh;
  }

  .welcome-div-block {
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
    top: 41px;
  }

  .heading-1 {
    font-size: 22px;
    line-height: 1;
  }

  .welcome-container {
    margin-top: -5px;
    margin-bottom: 9px;
    padding-top: 10px;
  }

  .about-us-container {
    padding-left: 13px;
    padding-right: 13px;
  }

  .home-page-chalet-div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .chalet-div-block-1, .chalet-div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .quote-div-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .quote-div-block-2 {
    width: auto;
    margin-left: 110px;
  }

  .quote-paragraph-1 {
    font-size: 25px;
    line-height: 35px;
  }

  .guest-reviews-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .guest-reviews-row {
    margin-top: 25px;
  }

  .contact-us-container {
    flex-direction: column;
    padding: 35px 10px;
    display: flex;
  }

  .heading-5 {
    text-align: center;
  }

  .form-label-small {
    width: auto;
    display: block;
    position: static;
  }

  .form {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 23px;
    display: block;
    position: static;
    left: 0;
  }

  .form-label {
    width: auto;
  }

  .form-label-small-2 {
    width: auto;
    display: block;
    position: static;
    left: 34px;
  }

  .form-block, .form-label-copy {
    width: auto;
  }

  .datepicker {
    width: 100%;
    padding-right: 80px;
    display: block;
    position: static;
  }

  .contact-form-small-copy {
    width: auto;
    padding-right: 80px;
    display: block;
    position: static;
    left: 134px;
  }

  .form-label-copy-copy {
    width: auto;
    display: block;
    position: static;
    left: -44px;
  }

  .contact-form-small-copy-copy {
    width: 100%;
    padding-right: 80px;
    position: static;
    left: 136px;
  }

  .contact-form-2 {
    width: 100%;
    height: 0;
    min-height: 150px;
    padding-right: 80px;
  }

  .contact-form {
    width: 100%;
    padding-right: 80px;
    display: block;
  }

  .form-block-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .submit-button-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 80px;
    padding-right: 80px;
    display: inline-block;
  }

  .column-6 {
    display: block;
  }

  .image-4 {
    width: 300px;
  }

  .image-5 {
    width: 30px;
  }

  .facebook-text {
    font-size: 12px;
  }

  .image-6, .image-7 {
    width: 30px;
    margin-top: 15px;
  }

  .footer {
    flex-direction: column;
    justify-content: center;
  }

  .text-block-2 {
    margin-left: 9px;
    margin-right: 9px;
  }

  .accommodation-container {
    padding-top: 15px;
  }

  .restaurant-section {
    padding-bottom: 50px;
  }

  .restaurant-container {
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .restaurant-slider {
    height: 200px;
    top: 15px;
  }

  .column-7 {
    padding-top: 0;
  }

  .our-chalets-container {
    padding: 15px;
  }

  .our-chalets-slider-1 {
    width: 250px;
    height: 150px;
  }

  .our-chalets-slider-2 {
    clear: both;
    width: 250px;
    height: 150px;
    position: relative;
  }

  .our-chalets-row-2 {
    margin-top: 50px;
  }

  .activities-container {
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .book-your-stockpoort-adventure-section, .book-your-stockpoort-adventure-container {
    margin-bottom: 0;
  }

  .make-a-booking-button-2 {
    text-align: center;
  }

  .column-14 {
    flex-direction: column;
    display: flex;
    position: relative;
  }

  .columns {
    flex-direction: column;
    display: flex;
  }

  .form-block-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .menu-button {
    padding: 7px;
  }

  .accommodation-div {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .grid-2 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .div-block-2 {
    margin-top: 0;
  }

  .link-block-2 {
    margin-left: 20px;
  }

  .adults {
    width: 100%;
    padding-right: 80px;
    display: block;
    position: static;
  }

  .stars {
    width: 35%;
  }

  .image-21 {
    width: 25%;
  }
}


