/* Global */
@font-face {
	font-family: 'century-gothic';
	src: url('../fonts/century-gothic.ttf');
}

@font-face {
	font-family: 'h1';
	src: url('../fonts/h1.otf');
}

@font-face {
	font-family: 'century-gothic-bold';
	src: url('../fonts/century-gothic-bold.ttf');
}

* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #FFFBF5;
	font-size: 100%;
}

p {
	font-family: century-gothic;
	color: #4A4338;
	font-size: 1em;
	font-weight: lighter;
	line-height: 1.3;

}

h1 {
	font-family: h1;
	color: #67524A;
	font-weight: lighter;
	font-size: 4em;
}

h2 {
	font-family: 'century-gothic-bold';
	font-size: 1.25em;
	color: #4A4338;
}


.small-text {
	font-size: 0.75em;
}

#show_home {
	opacity: 0;
	transition: 1.5s;
}

/* ALERT! corona */
.alert {
  padding: 20px;
  background-color: #FFFBF5; 
  margin-bottom: 15px;
  z-index: 10;

}

/* The close button */
.closebtn {
  margin-left: 15px;
  color: black;
  font-weight: bold;
  float: right;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

/* When moving the mouse over the close button */
.closebtn:hover {
  color: white;
}

/* Main-col --------------------------------------------------------------------- */


.container {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	min-height: 100vh;
	max-width: 1920px;
	margin: auto;
	padding: 0;
}
	/* Home --------------------------------------------------------------------- */

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

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

#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/pianolessen_big.jpg') ;
}

#scroll {
	display: none;
}

#p_left-col {
	background-image: url('../img/left-col.png');
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	width: 30%;
	min-height: 100vh;
}

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

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

#pricing {
	background-image: url('../img/prijs.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: inline-block;
	position: absolute;
	width: 400px;
	height: 400px;
	top: 5%;
	left: 50%;
	opacity: 0;
	transition-delay: 1.5s;
	-webkit-transition-delay: 1.5s;
	transition-duration: 2s;
	-webkit-transition-duration: 2s; 

}

#pricing h2{
	margin-top: 40px;
	text-align: center;
}

#pricing p {
	text-align: center;
	padding-top: 10px;
}


	/* Suzuki ----------------------------------------------------------------- */
.container.page2 {
	background-image: url('../img/suzukimethode_big.jpg');
	background-position: 0px 0px;
	height: 1250px;
	background-attachment: fixed;
}


.scroll_suzuki {
	display: none;
}

.s_main-col {
	background-image: url(../img/cirkel1.png);
	background-repeat: no-repeat;
	background-size: 1480px 1480px;
	float: right;
	height: 1250px;	
	margin-top: 50px; 
	width: 1000px;

}

.s_main-col h1 {
	font-weight: lighter;
	position: absolute;
	right: 165px;
	top: 175px;

}

.s_main-col p {
	text-align: right;
	position: absolute;
	top: 259px;
	right: 190px;
	width: 464px;
	
}

.s_left-col {
	background-image: url(../img/cirkel3.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 380px;
	right: 660px;
	height: 320px;
	width: 320px;
	margin-left: 20px;
	z-index: 2;
}

.s_left-col p {
	position: relative;
	top: 75px;
	left: 50px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 70%;
	font-family: century-gothic-bold;
}

	#foto-klas1 {
		position: absolute;
		right: 970px;
		top: 980px;
		z-index: 5;
	}

		#klas1 {
			height: 359px;
			width: 359px;
		}

	#foto-klas2 {
		position: absolute;
		right: 600px;
		top: 980px;
		z-index: 5;
	}

		#klas2 {
			height: 359px;
			width: 359px;
		}

	#foto-klas3 {
		position: absolute;
		right: 230px;
		top: 980px;
		z-index: 5;
	}

		#klas3 {
			height: 359px;
			width: 359px;
		}

	/* Foto's ------------------------------------------------------------------- */
.container.page3 {

}
	/* Over mij ----------------------------------------------------------------- */
.container.page4 {
	background-image: url('../img/overmij_big.jpg');
	background-attachment: fixed;
}

#o_main_col {
	visibility: visible;
	background-image: url(../img/cirkel1.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	height: 500px;
	width: 500px;
	margin: auto;
	position: relative;
	top: 50px;
	transition: ease 1s;
	-webkit-transition: ease 1s;
}

#o_main_col p {
	position: relative;
	top: 120px;	
	left: 75px;
	width: 60%;
	font-size: 1.1em;
}

#o_main_col h1 {
	position: relative;
	text-align: center;
	top: 100px;

}

#profiel {
	position: relative;
	top: -100px;
	left: 500px;
	height: 275px; 
	width: 275px;
}

#overlay {
	background-image: url(../img/cirkel2.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	opacity: 0;
	left: 0;
	right: 0;
	top: 50px;
	width: 850px;
	height: 850px;
	z-index: 2;
	visibility: hidden;
	transition: ease 1s;
	-webkit-transition: ease 1s;
	cursor: pointer;
}

#overlay h1 {
	position: relative;
	text-align: center;
	top: 50px;
} 

#overlay p {
	position: relative;
	text-align: center;
	top: 50px;
	margin: auto;
	width: 70%;
	font-size: 0.85em;
}

#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/contact_big.jpg');
	background-repeat: no-repeat;
	background-position: left bottom;
}

.c_main-col {
	background-image: url('../img/cirkel1.png');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	height: 250px;
	width: 500px;
	bottom: 0px;
	left: 25%;

}

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

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

/* footer ----------------------------------------------------------------------- */
#nav_small{
	display: none;
}
#nav {
	background: url('../img/nav_bckgrnd.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: fixed;
	bottom: 0;
	height: 75px;
	width: 100vw;
	max-width: 1920px;
	text-align: center;
	margin: 0;
	z-index: 10;
}


#nav li {
	margin-top: 30px;
	padding: 0px 25px;
	display: inline-block;
}

#nav li a {
	font-family: century-gothic;
	font-size: 125%;
	color: #7C7573;
	text-decoration: none;
}
#nav li a:hover {
	color: black;
}

#nav li a:active {
	color: black;
}

#current {
	text-decoration: underline;
}