html {
  scroll-behavior: smooth;
  z-index: 10;
}

.navbar-nav a {
  color: white;
}

.navbar-nav a:hover {
  color: #565656;
}

.dropdown-toggle:active {
  color: #565656;
}

.dropdown-menu {
  background-color: #984B43;
}

.navbar-toggler {
  color: #565656;
}

nav {
  margin-top: 50px;
  position: fixed;
  top: -50px;
  width: 100%;
  transition: top 0.3s;
  background-color: #984B43 !important;
  padding: 0 15px;
}

a {
  color: white;
  text-decoration: none;
}

.title {
  height: 60px;
  margin-top: -50px;
  background-image: linear-gradient(to right, #984B43, #565656, #984B43);
  color: white;
  text-align: center;
  font-size: 2.8em;
  font-family: 'Dancing Script', cursive;
}

#reserveModal {
  z-index: 99999;
}

.menu,
.submenu {
  margin-left: 1010px;
  margin-top: -10px;
}

.menu a {
  color: white;
  text-decoration: none;
}

.menu,
.submenu {
  list-style-type: none;
}

/*.submenu-active a {
    z-index: 1750;
  }*/
.submenu a {
  font-size: smaller;
}

.item {
  padding: 10px;
  color: white;
}

.item.button {
  padding: 9px 5px;
}

.item:not(.button) a:hover,
.item a:hover::after {
  color: #565656;
}

/* Mobile menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.menu li a {
  display: block;
  padding: 15px 5px;
}

.menu li.subitem a {
  padding: 15px;
}

.toggle {
  order: 1;
  font-size: 20px;
  margin-right: 5px;
}

.toogle a {
  visibility: visible;
}

.item.button {
  order: 2;
}

.item {
  order: 3;
  width: 100%;
  text-align: center;
  display: none;
}

.active .item {
  display: block;
}

.button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 2px gray solid;
}

/* Submenu up from mobile screens */
.submenu {
  display: none;
  border: 3px solid gray;
  cursor: pointer;
}

.submenu-active .submenu {
  display: block;
}

.has-submenu i {
  font-size: 10px;
}

.has-submenu>a::after {
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  color: white;
  line-height: 16px;
  font-weight: 900;
  content: "\f078";
  padding-left: 5px;
}

.subitem a {
  padding: 10px 15px;
}

.submenu-active {
  background-color: #565656;
  border-radius: 3px;
}

/* Tablet menu */
@media all and (min-width: 700px) {
  .menu {
    justify-content: center;
  }

  .logo {
    flex: 1;
  }

  .item.button {
    width: auto;
    order: 1;
    display: block;
  }

  .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }

  /* Button up from tablet screen */
  .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }

  .button a {
    background: #565656;
    border: 1px solid #565656;
  }

  .button.secondary {
    border: 0;
  }

  .button.secondary a {
    background: transparent;
    border: 1px gray solid;
  }

  .button a:hover {
    text-decoration: none;
  }

  .button:not(.secondary) a:hover {
    background: gray;
    border-color: lightgray;
  }
}

/* Desktop menu */
@media all and (min-width: 960px) {
  .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }

  .logo {
    order: 0;
  }

  .item {
    order: 0;
    position: relative;
    display: block;
    width: auto;
    margin-top: 25px;
    font-size: 1.2em;
  }

  .button {
    order: 2;
  }

  .submenu-active .submenu {
    display: block;
    position: absolute;
    width: 180px;
    left: -15px;
    top: 68px;
  }

  .submenu-active a .submenu a {
    margin-right: 65px;
  }

  .toggle {
    display: none;
  }

  .submenu-active {
    border-radius: 0;
  }

  .has-submenu {
    cursor: pointer;
  }
}

/* End Navigation */

.sliderOuter {
  position: relative;
}

.sliderOuter .swiper-button-next.swiperBtnStyle {
  right: -50px;
}

.sliderOuter .swiper-button-prev.swiperBtnStyle {
  left: -50px;
}

.sliderOuter .swiper-slide {
  height: auto;
}

.swiperPaginationStyle span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #565656;
}

.posInitial {
  position: initial;
}

.testimonialCol {
  padding-top: 35px;
  margin-left: 300px;
  margin-right: 300px;
}

.tContentCol {
  margin-left: 30px;
}

.tContentCol>p:last-child {
  margin-bottom: 0;
}

.swiperBtnStyle {
  font-weight: bold;
}

.swiper-button-next.swiperBtnStyle::after,
.swiper-button-prev.swiperBtnStyle::after {
  font-size: 16px;
}

.swiperBtnStyle.swiper-button-prev {
  left: 2px;
}

.swiperBtnStyle.swiper-button-next {
  right: 2px;
}

.testimonialSlider {
  padding: 30px 0;
}

.testimonialSlider .swiper-slide {
  padding: 0 40px;
}

.jumbotron-fluid img {
  position: relative;
  margin-top: 20px;
  height: 400px;
  width: 100%;
  opacity: 0.5;
  z-index: -1000;
}

nav h1 {
  text-align: center;
  margin-top: -120px;
  color: white;
}

.btn {
  margin-top: 10px;
  background-color: #565656 !important;
  border-color: #565656;
}

.btn:active {
  border-color: #565656;
}

.carousel {

  margin-top: -400px;
  width: 55%;
  margin-left: auto;
  margin-right: auto;

}

.carousel-item img {
  height: 480px;
  margin-top: -80px;
}

.footer-box {
  box-sizing: content-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #565656;
}

.background-break {
  display: flex;
  justify-content: center;
  margin-top: -17px;
  width: 100%;
  height: 60px;
  background-color: #984B43;
}

.footer-btn {
  margin-top: 10px;
  height: 40px;
  background-color: #565656;
  color: white;
}

.text-center {
  margin-top: 25px;
  text-align: center;
  font-family: 'Dancing Script', cursive;
  background-color: #565656;
  color: white;
  font-size: 1.6em;
  padding-top: 20px;
}

.container-fluid {
  position: relative;
  margin-top: 5px;
}

.container-fluid h1 {
  font-family: 'Dancing Script', cursive;
  color: #565656;
  margin-left: 25px;
}

.text-block {
  position: absolute;
  align-items: center;
  opacity: .7;
  margin-top: -800px;
  margin-left: 28%;
  margin-right: auto;
  width: 45%;
  background-color: #565656;
  color: white;
  padding: 20px;
}

.site {
  margin-top: 10px;
  font-family: "Dancing Script", cursive;
  text-align: center;
  font-size: 2.1em;
  color: #565656;
}

.real {
  height: 300px;
  width: 400px;
  margin-left: 45px;
}

.map {
  margin-left: 150px;
}

.row {
  margin-top: 25px;
}

.footer-title {
  margin-top: 20px;
  color: white;
  font-weight: bold;
  margin-left: 0;
  padding-right: 5px;
  padding-bottom: 15px;
}

.footer-title h2 {
  text-decoration: underline;
  margin-bottom: 20px;
  font-size: 1.5em;
}

.cabin {
  margin-left: -43px;
}

.social-media {
  margin-left: -30px;
}

.foot-con {
  margin-left: -5px;
}

.footer-link-social ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}

.footer-link-social li {
  list-style: none;
}

.footer-link-social img {
  /*border: 3px solid #984B43;
    border-radius: 10px;*/
  height: 34px;
  width: 34px;
}

.footer-link-social img:hover {
  filter: opacity(85%);
}

.footer-link li {
  list-style: none;
}

.footer-link a {
  text-align: center;
  font-size: larger;
  padding: 5px;
}

.footer-link a:hover {
  color: #984B43;
}

.footer-bottom {
  background-color: #565656;
}

.made-by {
  text-align: center;
}

.created {
  text-align: center;
  font-size: 0.9em;
  color: #984B43;
  padding-bottom: 25px;
}

.modal {
  color: white;
  z-index: 9999;
}

.modal-header {
  background-color: #984B43 !important;
}

.btn-cancel {
  color: white;
  margin-right: 5px;
}

.btn-submit {
  color: white;
}

.cabin-container img{
  margin-top: 25px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  height: 500px;
  border: 5px solid #565656;
  border-radius: 10px;
}

.cabin-container h1 {
  margin-top: 10px;
  color: #565656;
  font-family: 'Dancing Script', cursive;
}

.about-cabin {
  box-sizing: content-box;
  height: auto;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.about-cabin h2 {
  margin-top: 40px;
  font-family: 'Dancing Script', cursive;
  font-size: 2.2em;
  color: #984B43;
}

.about-cabin p {
  color: #565656;
  margin-top: 15px;
}

.contact-container {
  margin-right: auto;
  margin-left: auto;
  width: 65%;
}

.contact-container img {
  z-index: 5;
}

.contact-img {
  display: flex;
  justify-content: center;
  margin-top: 25px;
  opacity: .2;
  z-index: 6;
}

.contact-img img {
  position: absolute;
  height: 600px;
  width: 95%;
  border: 6px solid #565656;
  z-index: 2;
}

.contact-header {
  margin-top: 50px;
  font-family: 'Dancing Script', cursive;
  font-size: 1.8em;
  text-align: center;
  z-index: 601;
}

.form-group {
  position: relative;
  margin-top: 5px;
  width: 45%;
  margin-left: auto;
  margin-right: auto;
  z-index: 600;
  margin-bottom: 40px;
}

#form-btn {
  align-self: center;
  z-index: 700;
}

/* Image Modal */

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.column {
  display: flex;
  justify-content: center;
  width: 20%;
  cursor: pointer;
}

.modal-row img {
  width: 150px;
  height: 100px;
  border: 4px solid #565656;
  border-radius: 10px;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  height: 50%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
}

.mySlides img {
  height: 500px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 70%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}


img.thumbnail {
  margin-bottom: 20px;
  width: 150px;
  height: 90px;
  padding: 3px;
  opacity: 0.6;
}

.active,
.thumbnail:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



@media(max-width:575px) {

  .sliderOuter .swiper-button-prev.swiperBtnStyle,
  .sliderOuter .swiper-button-next.swiperBtnStyle {
    display: none;
  }

  .testimonialSlider .swiper-slide {
    padding: 0 0px 50px;
  }

  .swiperBtnStyle.swiper-button-next {
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    margin-left: 5px;
  }

  .swiperBtnStyle.swiper-button-prev {
    left: auto;
    top: auto;
    bottom: 0;
    right: 50%;
    margin-right: 5px;
  }

  .testimonialSlider {
    padding: 10px 0 0;
  }

  .swiperBtnStyle {
    width: 30px;
    height: 30px;
  }

  .swiper-button-next.swiperBtnStyle::after,
  .swiper-button-prev.swiperBtnStyle::after {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 1157px) {
  .testimonialCol {
    font-size: larger;
    padding-top: 75px;
    padding-bottom: 50px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .testimonialCol {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 20px;
  }
  .contact-img img {
    height: 650px;
  }
  .cabin-container img {
    width: 70%;
    height: 250px;
  }
  .modal-row img {
    width: 80px;
    height: 50px;
  }
  .about-cabin {
    width: 75%;
  }
  .mySlides img {
    height: 200px;
  }
  img.thumbnail {
    margin-bottom: 20px;
    width: 80px;
    height: 50px;
    padding: 3px;
    opacity: 0.6;
  }
  .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 60%;
    height: 30%;
    max-width: 1200px;
  }
  .prev, .next {
    margin-top: -70px;
  }
  .text-block {
    position: absolute;
    align-items: center;
    opacity: .7;
    margin-top: -365px;
    margin-left: 5%;
    margin-right: auto;
    width: 85%;
    background-color: #565656;
    color: white;
    font-size: 0.5em;
    padding: 20px;
  }
  .container-fluid img {
    height: 400px;
  }
  .real {
    margin-left: 0;
  }
  .map {
    margin-left: 0;
  }
}