@charset "utf-8";
/* CSS Document */
body{
	color:#1b1b1b;
	}

.banner_img{
	background-image:url(../images/banner_img.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:100% auto;
	background-color:#FFF;
	padding-bottom:10%;
	}
.banner_img h3{
	font-size:48px;
	text-align:center;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight:700;
	letter-spacing:3px;
	margin:30px 0px;
	}
.banner_img h1{
	font-size:64px;
	text-align:center;
	font-family: "Crimson Text", serif;
	font-weight:700;
	margin-top:10%;
}
.banner_img h4{
	font-size:24px;
	text-align:center;
	font-family: "Source Sans 3", sans-serif;
	margin-bottom:30px;
}
.banner_img .text-center a{
	background:#000000;
	border-radius: 4px;
	font-family: "Source Sans 3", sans-serif;
	padding:15px 30px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	}

.know_sunwing_area h2{
	color:#8496ab;
	font-size:48px;
	font-family: "Crimson Text", serif;
	font-weight:700;
	}
.know_sunwing_area hr{
	color:#8496ab;
	width:50px;
	height:1px;
	}
.know_sunwing_area h4{
	color:#000;
	font-size:24px;
	font-family: "Source Sans 3", sans-serif;
	font-weight:400;
	margin-top:35px;
	}
.know_sunwing_area p{
	color:#5e5e5e;
	font-size:18px;
	font-family: "Source Sans 3", sans-serif;
	font-weight:400;
	margin-top:20px;
	}
.know_sunwing_area a{
	background:#000000;
	float:left;
	margin-top:20px;
	margin-bottom:50px;
	border-radius: 4px;
	font-family: "Source Sans 3", sans-serif;
	padding:15px 30px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	}

.side_banner{
	background-image:url(../images/side_banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	}
	
.nature_retreat{
	background:#e6f2ff;
	}
.nature_retreat h2{
	font-family: "Crimson Text", serif;
	font-size:48px;
	text-align:center;
	font-weight:700;
	}
.nature_retreat hr{
	width:50px;
	color:#7cb9f1;
	margin:0px auto;
	}
.nature_retreat h4{
	color:#000;
	font-size:24px;
	font-family: "Source Sans 3", sans-serif;
	font-weight:400;
	text-align:center;
	margin-bottom:20px;
	}
.nature_retreat p{
	color:#5e5e5e;
	font-size:18px;
	font-family: "Source Sans 3", sans-serif;
	font-weight:400;
	margin-top:20px;
	text-align:center;
	padding-bottom:20px;
	}
.gallery_section{
	background:#f6f6f6;
	padding:50px 0px;
	}
.gallery_section a{
	background:#000000;
	float:left;
	margin-top:20px;
	margin-bottom:50px;
	border-radius: 4px;
	font-family: "Source Sans 3", sans-serif;
	padding:15px 30px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
}
.gallery_page{
	background:#f6f6f6;
	padding:0px 0px 50px 0px;
	}
.gallery_page h2{
	font-size:48px;
	text-align:center;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight:700;
	letter-spacing:3px;
	margin:30px 0px;
	}
.gallery_header h3{
	font-size:48px;
	text-align:center;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight:700;
	letter-spacing:3px;
	margin:30px 0px;
	}
.gallery_header h3 a{
	text-decoration:none;
	color:#1b1b1b;
	}
.gallery_header h3 a:hover{
	text-decoration:none;
	color:#1b1b1b;
	}
	
.say_hello{
	
	}
.say_hello h2{
	font-family: "Crimson Text", serif;
	font-size:48px;
	text-align:center;
	font-weight:700;
	color:#8496ab;
	}
.say_hello hr{
	width:50px;
	color:#7cb9f1;
	margin:0px auto;
	}
.say_hello h4{
	font-family: "Source Sans 3", sans-serif;
	font-size:24px;
	text-align:center;
	font-weight:400;
	margin:30px 0px;
	}
.say_hello p{
	font-family: "Source Sans 3", sans-serif;
	font-size:18px;
	text-align:center;
	font-weight:400;
	color:#5e5e5e;
	padding:0px 245px 40px 245px;
	}

.footer{
	background:#e6f2ff;
	font-size:16px;
	color:#414f5d;
	font-family: "Source Sans 3", sans-serif;
	}
.footer a{
	color:#414f5d;
	font-weight:600;
	text-decoration:none;
	}
.copyright{
	display: flex;
  align-items: center;
  padding-top:0px;
	}

p.captcha_text{
	font-size: 12px;
	margin-top: 40px;
	font-family: "Source Sans 3", sans-serif;
}
	
.arrow-down {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black; /* Down arrow */
  transition: transform 0.3s ease;
}

.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black; /* Up arrow */
  transition: transform 0.3s ease;
}

#toggleButton{
	color:#5e5e5e;
	font-size:18px;
	line-height:28px;
	cursor:pointer;
	font-family: "Source Sans 3", sans-serif;
	}
#contentDiv{
	color:#5e5e5e;
	font-size:18px;
	line-height:28px;
	font-family: "Source Sans 3", sans-serif;
	}
	


.form-item {
  position: relative;
}

label, input, textarea {
  font-family: "Source Sans 3", sans-serif;
  font-size:18px !important;
  color:#474747 !important;
}

label {
  position: absolute;
  top: 15px;
  left: 2%;
  color: #999;
  font-size: clamp(14px, 1.5vw, 18px);
  pointer-events: none;
  user-select: none;
}

input, textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: clamp(15px, 1.5vw, 18px);
}

input:focus+label, 
input:valid+label, 
textarea:focus+label, 
textarea:valid+label {
  font-size: 13px !important;
  color: #999;
  top: -3px;
  transition: all .225s ease;
}

.submit-btn {
  	background:#000000;
	border-radius: 4px;
	font-family: "Source Sans 3", sans-serif;
	padding:15px 30px;
	font-size:16px;
	color:#fff;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
}

.submit-btn:hover {
  background:#242424;
}

.submit-btn:active {
  transform: scale(1.1, 1.1);
  filter: sepia(0.5);
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: clamp(40px, 10vw, 60px);
  }
}

@media only screen and (max-width: 400px) {
 /* h2 {
    font-size: clamp(30px, 12vw, 60px);
  }
  
  .links {
    padding-top: 30px;
  }
  
  img {
    width: 38px;
    height: 38px;
  }*/
}

@media screen and (max-width: 768px) {
.banner_img{
	background-image:url(../images/banner_img.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:auto 100%;
	background-color:#FFF;
	padding-bottom:10%;
}
.banner_img h3{
	font-size:32px;
	text-align:center;
	text-transform:uppercase;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight:700;
	letter-spacing:3px;
	margin:30px 0px;
	}
.banner_img h1{
	font-size:40px;
	text-align:center;
	font-family: "Crimson Text", serif;
	font-weight:700;
	margin-top:10%;
}
.banner_img h4{
	font-size:22px;
	text-align:center;
	font-family: "Source Sans 3", sans-serif;
	margin-bottom:30px;
}

.side_banner{
	background-image:url(../images/side_banner.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	background-size:100% 100%;
	height:390px;
	}
.say_hello p{
	font-family: "Source Sans 3", sans-serif;
	font-size:18px;
	text-align:center;
	font-weight:400;
	color:#5e5e5e;
	padding:0px 15px 40px 15px;
	}
.nature_retreat h2{
	font-family: "Crimson Text", serif;
	font-size:32px;
	text-align:center;
	font-weight:700;
	}
.copyright{
	display: flex;
  align-items: center;
  text-align:center;
  padding-top:30px;
	}
.know_sunwing_area h2{
	color:#8496ab;
	font-size:32px;
	font-family: "Crimson Text", serif;
	font-weight:700;
	text-align:center;
	}
.know_sunwing_area hr{
	color:#8496ab;
	width:50px;
	height:1px;
	margin:0px auto;
	}
	
}

@media screen and (max-width: 1024px) {
.banner_img{
	background-image:url(../images/banner_img.jpg);
	background-position:center center;
	background-repeat: no-repeat;
	background-size:100% 100%;
	background-color:#FFF;
	padding-bottom:10%;
}
}