body {
	font-size: 90%;
	margin: 0;
}

#nav {
	opacity: 0;
	visibility: hidden;
	background: url('../img/nav_bckgrnd_small1.png');
	background-repeat: no-repeat;
	background-size: cover;
	height: 375px;
	text-align: center;
}	

#nav li {
	padding: 0px 25px;
	display: block;
}

#nav_small {
	display: initial;
	background: url('../img/nav_bckgrnd_small.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: fixed;
	bottom: 0;
	height: 75px;
	width: 100vw;
	text-align: center;
	z-index: 11;
	cursor: pointer;
}

.nav_menu {
	position: absolute;
	color: #7C7573;
	font-family: century-gothic;
	font-size: 1.25em;
	bottom: 20px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
}

.container {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	height: 100vh;
}

/* ------------------- HOME--------------------------------------*/

.container.home {
	background-image: url('../img/home_big.jpg');
	background-position: center;
}

img {
	display: block;
	position: absolute;
	top: 40%;
 	left: 50%;
	transform: translate(-50%, -40%);
	width: 85vw;
	height: auto;
}

#logo, #quote {
	visibility: hidden;
	opacity: 0;
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
	transition-duration: 2s;
	-webkit-transition-duration: 2s;
}

/* ---------------- PIANOLESSEN ------------------------------------- */
.container.page1 {
	background-image: url('../img/pianolessen2.jpg') ;
	background-size: cover;
	background-attachment: fixed;
	background-position: -100px 0px;
	min-height: 200vh;
}


#pricing {
	background-image: url('../img/prijs.png');
	background-repeat: no-repeat;
	background-position: 0% 0%;
	background-size: contain;
	display: block;
	position: relative;
	width: 300px;
	top: 30px;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}


#pricing h2{
	margin-top: 0px;
	padding-top: 50px;
	text-align: center;
	font-size: 90%;
}

#pricing p {
	text-align: center;
	font-size: 80%;
	margin-left: auto;
	margin-right: auto;
}

#scroll {
	display: block;
	font-family: 'century-gothic';
	position: absolute;
	color: white;
	font-size: 1.25em;
	text-align: center;
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	top: 350px;
}


#p_left-col {
	background-image: url(../img/main-col.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: absolute;
	clear: both;
	display: block;
	width: 100%;
	top: 110vh;
	min-height: 0vh;
}

@media only screen and (min-width: 600px) {
	.container.page1 {
		background-position: 0px 0px;
	}

	#p_left-col {
		top: 60vh;
		width: 100vw;
	}

	.container.page1 {
		min-height: 100vh;
	}

	#scroll {
		display: none;
	}
}

#p_left-col h1 {
	padding-top: 25px;
	padding-left: 15px;
}

#p_left-col p {
	margin-top: -20px;
	margin-left: 30px;
	margin-right: 30px;
	padding-bottom: 30px;
}

/* ---------------------------- SUZUKI --------------------------- */

.container.page2 {
	background-image: url('../img/suzukimethode2.jpg');
	background-size: cover;
	background-position: center;
	height: 100%;
	background-attachment: fixed;
	display: table;
	width: 100vw;
}

.scroll_suzuki {
	height: 100vh;
	display: block;
	font-family: 'century-gothic';
	position: relative;
	color: black;
	font-size: 1.25em;
	text-align: center;
	left:0;
	right:0;
	bottom: 0px;
	margin-left:auto;
	margin-right:auto;

}

	.scroll_suzuki p{
		position: absolute;
		bottom: 200px;
		left: 0;
		right: 0;
		color: white;
	}

.s_main-col {
	background-image: url(../img/suzuki.png);
	background-size: 100% 100%;
	display: table-row;
	position: relative;
	margin-top: 0;
	width: 100vw;
	overflow: hidden;

}

	.s_main-col h1 {
		font-weight: lighter;
		position: relative;
		right: 0;
		top: 30px;
	}

	.s_main-col p {
		text-align: left;
		position: relative;
		top: 25px;
		right: 0;
		left: 10px;
		width: 90%;
	}

.s_left-col {
	background-image: url(../img/cirkel3.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: 100px 0px;
	position: relative;
	top: 25px;
	right: 0;
	z-index: 2;
	float: right;
}

.s_left-col p {
	text-align: right;
	width: 50%;
	font-family: century-gothic-bold;
	float: right;
	margin-right: 20px;
	margin-top: 15%;
}

@media only screen and (min-width: 600px) {
	.s_left-col {
		right: 100px;
		background-size: cover;
		background-position: 0px 0px;
	}

	.s_left-col p {
		text-align: center;
		float: none;
		padding-left: 75px;
	}
}



		#foto-klas1 {
			position: relative;
			left: -100px;
			top: 100px;
			z-index: 3;
		}
			#klas1 {
				height: 150px;
				width: 150px;
			}

		#foto-klas2 {
			position: relative;
			left: -75px;
			top: 250px;
			z-index: 3;
		}
			#klas2 {
				height: 150px;
				width: 150px;
			}

		#foto-klas3 {
			position: relative;
			left: 50px;
			top: 350px;
			z-index: 3;
		}
			#klas3 {
				height: 150px;
				width: 150px;
			}

/* ---------------------------- OVER MIJ --------------------------- */

.container.page4 {
	background-image: url('../img/overmij_big.jpg');
	background-attachment: fixed;
	position: sticky;
	overflow: scroll;
}

#o_main_col {
	visibility: visible;
	background-image: url(../img/suzuki.png);
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: 1;
	height: 90vh;
	width: 100vw;
	position: relative;
	bottom: 0;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	overflow: hidden;
}

#o_main_col h1 {
	position: relative;
	text-align: left;
	top: 30px;
	left: 15px;
}

#o_main_col p {
	position: relative;
	top: 30px;	
	left: 15px;
	width: 50%;
	font-size: 1em;
}

#profiel {
	position: relative;
	top: -175px;
	left: 300px;
	height: 200px; 
	width: 200px;
	float: right;
	margin-left: -50px;
}
@media only screen and (min-width: 600px) {
	#profiel {
		top: -50px;
	}
}
#overlay {
	background-image: url(../img/suzuki.png);
	background-repeat: no-repeat;
	background-size: 100vw 140vh;
	display: none;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	left: 0;
	right: 0;
	top: 50px;
	width: 100vw;
	height: 750px;
	z-index: 2;
	visibility: hidden;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	cursor: pointer;
	overflow-x: hidden;
}

#overlay h1 {
	position: relative;
	text-align: left;
	top: 20px;
	left: 15px;
} 

#overlay p {
	position: relative;
	text-align: left;
	top: 20px;
	margin: auto;
	width: 90%;
	font-size: 0.85em;
}

@media only screen and (min-width: 600px) {
	#o_main_col {
		top: 300px;
		height: 400px; 
	}

	#overlay {
		top: 300px;
		height: 500px;
	}
}

#lees {
	border: none;
	background-color: transparent;
	color: #4A4338;
	cursor: pointer;
	font-family: century-gothic;
	font-size: 1em;
	font-style: italic;
	text-decoration: underline;
	outline: none;
}

#lees:hover {
	color: black;
}

#lees:active {
	outline: none;
	color: black;
}

#lees:focus {
	outline: none;
}

/* Contact ------------------------------------------------------------------ */

.container.page5 {
	background-image: url('../img/contact1.jpg');
	background-position: left;
	background-size: cover;
	overflow: hidden;
}

.c_main-col {
	background-image: none;
	position: relative;
	height: 25%;
	width: 80%;
	top: 50%;
	left: 50px;
	
}

.c_main-col h1 {
	margin-left: 0px;
	padding-top: 0px;
}

.c_main-col p {
	position: relative;
	left: 0px;
	top: 0px;
	color: white;
}




