@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alata&family=Bree+Serif&family=DM+Serif+Display&family=Fjalla+One&family=Homemade+Apple&family=PT+Sans+Narrow:wght@400;700&family=Roboto:wght@400;900&family=Shrikhand&family=Spirax&family=Voltaire&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");


body {
	background-color: black!important;
}

p {color: white;}

/* First hero */
.hero-image {
 background-image: url(../images/index.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
 height: 1058px;
 width: 100%;
}

.col h5 {padding-top: 10px;}

.space {text-align: center;}

.discover {margin-top: 100px;}
.figure img {padding: 30px 0px;}

label {margin-right: 50px!important;
 margin-top: 5px;}

.bookbord {;
background-color: black;
border: solid 5px white;
padding-top: 70px;
margin-bottom: 100px!important;
}

.confirmbord {;
background-color: black;
border: solid 5px white;
margin-bottom: 100px!important;
width: 50%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.navbar-toggler {background-color: white!important;}

.hero-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
}

.hero-image h1 {padding: 25px;}

.special {
 margin: 30px 0px!important;
}

/* Second hero */
.hero-image2 {
 background-image: url(../images/pinetrees.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
 height: 800px;
 width: 100%;
}


.hero-text2 {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  margin-top: 50px;
}

.hero-text2 h1 {margin-bottom: 30px;}

.lakelife {background-color: white;
margin-top: 100px!important;}




/* Third hero */
.hero-image3 {
 margin: 270px 0px!important;
}


.hero-text3 {
  text-align: center;
  position: absolute;
  top: 48%;
  right: 25%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  transform: rotate(-90deg);
}

.hero-image4 {
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
 height: 800px;
 width: 100%;
}

.hero-image5 {
 background-image: url(../images/discovertop.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
 height: 800px;
 width: 100%;
}
	
.hero-image6 {
 position: relative;
 height: 800px;
 width: 100%;
margin-bottom: 170px;
}

.bookertree {
 background-image: url(../images/bookingtree.png);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 background-attachment: fixed;
 position: relative;
}

.hero-text4 {
  text-align: center;
  color: white;
  transform: rotate(-90deg);
}

.hero-textsummer {
  text-align: center;
  position: absolute;
  top: 61%;
  right: 40%;
  transform: translate(-50%, -50%);
  color: white;
  width: 100%;
  transform: rotate(-90deg);
}
/* Buttons */

.versionone {
	background-color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 500!important;
	font-size: 16px;
	color: #fff;
	padding: 4px 35px;
	text-transform: uppercase;
	border: none;
	transition-duration: 0.4s;}

.versionone:hover {
  background-color: #fff;
  color: #000;
}

.versiontwo {
	background-color: #fff;
	font-family: futura-pt, sans-serif;
	font-weight: 500!important;
	font-size: 16px;
	color: #000;
	padding: 6px 60px;
	text-transform: uppercase;
	border: none;
 	margin-bottom: 40px;
	transition-duration: 0.4s;
}

.versiontwo:hover {
  background-color: #000;
  color: #fff;
}

.versionthree {
	background-color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 500!important;
	font-size: 12px;
	color: #fff;
	padding: 4px 40px;
	text-transform: uppercase;
	border: solid 2px #fff;
	transition-duration: 0.4s;}

.versionthree:hover {
  background-color: #fff;
  color: #000;
}

.versionfour {
	background-color: #000;
	font-family: futura-pt, sans-serif;
	font-weight: 500!important;
	font-size: 18px;
	color: #fff;
	padding: 4px 40px;
	text-transform: uppercase;
	border: solid 2px #fff;
	transition-duration: 0.4s;}

.versionfour:hover {
  background-color: #fff;
  color: #000;
}


.box2{
	width: 65%;
	height: 400px;
	position: absolute;
	bottom: 0;
	left: 15%;
	top: 18%;
    }

.box3{
	position: absolute;
	bottom: 0;
	left: 10%;
	height:300px;
	width: 30%;
	background-color: white;
    }

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
  overflow: hidden;
  height: 272px;
  width: 400px;
}

.zoom:hover {
  transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}


.season img {padding: 15px;}

.textbox{
	text-align: center;
	position: absolute;
	top: 0;
	left: 60%;
	
}

.stack-top{background-color: white;}


/* Begin booking form styles */
.booking-form::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}


.booking-form .form-header {
    text-align: center;
    position: relative;
    margin-bottom: 10px
}

.booking-form .form-header h1 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 42px;
    margin: 0px;
    color: #000;
}

.booking-form .form-group {
    position: relative;
    margin-bottom: 30px
}

.booking-form .form-control {
    background-color:#FFF;
    height: 45px;
    padding: 0px 25px;
    border: none;
    color: #000;
	opacity: 0.8;
    box-shadow: 0px 0px 0px 2px transparent;
    box-shadow: 0px 0px 0px 2px transparent;
    transition: 0.2s;
    transition: 0.2s;
	font-family: 'Voltaire', sans-serif;
	font-size: 16px;
}


.booking-form .form-control::-webkit-input-placeholder {
        color: #000;
}

.booking-form .form-control:-ms-input-placeholder {
    color: #000;
}

.booking-form .form-control::placeholder {
    color: #000;
}



.booking-form input[type="date"].form-control {
    padding-top: 0px
}

.booking-form input[type="date"].form-control:invalid {
    color: #000;
}

.booking-form input[type="date"].form-control+.form-label {
    opacity: 1;
    top: 8px;
}


.booking-form select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.booking-form select.form-control:invalid {
    color: rgba(255, 255, 255, 0.5)
}

.booking-form select.form-control+.select-arrow {
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    line-height: 32px;
    height: 32px;
    text-align: center;
    pointer-events: none;
    font-size: 14px;
	color: black;
}


.booking-form select.form-control+.select-arrow:after {
    content: '\279C';
    display: block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.booking-form select.form-control option {
    color: #000;
}

.booking-form .form-label {
    position: absolute;
    top: -14px!important;
    left: 6px;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.3px;
    height: 15px;
    line-height: 15px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
	font-family: 'Voltaire', sans-serif;
}

.booking-form .form-group.input-not-empty .form-control {
    padding-top: 16px
}

.booking-form .form-group.input-not-empty .form-label {
    opacity: 1;
    top: 10px
}

.booking-form .submit-btn {
    color: #fff;
    background-color: #003D4C;
    font-weight: 700;
    height: 60px;
    padding: 10px 30px;
    width: 30%;
    border: none;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1.3px;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}



.booking-form .submit-btn:hover,
.booking-form .submit-btn:focus {
    opacity: 0.9
}

.booking2 {
	margin: 100px!important;
}

/*End Booking Form Styling*/

.responsive {
  max-width: 100%;
  height: auto;
}

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

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



#navbar {
  position: fixed;
  transition: 1s;
	width: 100%;
}
	

.navbar a {
	font-family:'Roboto', sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
}

.navbar li {
	font-size: 12px;
	padding: 0px 20px;
}


.accom h1 {margin-top: 20px;}

.navbar li:after{
  content: '';
  display: block;
    border-bottom: 2px solid #fff;
    transform: scaleX(0);
    transition: .2s ease-in-out;
}
.navbar li:hover:after{
   transform: scaleX(1);
}

.col {
	text-align: center;
}
p {font-family: futura-pt, sans-serif;
 font-size: 18px;
}

h6 {color:#fff!important;
font-family: 'Homemade Apple', cursive;
font-size: 30px!important;}



h1 {font-family: 'Homemade Apple', cursive;
	font-style: normal;
	color: #FFF;
}


h2 {font-family: 'Homemade Apple', cursive;
	color: #fff;
	font-size: 65px!important;
	letter-spacing: 4px;
	margin-top: 25px!important;
	
}



h3 {font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 700!important;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
	}


h4 {font-family: futura-pt, sans-serif;
	font-style: normal;
	color: #FFF;
	font-weight: 500!important;
	text-transform: uppercase;
	font-size: 25px!important;
}

h5 {font-family: futura-pt, sans-serif;
	font-style: normal;
	color: #FFF!important;
	font-weight: 500!important;
	text-transform: uppercase;
	font-size: 16px!important;
	letter-spacing: 2px;
}

.col {padding-bottom: 15px;}

.figure-caption {color:#fff!important;
font-family: 'Homemade Apple', cursive;
font-size: 40px!important;
}

.col-sm-3 {margin-top: 30px!important;}

	#navbar {
  	position: fixed;
  	transition: 1s;
	width: 100%;
	z-index:1000;
}


.navbar a {
	font-family: futura-pt, sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
}

.navbar li {
	font-size: 12px;
	padding: 0px 20px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: 200;
}

.navbar li:after{
  	content: '';
 	 display: block;
    border-bottom: 2px solid #fff;
    transform: scaleX(0);
    transition: .2s ease-in-out;
}
.navbar li:hover:after{
  	 transform: scaleX(1);
}

.icon {padding: 6px;
color: white;
font-size: 25px;}

footer {
	font-family: futura-pt, sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	
}

h1 img {padding-bottom: 10px;}