body{
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif;
}
/* ------------------------------------------------------------------------------ MAIN STRUCTURE*/
.title{
	width: 100%;
	min-width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}
.space_wrapper{
	width: 100%;
	min-width: 300px;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	background-repeat: repeat;
	box-shadow: 0px 2px 3px #000 inset;

}
.yoga_pic_wrapper{
	width: 100%;
	min-width: 300px;
	height: 400px;
	padding: 0px;
	margin: 0px;
	box-shadow: 0px 2px 3px #000 inset;
}

#new_wrapper {
	background: url('../images/bush.png') repeat repeat;
	box-shadow: none;
}

#first_wrapper{
	background: url('../images/1.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#second_wrapper{
	background: url('../images/7.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#third_wrapper{
	background: url('../images/3.JPG') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover; 
}
#fourth_wrapper{
	background: url('../images/5.JPG') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

footer{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 40px 0px 40px 0px;
	position: relative;
	bottom: 0;
	box-shadow: 0px 2px 10px #000 inset;
	background-image: url('../images/vert.png');
	min-width: 300px;
}
/* ------------------------------------------------------------------------------ Navigation */
nav{
	width: 100%;
	min-width: 300px;
	height: 70px;
	margin: 0px;
	padding: 0px;
	border-top: 1px dotted #799ab5;
	border-bottom: 1px solid #637684;
	background-color: #fff;
}
nav ul{
	width: 100%;
	height: 30px;
	margin: 0px auto 0px auto;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
nav li{
	height: 70px;
	list-style: none;
	display: inline-block;
	text-align: center;
	white-space:nowrap;
	margin: auto 30px;
}
nav li a{	
	padding: 0px 20px 0px 20px;	
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #799ab5;
	text-align: center;
	display: inline-block;
	line-height: 70px;
	text-decoration: none;
	letter-spacing: 1px;
}
nav li a:visited{
	color: #799ab5;
}
nav li a:hover{
	color: #fff;
	text-shadow: 0px 1px 2px #111;
	background-color: #799ab5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}

.space_wrapper a{
	padding: 8px;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	background-color: #799ab5;
	text-decoration: none;
	letter-spacing: 1px;
}
.space_wrapper a:visited{
	color: #fff;
}
.space_wrapper a:hover{
	background-color: #475a69;
}


/* ------------------------------------------------------------------------------ TYPE */
h1 {
	width: 60%;
	font-family: 'Lato', sans-serif;
	font-size: 45px;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	letter-spacing: 3px;
	color: #fff;
	margin: 0px auto;
	padding: 30px;
	text-shadow: 0px 2px 4px #232d36;
	margin: auto;

}

.yoga_pic_wrapper {
	display: flex;
	align-items: flex-start;
}

h2{
	width: 60%;
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	font-weight: 400;
	font-style: italic;
	text-align: left;
	letter-spacing: 3px;
	color: #799ab5;
	padding: 10px 0px 5px 0px;
}

h3,
.facebook p,
.space_wrapper p{
	width: 60%;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-align: left;
	letter-spacing: 1px;
	color: #232d36;
	margin: 0px auto 0px auto;
	padding: 40px 30px 40px 30px;
}
.facebook p{
	width: 100%;
	padding: 0 0 10px 0;
}
h3{
	margin-bottom: 0;
    padding-bottom: 0;
    font-weight: bold;
    color: #5372A5;
    font-size: 28px;
    margin: 0;
}

.space_wrapper p b{
	color: #53728d;
	font-size: 22px;
}
.space_wrapper p i{
	color: #53728d;
}

footer p{
	width: 60%;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 200;
	text-align: left;
	letter-spacing: 0px;
	color: #fff;
	margin: 0px auto 0px auto;
	padding: 40px 30px 40px 30px;
}
footer p b{
	font-size: 30px;
	color: #fff;	
}

p.event{
	border-bottom: 1px solid #53728D;
	padding-top: 20px;
}

.spa,
.mill{
	float: left;
    margin-right: 20px;
    border: 25px solid #B7CACE;
}
.spa{
    margin-bottom: 50px;
}

@media screen and (max-width: 650px){
	.event,
	.mill{
		width: 100%;
	}
}


/* ------------------------------------------------------------------------------ Misc*/

.logo{
	display: block;
	margin: 0px auto 0px auto;
	padding: 20px;
}
/* scaling */
@media screen and (max-width: 1165px) {
	nav li{
	margin: 0px 20px 0px 20px;
	}
	nav ul{
		width: 900px;
	}	
}


@media screen and (max-width: 926px) {
	nav li{
		margin: 0px 5px 0px 5px;		
	}
	nav li a{	
	padding: 0px 5px 0px 5px;	
	font-size: 12px;
	}
	nav ul{
		height: auto;
		width: 505px;
	}	
}

@media screen and (max-width: 874px) {
	.space_wrapper p{
		width: 90%;
		padding: 40px 0px 40px 0px;
	}

	#first_wrapper{
		height: 200px;
		background: url('../images/mobile/1.jpg') top;
		background-repeat: no-repeat; 
		background-size: inherit;
	}
	#second_wrapper{
		height: 200px;
		background: url('../images/mobile/7.jpg') top;
		background-repeat: no-repeat; 
		background-size: inherit;
	}
	#third_wrapper{
		height: 200px;
		background: url('../images/mobile/3.JPG') top;
		background-repeat: no-repeat;
		background-size: inherit; 
	}
	#fourth_wrapper{
		height: 200px;
		background: url('../images/mobile/3.JPG') top;
		background-repeat: no-repeat;
		background-size: inherit; 
	}


	h1{
	width: auto;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	min-width: 100px;
	font-size: 30px;
	line-height: 327px;
	}

	footer{
		padding: 40px 0px 40px 0px;
	}
	
	footer p{
		padding: 0px;
	}

	.number{
		width: 193px;
	}

}	

@media screen and (max-width: 524px) {

	nav{
		height: auto;
	}

	nav ul {
		width: 100%;
	}

	nav li {
		display: block;
		padding: 0;
		margin:0;
	}

	nav li a {
		display: block;
		padding: 0;
	}

}

/*facebook*/
.facebook{
	width: 60%;
	margin: 10px auto;
	background: #fff;
	padding: 50px;
	border-top: 2px solid #f5f5f5;
}
.facebook-image{
	float: right;
    margin-top: -39px;
}

.split-flex {
	max-width: 60%;
	margin: 20px auto;
	padding: 60px;	
	background: #f3fcff;
	display: flex;
	justify-content: center;
}

.split-flex p {
	font-size: 26px;
	line-height: 1.6;
}

/*Zoom form*/

.zoom {
	max-width: 1600px;
    background: #e6f8ff;
    margin: 40px auto;
    padding: 60px;
}

.zoom__col p {
	font-size: 24px;
}



/*footer stuff*/

.footer-extra {
	background: none;

	width: 60%;
    margin: 0 auto;
    padding: 40px;
    background: rgba(0,0,0,0.2);
}

.footer-extra h2 {
	margin-top:  0;
	color: #fff;
	font-size: 40px;
}
