@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400');
body {
  /* Location of the image */
  background-image: url(../afbeeldingen/hilaire-bals-large-background.jpg);
  
  /* Image is centered vertically and horizontally at all times */
  background-position: center center;
  
  /* Image doesn't repeat */
  background-repeat: no-repeat;
  
  /* Makes the image fixed in the viewport so that it doesn't move when 
     the content height is greater than the image height */
  background-attachment: fixed;
  
  /* This is what makes the background image rescale based on its container's size */
  background-size: cover;
  
  /* Pick a solid background color that will be displayed while the background image is loading */
  background-color:#242629;
  font-family:'Source Sans Pro', sans-serif;color:#000000; font-weight:300;font-size:19px;letter-spacing:0.01em;overflow:auto;margin:0;padding:0}
p {padding:2%;color:#000000;line-height:1.7em}
p a{color:#000000;text-decoration:none;transition:color 0.40s ease-in-out}
p a:hover{color:#c69e7a;}
a {color:#000000;text-decoration:none;transition:color 0.40s ease-in-out}
a:hover {color:#c69e7a}
/* fixed menu------------------------------------- */
* {
	  box-sizing: border-box;
}
header {
	  background-color: rgba(255, 255, 255, 0.9);
	  height: 70px;
	  padding-top: 20px;
	  position: fixed;
	  width: 100%;
	  top: 0;
	  z-index: 999;
}
.inner {
	  max-width: 1200px;
	  margin: 0 auto;
	  padding: 0px 20px;
	  position: relative;
}
.logo {
	  text-decoration: none;
		font-weight: 300;
	  color: #000;
	  font-size: 36px;
	  line-height: 40px;
	  letter-spacing: -0.05em;
	  font-family:'Source Sans Pro', serif;
    text-transform: none;
}
nav > ul {
  	float: right;
	list-style:none;
}
nav > ul > li {
  	text-align: center;
	  line-height: 15px;
	  margin-left: 40px;
}
nav ul li:hover {
	  cursor: pointer;
	  position: relative;
}
nav ul li:hover > ul {
  	display: block;
}
nav ul li:hover > a {
	  color:#ccc;
	  border-bottom: 1px solid #d7d7d7;
	  padding-bottom: 5px
}
nav > ul > li > a {
	  cursor: pointer;
	  display: block;
  	outline: none;
  	width: 100%;
	  text-decoration: none;
}
nav > ul > li {
  	float: left;
}
nav a {
	  color: #666;
	  text-transform: uppercase;
	  letter-spacing : 0.15em;
	  font-size: 13px;
	  font-weight: 400;
}
nav > ul li ul {
  	display: none;
  	position: absolute;
  	left: 0;
	  top: 100%;
  	width: 100%;
	  z-index: 2000;
}
[type="checkbox"], label {
	  display: none;
}
@media screen and (max-width: 768px) {
	nav ul {
		  display: none;
	}
	label {
  		display: block;
		  width: 40px;
  		height: 40px;
  		cursor: pointer;
		  position: absolute;
		  right: 20px;
  		top: 0px;
	}
label:after{
  content:'';
  display: block;
  width: 30px;
  height: 5px;
  background: #777;
  margin: 7px 5px;
  box-shadow: 0px 10px 0px #777, 0px 20px 0px #777
}
	[type="checkbox"]:checked ~ ul {
  		display: block;
  		z-index: 9999;
  		position: absolute;
		  right: 20px;
		  left: -40px;
	}
	nav a {
		  color: #fff;
		  font-size: 18px;
	}
	nav ul li {
		  display: block;
  		float: none;
  		width: 108%;
  		text-align: left;
  		background: rgba(0,0,0,0.9);
		line-height: 70px;
		  text-indent: 40px;
	}
	nav > ul > li {
  		margin-left: 0px;
	}
	nav > ul li ul li {
  		display: block;
		  float: none;
	}
	nav > ul li ul {
		  display: block;
  		position: relative;
  		width: 100%;
		  z-index: 9999;
		  float: none;
	}
}
/* Classes------------------------------------- */
.center {text-align: center;}
.choice {font-weight: bold;}
.current{color:#c69e7a;}
.head {font-size:30px;color:#444;font-family:'Source Sans Pro', serif;text-transform:lowercase}
h1 {text-align: center;text-decoration: none; color: #666; font-size: 58px;line-height: 2em;letter-spacing : 0.03em;font-family:'Source Sans Pro', serif;font-weight: 300; color: #fff;padding-top: 200px;}
h2 {text-align: center;}

/* Div ids------------------------------------- */
#wrapper {margin:0 auto;max-width:1000px;width:100%;padding-top:75px;}
#wrapper ul {
    list-style: none;
    padding:0;
    margin:0;
}
#wrapper li { 
    padding-left: 1em; 
    text-indent: -.5em;
}
#wrapper li:before {
    content: "â€¢ ";
    color: #c69e7a;
}
#inner {color: #fff;text-align:center;line-height : 1.0em;}
#leftfull {width:100%; margin:0 auto;padding-bottom:3%}
#leftfull p{line-height:2.0em}
#left {width:75%; margin:0 auto;padding-bottom:3%}
#left p{line-height:2.0em}
#left ul{line-height:2.0em;margin-top:-25px}
#imageshow {width:100%;float:left;margin-bottom : 20px}
#fixed {
    position: fixed;
    bottom: 0px;
	color: #fff;
	width: 100%;
	text-align: center;
	background-color:rgba(0,0,0,0.3);
	padding:9px 13px;
	font-size: 20px;
	letter-spacing:0.08em;}
#fixed:hover {background-color:rgba(0,0,0,0.5);transition:all 0.4s ease-in-out}
/* Buttons------------------------------------- */
.calltoactionhero {
    background:#967a37;
    color:#ffffff;
    border:#967a37 solid 1px;
    cursor: pointer;
    font-size:16px; 
    font-weight: 400;
    text-transform: uppercase; 
    padding:22px 40px;
    letter-spacing:0.1em;
    text-decoration:none;
    transition:all 0.8s ease-in-out}
.calltoactionhero:hover {
    background:rgba(0,0,0, 0.7);
    color:#967a37;
	text-decoration:none;
    transition:all 0.8s ease-in-out}
/* Responsive adjusts------------------------------------- */
/* Lower than 1080 full HD Screens adjust goes here------------------------------------- */
@media only screen and (max-width:1600px) {
#inner {margin-top:-35px}
#fixed {font-size: 16px;}
.hero {padding-top: 120px;}
.sub {font-size:12px;padding:6 12}
h1 {font-size: 52px;line-height: 2em;padding-top: 150px;margin: 0px;}
}
}
/* iPad and SD Screens------------------------------------- */
@media only screen and (max-width:768px) {
#row1 {width: 100%;text-align:center;line-height:1.4em;}
#row2 {width:100%;margin-top:30px}
#row2 p{padding:5px;text-align:center}
#left {width:98%}
#wraprow {padding: 0px 20px 0px 20px;}
.titelabout {font-size :24px}
.titelexclusive {font-size: 50px;}
}
/* Phone screen------------------------------------- */
@media only screen and (max-width:500px) {
.calltoactionhero {
    padding:11px 11px;
	font-size: 12px;
}
body {
    background-image: url(../afbeeldingen/hilaire-bals-small-background.jpg);
  }
h1 {font-size: 28px;padding-top: 50px;}
}