body{
	margin:0px;
	float:left;
	width:100%;
	background-color:#fff;
	font-family: 'Copse', serif;
	font-size:16px;
	-webkit-font-smoothing: antialiased;
	color:#38393b;
}

a{
	text-decoration: none;
	cursor: pointer;
}

h1{
	font-family: 'Rochester', cursive;
	font-size:40px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	font-weight:400;
}

h2{
	font-family: 'Rochester', cursive;
	font-size:30px;
	letter-spacing:-1px;
	margin:0;
	padding:0;
	font-weight:400;
}

p{
	padding:0;
	margin:0;
	line-height:1.75em;
}

a{
	color:#7a8995;
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}

a:hover{
	color:#38393b;
}


.container{
	position:relative;
	max-width:800px;
	margin:0 auto;
}


/*fullpage*/
#fullpage{
	width:100%;
	float:left;
}


/*Deel 1 titel*/

.section:nth-of-type(1){
	background-image:url(../img/header2.jpg);
	background-size:cover;
	background-position:center ;
	background-repeat:no-repeat;
	text-align:center;
	position:relative;
}

.section:nth-of-type(1) .titel{
	position:absolute;
	right:10%;
	top:50%;
	transform:translate(-10%, -50%);
}

.section:nth-of-type(1)  h1{
	display:inline-block;
	border-bottom: solid 2px #b5bec2;
	font-size:65px;
}

.section:nth-of-type(1)  p{
	font-size:22px;
	color:#fff;
	margin:15px 0 0 0;
}

/*deel 2 intro*/

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

.landkaart img{
	width:80%;
	height:auto;
}

.landkaart p{
	margin-top:45px;
	width:800px;
}

/*deel 3 */
.quoteBG{
	background-image:url(../img/quote2.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.quoteTxt{
	text-align:center;
	position: absolute;         
   	top: 50%;                   
   	transform: translate(0, -50%);
	left:0;
	width:100%;
	color:#7a8995;
}

.quoteTxt h2{
	font-size:50px;
}

.quoteTxt p{
	margin-top:5px;
}

/*deel 4*/
.textBlocks{
	position: absolute;         
   	top: 50%;                   
   	transform: translate(0, -50%);
	left:0;
	width:100%;
}
.textBlocks span{
	width:45%;
	float:left;
	text-align:justify;
	line-height:1.75em;
}
.textBlocks span:nth-of-type(2){
	float:right;
}

/*deel 5*/

.roadBG{
	background-image:url(../img/road.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.textElisa{
	position: absolute;         
   	top: 50%;                   
   	transform: translate(0, -50%);
   	-webkit-transform: translate(0, -50%);
	left:0;
	width:100%;
}

.textElisaBG{
	background-color:rgba(255, 255, 255, 0.75);
	padding:25px;
}

.textElisaBG p{
	border:1.25px dashed #7a8995;
	padding:25px;
	text-align:justify;
}

/*deel 6*/
.textBlocks span img{
	width:100%;
	height:auto;
	display:inline-block;
}

/*deel 7*/
.verhuizen{
	text-align:center;
	position: absolute;         
   	top: 50%;                   
   	transform: translate(0, -50%);
	left:0;
	width:100%;
}

.verhuizen img{
	width:40%;
	height:auto;
}

.verhuizen p{
	margin-top:45px;
	width:800px;
}

/*deel 8*/
.quoteBG2{
	background-image:url(../img/besluit.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.quoteBG2 .quoteTxt{
	text-align:center;
	position: absolute;         
   	top: 50%;                   
   	transform: translate(0, -50%);
   	-webkit-transform: translate(0, -50%);
	left:0;
	width:100%;
	color:#fff;
}
.quoteBG2 .quoteTxt p{
	margin-top:50px;
	font-size:16px;
}

/*deel 9*/

.guesthouseBG{
	background-image:url(../img/guesthouse.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.guesthouseBG .slide{
	position:relative;
}

.guesthouseBG .textElisa{
	position: absolute;         
   	top: 50%;                   
   	transform: translate(-30%, -50%);
   	-webkit-transform: translate(-30%, -50%);
	left:30%;
	width:40%;
}

.textElisaBG{
	background-color:rgba(255, 255, 255, 0.75);
	padding:25px;
}

.textElisaBG p{
	border:1.25px dashed #7a8995;
	padding:25px;
	text-align:justify;
}

.btn{
	position:absolute;
	right:30%;
	top:25%;
	transform: translate(30%, -25%);
   	-webkit-transform: translate(30%, -25%);
	color:#7a8995;
}

/*verdieping Guesthouse*/

.slide:nth-of-type(2) .textElisa{
	width:40%;
}

.slide:nth-of-type(2) .textElisa .textElisaBG p{
	border:none;
	padding:0;
	margin-top:15px;
}

/*foto's Guesthouse*/
.fotorama{
	margin-top:25px;
}


/*deel 10*/
.stormBG{
	background-image:url(../img/storm.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

/*deel 12*/
.zonBG{
	background-image:url(../img/zonsondergang.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.verschil{
	text-align:center;
	position: absolute;         
   	top: 50%;                   
   	transform: translate(0, -50%);
	left:0;
	width:100%;
	color:#fff;
}

.lijst{
	background-color:rgba(255, 255, 255, 0.75);
	padding:25px;
	float:left;
	text-align:left;
	line-height:2em;
	margin:25px 0;
}

.lijst ul {
	padding:15px;
	border:1.25px dashed #7a8995;
	color:#38393b;
	height:232px;
}

.lijst ul h2{
	margin-bottom:15px;
}

.lijst ul li{
	list-style:none;
}

.lijst:nth-of-type(2){
	float:right;
}

/*deel 13*/

.rustBG{
	background-image:url(../img/rust.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.rustBG .quoteTxt{
	color:#38393b;
}
.rustBG .quoteTxt p{
	margin-top:75px;
}

/*footer*/
footer{
	text-align:center;
	color:#7a8995;
	padding:25px;
}
