

/* algemeen, body */

body{
  background-color:#;
  width: 100%;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  text-align: center;
  color: #;
  background-repeat: no-repeat;
}


p { 
text-align: center;
max-width: 500px;
vertical-align: middle;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
font-weight: normal;
font-style: normal;
color: black; 
}


h1.menu {
font-family: 'market_decoregular';
  text-align: center;
  color: #f7bd45;
  line-height: 6px;
  font-size: 18px;
font-style: normal;

}

/* unvisited link */
.menu a:link {
    color: #f7bd45;
	text-decoration: none;
}

/* visited link */
.menu a:visited {
    color: #f7bd45;
	text-decoration: none;
}

/* mouse over link */
.menu a:hover {
    color: #f7bd45;
	text-decoration: none;
}

/* selected link */
.menu a:active {
    color: #f7bd45;
	text-decoration: none;
}




h1, h3 {
  font-family: 'market_decoregular';
  text-align: center;
  color: #cd4528;
  
  
}

h2{
  font-family: 'market_decoregular';
  text-align: center;
  color: #cd4528;
  font-size: 18px;
  
}



hr.geel{
    
   
	
	 display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #f7bd45;
    margin: 1em 0;
    padding: 0;
}


	
hr.rood {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cd4528;
    margin: 1em 0;
    padding: 0;
}
	
	/* iframe responsive youtube film*/

	.videoWrapper {
	position: relative;
	padding-bottom: 33.25%; /* 16:9 */
	padding-top: 25px;
	max-width: 560px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 315px;
}

	
	
/* =============================================================================
   Media Queries
   ========================================================================== */

/* Tablet Portrait size to Base 996px */
@media only screen and (min-width: 768px) and (max-width: 995px) {}

/* All Mobile Sizes */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait */
@media only screen and (min-width: 480px) and (max-width: 767px) { /*Create vertical spacing*/
	

/* Mobile Portrait Size to Mobile Landscape Size */
@media only screen and (max-width: 479px) {


	
	/*Create vertical spacing*/
	





