/*
Theme Name: Simple Parallax Website
Description: Simple Parallax Scrolling Effect
Author: Samuel Dalusung
*/

/*= GENERAL STYLING
--------------------------------------------------------*/

body{
	margin: 0px;
	padding: 0;
	width: 100%;
}

header {
    z-index: 100;
}

h1 { 
    font-family: 'Arvo', serif;
	font-weight:normal;
	font-size: 2.5em;
	text-align: center;
	color: #000;
	margin: 0;
	padding: 0;
}

h2 {
   font-family: 'Arvo', serif;
   font-weight: normal;
   font-size: 2em;
   text-align: center;
   color: #000;
   margin: 0;
	padding: 0;
}

h3 {
   font-family: 'Oswald', sans-serif;
   font-weight: normal;
   font-size: 2em;
   text-align: left;
   margin: 5px 0;
   color: #000;
	padding: 0;
	z-index: 1;
	position: relative;
}

h4 {
   font-family: 'Oswald', sans-serif;
   font-weight: normal;
   font-size: 1.65em;
   text-align: left;
   color: #000;
   margin: 5px 0;
	padding: 0;
	z-index: 1;
	position: relative;
}

h5 {
   font-family: 'Open Sans Condensed', sans-serif; 
   font-weight: 700;
   font-size: 1.25em;
   text-align: left;
   color: #000;
   line-height: 0.8em;
   margin-bottom: -5px;

}


p {
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 300;
	font-size: 1.25em;
	text-align: left;
	line-height: 1.25em;

	
}

footer a{
	font-family: 'Open Sans Condensed', sans-serif;
	color: #555;
	font-size: 1em;
	font-weight: 300;
	text-align: center;
	float: center;
    text-decoration: none;
    position: fixed;
    bottom: 5px;
}



table {
	color: #000; font-family:'Sorts Mill Goudy', serif;
	font-size: 0.9em;
	font-style: italic, oblique;
}
th 
{
	
	text-align: left;
	border-bottom: solid 1px black;
	color: #000; font-family:'Arvo', serif;
	font-size: 1.35em;
	font-style: italic, oblique;
}


.celA {
	font-size: 1em; font-family:'Sorts Mill Goudy', serif;
	vertical-align: text-top;
}
.disclaimerlist{
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 1.15em;
	font-style: light;

}
a.algemenevoorwaarden{
	text-decoration: none;
	color: #555;
}

.celB {
	font-size: 1em; font-family:'Sorts Mill Goudy', serif;
}
.center { margin: 0 auto; }
.content{ margin: 0 auto; width: 585px; }
.disclaimer {margin: 0 auto; width: 585px; text-align: left;}
a.footer {margin: 0; float: center; width: 585px;}
.clear { clear: both; }
a.lpanel { float: left; color: #e1e1e1; font-size: 1em; font-family: 'Wellfleet', cursive; text-decoration: none; margin: 7px 11px; }
a.rpanel { float: right; color: #e1e1e1;  font-size: 1em; font-family: 'Wellfleet', cursive; text-decoration: none; margin: 7px 11px; }

a.lpanel:hover{ color: #000; }
a.rpanel:hover{ color: #000; }

.more {
	display: none;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666; text-decoration: none;}
a.showLink, a.hideLink {
	text-decoration: none;
	color: #000;
	padding-left: 8px;
	background: transparent url('down.gif') no-repeat left; }
a.hideLink {
	background: transparent url('up.gif') no-repeat left; text-decoration: none;}
a.showLink:hover, a.hideLink:hover {
	border-bottom: 1px dotted #000; text-decoration: none;}





/*= HEADER & NAVIGATION
--------------------------------------------------------*/

#header { 
	width: 100%; 
	background: url('../img/header-bg.png'); 
	height: 100px; 	
	position: fixed;
	margin-top: 50px;
}


#nav { width: 640px; float: right; margin-top: 25px; }
#logo a { color: #000; text-decoration: none; float: left; font-size: 30px; margin-top: 20px; color: #000; font-family:"Wellfleet"; font-weight: bold; }
#nav ul{
	list-style: none;
	display: block;
	margin: 0 auto;
	list-style: none;	
}


	 

#nav li{
	margin-top: 9px;	
	float: left;
	padding-left: 25px;
}

#algemenevoorwaarden a {
	
	color: #555;

}

#nav li a { color: #ccc; opacity:1; font-size: 1.25em; text-decoration: none; font-family: 'Oswald', sans-serif;}
#nav li a.active { color: #fff; opacity:1; border-bottom: 2px solid #fff; }
#nav li a:hover { color: #fff; opacity:1;  }



/*= QUOTES AND SOME ELEMENTS
--------------------------------------------------------*/
.quotes {   
 font-family: 'Goudy Bookletter 1911', serif;
   font-weight: normal;
   font-size: 30px;
  text-align: left;
  margin: 20px auto;
}
   
 .author_name_white { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #000; font-size: 20px; }  
 .author_name_gray { font-family:"Wellfleet";  margin: 70px 0 0 75px; color: #94a4a4; font-size: 20px; }  
 .quotes_container { width: 500px; margin: 0 auto; }




/*= BUTTONS
--------------------------------------------------------*/

button.btn-know { 
	padding: 15px 47px; 
	margin: 40px 38.8%;
	text-align: center;
	border: 4px solid #000; 
	color: #000; 
	background: transparent; 
	font-size: 19px;
	cursor: pointer;
	text-shadow: -1px 2px 0px rgba(90, 90, 90, 0.56);
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.btn-know:hover { background: #000; color: transparent; }
ul.built { list-style: none; margin: 0 auto; width: 730px; }
.built li img{ float: left; padding-right: 34px; }



/*= SLIDES STYLING
--------------------------------------------------------*/

#slide1, #slide2{ width: 100%; }
#slide1{
	background:url('../img/slide1.jpg') 50% 0 no-repeat fixed;
	color: #000;
	height: 1500px;
	margin: 0;
	padding: 150px 0 260px 0;
	background-size: cover;
}

#slide2{
	background:url('../img/slide2.jpg') 50% 0 no-repeat fixed;
	background-color: #000;
	color: #333333;
	height: 1500px;
	margin: 0 auto;
	padding:  200px 0 260px 0;
	background-size: cover;

}

#slide3{
	background: url('../img/slide3.jpg') 50% 0 no-repeat fixed;
	height: 5200px;
	padding:  200px 0 260px 0;	
	background-size: cover;
}

#slide4{
	background: url('../img/slide4.jpg') 50% 0 no-repeat fixed;
	height: 1500px;
	padding:  200px 0 260px 0;
	background-size: cover;
}

#slide5{
	background: url('../img/slide5.jpg') 50% 0 no-repeat fixed;
	height: 1500px;
	padding:  200px 0 260px 0;
	background-size: cover;
	
}
#slide6{
	background: url('../img/slide6.jpg') 50% 0 no-repeat fixed;
	height: 1500px;
	padding:  200px 0 260px 0;
	background-size: cover;
}


/*= FOOTER 
--------------------------------------------------------*/
#footer{
    bottom: 0;
    position: absolute;
    float: right;
    text-align: right;
}

}
#copyright  { color: #000; font-family:"Wellfleet";  font-size: 14px; margin-top: 100px; text-align: center;  }
#copyright  a { text-decoration: none; color: #000;  }