@charset "utf-8";
/* CSS Document */
*{
	margin: 0 auto; box-sizing:border-box;
}

.clearfix:before,.clearfix:after {
    content: " "; 
    display: table;
}
.clearfix:after {
    clear: both;
}

.container{
	width:100%;
	margin: 0 auto;

}

@media (max-width: 1300px){
	.container{margin:auto; max-width: 100%;}
}

body{
	font-family:'Montserrat', sans-serif; 
	font-size:75%; 
	color: #000; 
	width:100%;
	background:#FFF; 
	margin: 0 auto;
}

#header{
	background-image: url("img/relax2edit.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height: 723px;
}


@media (max-width: 950px){
	#header{min-height: 500px;}
}
@media (max-width: 750px){
	#header{min-height: 400px;}
}
@media (max-width: 500px){
	#header{min-height: 250px;}
}

.logo{
	display: block;
    margin: 0 auto;
	padding-top: 15px;
	width:15%;
}
.logo img{
	text-align: center;}

/* Navbar container */
nav {
	margin:0 auto;
	width: 1100px;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
}
@media (max-width:1250px){
	nav{width:100%;}
}


/* Links inside the navbar */
nav a {
	float: left;
	font-size: 13.5px;
	color: white;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 180px;
}

/* The dropdown container */
.dropdown {
	float: left;
	overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
	margin-top: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13.5px;
	border: none;
	outline: none;
	color: white;
	text-transform:uppercase;
	background-color: inherit;
	font-family: inherit; /* Important for vertical align on mobile phones */
	width: 180px;
	
}

/* background color to navbar links on hover */
nav a:hover, .dropdown:hover .dropbtn {
	background-color: rgba(181, 225, 221, 0.3);
	color: white;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color:rgba(181, 225, 221, 0.4);
	width:180px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	float: none;
	color: white;
	padding: 10px 0 10px 0;
	width:180px;
	text-decoration: none;
	display: block;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
	background-color: #5a8faf;
	color:white;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	width:180px;
}

/*Responsive Nav*/
@media screen and (max-width: 1118px)  {nav {margin: 0 auto; width: 1100px;}}

@media screen and (max-width: 1118px)  {
nav a {font-size: 12px;width: 150px;}
.dropdown .dropbtn {font-size: 12px; width: 200px;}
.dropdown-content {width:200px;}
.dropdown-content a {width:200px;}
.dropdown:hover .dropdown-content {width:200px;}
nav {width: 1000px; padding-top: 30px;}
}

@media screen and (max-width: 950px)  {
	#nav{display: none;}
	.logo{display: block; margin: 0 auto; width:20%;}
}
@media screen and (min-width: 951px)  {
	.burger, .burger-content, #open{display: none;}
}

.burger {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background: rgb(21,34,68);
    background: linear-gradient(138deg, rgba(21,34,68,1) 0%, rgba(71,98,145,0.896796218487395) 20%, rgba(88,159,181,1) 70%, rgba(61,107,141,1) 100%);
    overflow-x: hidden;
    transition: 0.5s;
	clear: both;
}

.burger-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
}

.burger a {
    padding: 12px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: 0.3s;
	text-transform: uppercase;
}

.burger a:hover, .burger a:focus {
    color: #8abae5;
}

.burger .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

#open{
	font-size:20px;
	cursor:pointer;
	text-transform: uppercase;
	color: white;
	position:absolute;
	top: 8%;
	margin-left: 50px;
}

@media screen and (max-width: 735px)  {
	#open{top: 35px;}
}

@media screen and (max-width: 568px) {
  	.burger .closebtn {
		font-size: 30px;
    	top: 10px;
    	right: 25px;}
	#open{margin-left: 20px;}
	.burger a{font-size:20px;}
}

@media screen and (max-width: 500px) {
  	.burger .closebtn {
		font-size: 40px;
    	top: 10px;
    	right: 35px;}
	#open{margin-left: 15px;font-size: 15px;top:5%;}
	.burger a{font-size:20px;}
}

#btt {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 99;
	border-style: solid;
	border-width: 2px;
	outline-color: white;
	background-color: #8abae5;
	cursor: pointer;
	padding: 10px;
	border-radius: 4px;
	
}

#btt:hover {
  background-color: #77A0B6;
}

#bkgrnd{}

#quote{
	width: 100%;
	margin: 0 auto;
	background-color: #77A0B6;
	text-align: center;
	color: white;
	font-style: italic;
	letter-spacing: 3px;
	font-size: 18px;
	padding: 35px;
}

.more{
	background-color: white;
	color: #77A0B6;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	width:200px;
	border-radius: 20px;
	border: none;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 15px;
	font-weight: 700;
}

@media (max-width: 785px){
	#quote{font-size: 14px;}
}

@media (max-width: 670px){
	#quote{font-size: 10px; height: 90px;padding: 20px;}
	.more{width:150px;font-size: 10px;margin-top: 10px;}
}

@media (max-width: 520px){
	#quote{font-size: 14px; height: 110px;}}


.more:hover {
	background-color:#A0B3BB;
	color: white;
}

.classes{
	position: relative;
	width: 20%; 
	float: left;
	margin:0;
	padding:0;
	display: block;
	margin-bottom: 25px;
}
	

h2{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #4A84AD;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 18px;	
}
@media (max-width:520px){h2 {font-size: 15px; margin-bottom: 10px;}}


.box{
	display: block;
    margin: 0 auto;
	width: 100%;
	height: auto;
	
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(74, 132, 173, 0.8);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.classes:hover .overlay {
	height: 100%;
}

.text{
	position: absolute;
	top: 40%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color:white;
	font-size: 20px;
	width: 175px;
	text-align: center;
}

@media (max-width: 925px){.text{font-size: 15px;top: 30%;}}
@media (max-width: 725px){.text{font-size: 10px;top: 25%;width: 100%;padding:5px;}}
@media (max-width: 625px){.text{font-size: 8px;top: 25%;}}
@media (max-width: 550px){.text{font-size: 6px;top: 10%;}}

h3{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: #4A84AD;
	margin-top: 25px;
	font-size: 18px;
}
@media (max-width:520px){h3 {font-size: 15px; margin-bottom: 10px;}}

#icons{
	margin-bottom: 25px;
	clear: both;
	max-width: 1250px;
}

.icon{
	text-align: center;display: inline-block; width:24%; padding:0; margin: 0;}

.icon img{width:90%;}
@media (max-width: 850px){#icons{margin-bottom: 15px;}}

#startbg{
	background-image: url("img/balanceedit.jpg");
	min-height: 30em;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

#starttxt{
	width: 50%;
	float: left;
	background-color: rgba(74, 132, 173, 0.6);
	color: white;
	min-height: 30em;
	text-align: center;
	padding-top: 30px;
}

#starttxt p{font-size: 18px; line-height: 200%;}

@media (max-width: 1085px){
	#startbg{min-height: 28em;}
	#starttxt{min-height: 28em;padding-top: 10px;}
	#starttxt p{font-size: 16px;}
}
@media (max-width: 950px){
	#startbg{min-height: 25em;}
	#starttxt{min-height: 25em;padding-top: 0px;}
}
@media (max-width: 750px){
	#starttxt p{font-size: 14px;}
}
@media (max-width: 670px){
	#starttxt p{font-size: 12px;padding-top: 10px; padding-bottom: 10px;}
}

@media (max-width: 560px){
	#starttxt p{font-size: 11px;padding-top: 10px; padding-bottom: 10px;}
}

@media (max-width: 500px){
	#starttxt p{font-size: 13px;padding-top: 0px;  width: 80%;padding-bottom: 0px;}
	.startbr{display: none;}
}
/*@media (max-width: 925px){#startbg{min-height: 300px;}}
@media (max-width: 725px){#startbg{min-height: 260px;}}
@media (max-width: 625px){#startbg{min-height: 220px;}}
@media (max-width: 550px){#startbg{min-height: 190px;}}*/

#mapbg{
	background-image: url("img/map.jpg");
	min-height: 30em;
	width: 100%;
	background-size: cover;
	background-position:center;
	background-repeat: no-repeat;
	overflow-x: hidden;
}

@media (max-width: 775px){
	#mapbg{background-image: url("img/mapedit.jpg");}
}

@media (max-width: 605px){
	#mapbg{background-image: url("img/mapedit1.jpg");}
}
#mapbg a {color:white; text-decoration:none;}

#maptxt{
	width: 50%;
	float: right;
	background-color: rgba(74, 132, 173, 0.6);
	color: white;
	min-height: 30em;
	text-align: center;
	padding-top: 30px;
}

#maptxt p{font-size: 18px; line-height: 200%; width: 80%;}

@media (max-width: 500px){
	#maptxt p{font-size: 15px;padding-top: 0px;  width: 80%;padding-bottom: 10px;}
}

h4{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	color: white;
	padding-top: 25px;
	font-size: 18px;
}
@media (max-width:520px){h4 {font-size: 15px;}}

#testimonials{
	width: 100%;
	margin: 0 auto;
	background-color: #77A0B6;
	text-align: center;
	color: white;
}


/* testimonials container */
.testimonials-container {
	width: 100%;
	position: relative;
	margin: 0 auto;
}


/* Hide by default */
.mySlides {
	display: none;
	width: 80%;
	padding-top: 15px;
	font-size: 15px;
	text-align: left;
	height: 100px;
}

@media (max-width:1155px){.mySlides {font-size: 13px;}}
@media (max-width:810px){.mySlides {height: 120px;}}
@media (max-width:685px){.mySlides {height: 140px;}}
@media (max-width:520px){.mySlides {font-size: 12px;}}
@media (max-width:485px){.mySlides {font-size: 12px;height: 160px;}}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 15px 5px 15px 5px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

@media (max-width:485px){
	.dot {margin-top: 25px;}
}

.active, .dot:hover {
	background-color: #717171;
}

/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	user-select: none;
}

/* Position the "next button" to the right */
.prev{
	left: 0;border-radius: 0 3px 3px 0;
}

.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);
}

/* Fading animation */
.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

@keyframes fade {
	from {opacity: .4} 
	to {opacity: 1}
}

#ft{
	margin:0 auto;
	width: 600px;
	overflow: hidden;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.logoft{
	display: block;
	padding-bottom: 5px;
	width:25%;
}

.logoft img{width: 14%;}

#footer a{
	float: left;
	color: black;
	text-align: center;
	text-decoration: none;
	text-transform:uppercase;
	margin-top: 5px;
	padding: 10px 2px;
	letter-spacing: 2px;
	width: 100px;
	margin-bottom: 10px;
}

#copyright{
	float: left;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #4A84AD;
	width: 100%;
}

#copyright a{
	color: #4A84AD;
	text-decoration: none;
}

@media (max-width: 510px){#copyright{font-size: 10px;}}

@media (max-width: 615px){
	#ft{width: 100%;}
	#footer a{width: 95px;}
}

@media (max-width: 586px){
	#footer{width: 480px;}
	#footer a{width: 80px; font-size: 10px;}
}

@media (max-width: 500px){
	#footer{width: 450px;}
	#footer a{width: 75px; padding: 0;}
	#span{display:none;}
}

@media (max-width: 465px){
	#footer{width: 270px;}
	#footer a{padding-right: 10px;width: 90px;}
	#copyright{margin-top: 10px;}
}