<style type="text/css">

* {
	padding: 0 0 0 0; 
	margin: 0 0 0 0;
	
	}
body {
	float: center; 
	max-width: 960px; 
	height: auto;
	margin: auto; 
	font-family: 'open sans', sans-serif; 
	font-size: 15px; 
	font-style: normal; 
	font-weight: normal;
	background: none;
		}

/* ------------ Header ------------ */
header {
	position: fixed;
	width: 100%;
	left: 0;
    right: 0;
    margin: 0 0;
	z-index: 11;
	background-color: none;
 
		}
header.white{
	background-color: white;
	}
header h1 {
	 margin-top: 1%;
	}

/* Horizontal navbar */
nav {
	float: center; 
	max-width: 960px;
	margin: auto;
	background-color: none;
	
	}
.hnavbar {
	list-style: none; 
	width: 96%;
	margin: 0 2% 0 2%; /* Marge links en rechts, moet tesamen met width 100% zijn! */
	padding: 0 0 0 0;
    vertical-align: middle; 
	background: none;
	}
.hnavbar li{
	float: left;
	height: 26px;
	padding-right: 13px;
	background: none;

	}
.hnavbar a{
	color: #000000; 
	text-decoration: none;

			}
.hnavbar a:hover {
	font-weight: bold;
	
	}
.hnavbar img  { 
	margin-top: -4px; /* Marge pictogrammen iets omhoog tov. de tekst */
	background: none;
	} /* Logo */	

/* Menu */
.menu {
	
	float:right;
	list-style: none; 
	background-color: none;
	height: auto; 	
	}
.menu li{
	
	}
.menu a {
	margin-top: 0px;
	margin-right: -13px;
	margin-left: 8px;

}
.menu:hover .menu ul{
	display:block;
	}

/* Dropdown menu */
.menu ul{
	float: right;
	width: 200px; 
	background: transparent; 
	position: fixed; 
	top: 0px; 
	list-style: none; 
	padding: 32px 0 0 0; 
	margin: 24px 0 0 -174px; 
	display:none;
	z-index: 13;
	
	}
.menu ul li{
	float:right;
	background-color: white;
	margin-right: -12px;
	border-radius: 8px;
	height: 44px;
	
	}
.menu ul a{
	
	margin: 0 -13px 0 0; /* Uitlijnen rechts */
	}
.menu li:hover ul{
	display:block;
	}
.menu li:hover a{
	
}
.menu li:hover ul a{
	
}
.menu li:hover ul li a:hover{
	
}
.social {
	float: right; 
	padding: 12px 12px 0 12px; /* Afstand tussen icons */
	margin-right: 12px;
	
	
	} 
	


/* ------------ Dotted line ------------ */
.line-indent {
	
	border-bottom-style: dotted; 
	border-width: 0 0 3.5px 0; 
	/*border-color: white;*/
	padding: 25px 0 0 0; /* Afstand vanaf boven */
	/*margin: 0 0 0 0; /* Marge links en rechts, moet tesamen met width 100% zijn! */
	margin-left: 40px;

	background-color: none;
	
	 
	
	
	}

hr.line {
	position: relative;
	float: left; 
	width: 96%; 
	border-bottom-style: dotted; 
	border-width: 0 0 3.5px 0; 
	padding: 0 0 0 0;
	margin: 0 2% 0 2%; /* Marge links en rechts, moet tesamen met width 100% zijn! */
	}
	
.stamp {
	position: absolute;
	z-index: -1;
	margin-top: -85px;
	background-color: transparent;
	width: 960px;
	
	background-position: 0 0;
	background-repeat: no-repeat;
	
	}

.stamp img {
	float: right;
	opacity: 0.2;
	padding-right: 30px;
	width: 130px;
	height: 130px;
}



/* ------------ Arena ------------ */

.main {
	float: left;
	
	width: 96%; 
	padding: 0 0 0 0; 
	margin: 0 2% 0 2%; /* Marge links en rechts, moet tesamen met width 100% zijn! */
	/*background: none;*/
	}
.main h1 {
	font-family: 'Fjalla One', sans-serif; 
	font-size: 48px; 
	font-weight: normal; 
	margin: 90px 0 0 0; 
	text-align: left;
		
	background-image: url(images/grunge.png);
	background-position: 0 0;
	color: black;
	background-repeat: repeat;
		
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.main h2 {
	font-family: 'Fjalla One', sans-serif; 
	font-size: 28px; 
	font-weight: normal; 
	margin: 6px 0 12px 0; 
	text-align: left;
	
	background-image: url(images/grunge.png);
	background-position: 0 0;
	color: black;
	background-repeat: repeat;
			
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	
	}
.main p {
	margin: 0 0 0 0; 

	text-align: left;
	text-indent: 0px;

	}
.main a {
	color: black;

	}
div.hyp {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  
} /* Hyphens text when entering manual - */
ul.list {
	list-style-type: solid circle; 
	list-style-position: outside; 
	margin: 0; 
	padding: 0 0 0 18px;
	
	}
.threecolumns {
	float: left;
	width: 100%;
	column-count: 3;
	column-gap: 40px; 
	column-rule: 0px solid #000000; 
	margin-bottom: 20px; /* ruimte vanaf onderkant textcolomn */
	margin-right: 0;
	background-color: none;
	} /* Drie kolommen met text*/
.twocolumns {
	float: left;
	width: 100%;
	column-count: 2;
	column-gap: 40px; 
	column-rule: 0px solid #000000; 
	margin-bottom: 20px; /* ruimte vanaf onderkant textcolomn */
	margin-right: 0;
	background-color: none;
	} /* Twee kolommen met text*/
.onecolumn {
	float: left;
	width: 50%;
	column-count: 1;
	column-gap: 40px; 
	column-rule: 0px solid #000000; 
	margin-bottom: 20px; /* ruimte vanaf onderkant textcolomn */
	margin-right: 50%;
	background-color: none;
	} /* Eén kolom met text*/

/* ------------ Footer ------------ */
	
	
	footer {
	position: relative;
	float: left; 
	width: 96%; 
	height: 34px;
	margin: 0 2% 0 2%; /* Marge links en rechts, moet tesamen met width 100% zijn! */
	background: none;
	z-index: 6;
	
	
	}
	
.footer p {
	color: 000000; 
	text-align: center; 
	font-size: 15px;
	margin-top: 4px;
	background: none;
	}
.footer a {
	color: #000000; 
	text-decoration: none;
	
	}
.footer a:hover {
	font-weight: bold;
	
	}
.content {
	min-height: calc(100vh - 40px);
		
	} /* Makes footer align to bottom, let op: maak het aantal pixels niet te klein anders komt er een vertical scrollbar op de homepage */
.phone {
	color: black; 
	font-size: 15px; 
	font-weight: normal; 
	letter-spacing: 0.1em; 
	margin-left: 20px;
	margin-right: 0px;
	}
.phone a:{
	color: #FF0000;
	
		}

/* ------------ Images ------------ */
.caption {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4px;
	padding-bottom: 8px;
	background: none;
	z-index: 16;
	}
.caption p {
	text-align: center;
	font-size: 12px;
	font-style: none;
}
.caption-caps {
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 4px;
	font-size: 12px;
	text-transform: uppercase;
	background: none;
	}
.caption-caps p {
	text-align: center;	
}

/* Flex image grid */
.row {
	display: flex;
	flex-wrap: wrap; 
	padding: 0 0; /* ruimte tussen rijen */
	background: none;
	margin: 0  0;	
	}
.row:after {
	content: ""; 
	display: table; 
	clear: both;
	
	}/* Clear floats after rows */
.column1 {
	width:100%; 
	height: auto; 
	margin: 0 0,5%; /* ruimte tussen kolommen en vanaf rand row*/
	background: none;
		
	} /* one column */
.column1 img {
	vertical-align: middle; 
	width: 100%;
	border-radius: 0px;
	
	} 
.column2 {
	flex: 49%; 
	max-width: 49%; 
	margin: 0 0.5%; /* ruimte tussen kolommen en vanaf rand row*/
	background: none;
	
	} /* two equal columns */
.column2 img {
	vertical-align: middle; 
	width: 100%;
	border-radius: 0px;
	
	}
.column3 {
	flex: 32.3%; 
	max-width: 32.3%; 
	margin: 0 0.5%; /* ruimte tussen kolommen en vanaf rand row*/
	background: none;
	
	} /* three equal columns */
.column3 img {
	vertical-align: middle; 
	width: 100%;
	border-radius: 0px;
	
	}
.column4 {
	flex: 24%; 
	max-width: 24%; 
	margin: 0 0.5%; /* ruimte tussen kolommen en vanaf rand row*/
	background: none;
	
	} /* four equal columns */
.column4 img {
	vertical-align: middle; 
	width: 100%;
	border-radius: 20px;
	
	}
.column5 {
	flex: 19%; 
	max-width: 19%; 
	margin: 0 0.5%; /* ruimte tussen kolommen en vanaf rand row*/
	background: none;
	
	} /* five equal columns */
.column5 img {
	vertical-align: middle; 
	width: 100%; 
	border-radius: 20px;
	
	}
.column6 {
	flex: 15.66%; 
	max-width: 15.66%; 
	margin: 0 0.5%; /* ruimte tussen kolommen en vanaf rand row*/
	background: none;
	} /* six equal columns */
.column6 img {
	vertical-align: middle; 
	width: 100%;
	}
.screensize {
	flex: 100%;
	max-width: 100%; 
	margin: 0 0 0 0; /* ruimte tussen kolommen en vanaf rand row*/
	}
.screensize img {
	width: 100vw; 
	position: relative; 
	left: 50%; 
	right: 50%; 
	margin-left: -50vw; 
	margin-right: -50vw; 
	vertical-align: middle; 
	}

/* Container overlay tiles work.html page */
.button {
	position: relative;
	max-width: 15.66%; 
	flex: 15.66%; 
	background-color: none;
	margin: 0.5% 0.5%; /* ruimte tussen buttons moet samen met 6x max-width 100% zijn!!! */
}
.image {
	vertical-align: middle; 
	width: 100%;
	height: auto;
} /* Make the image to responsive */
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	width: 100%;
	opacity: 0;
	transition: .6s ease;
	background-color: white;
} /* The overlay effect (full height and width) - lays on top of the container and over the image */
.button:hover .overlay {
  opacity: 1;
} /* When you mouse over the container, fade in the overlay icon*/
.icon {
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
} /* The icon inside the overlay is positioned in the middle vertically and horizontally */
.icon img {
	vertical-align: middle; 
	width: 100%;
	} /* Makes logo icon responsive */

/* ------------ Responsive layout ------------ */
@media all and (max-width: 320px) {
.threecolumns {
	width: 100%;
	column-count: 1; 
	}/* Drie kolommen met text*/
.twocolumns {
	width: 100%;
	column-count: 1; 
	}/* Twee kolommen met text*/
.onecolumn {
	width: 100%;
	column-count: 1; 
	margin-right: 0;
	background-color: none;
	}/* Eén kolom met text*/	
.phone {
	margin-left: 0px;
	margin-right: 0px;	
}
.stamp {
	margin-top:-100px;
	width: 95%;
	background-color: none;
	}
.stamp img {
	padding-right: 0px;
	width: 100px;
	height: 100px;
}

}

@media all and (max-width: 480px) {
.content {
	min-height: calc(100vh - 55px);
	
	} /* Makes footer align to bottom */
footer {
	float: center; 
	width: 70%; 
	margin: 0 15% 0 15%; /* Marge links en rechts, moet tesamen met width 100% zijn! */
	background: none;
	z-index: 1;
	}
footer p {
	color: 000000; 
	text-align: center; 
	font-size: 15px; 
	margin-top: 4px;
	background: red;
	
	}
.phone {
	margin-left: 20%;
	margin-right: 20%;
	letter-spacing: 0.05em; 
	background: none;
	}
.stamp {
	margin-top:-100px;
	width: 95%;
	background-color: none;
	}
.stamp img {
	padding-right: 0px;
	width: 100px;
	height: 100px;
}	



}

@media screen and (max-width: 480px) {
.main h1 {
	margin: 100px 0 0 0; 
	}
.button {
	max-width: 49%; 
	flex: 49%; } /* two equal columns */
.threecolumns {
	width: 100%;
	column-count: 1; 
	}/* Drie kolommen met text*/
.twocolumns {
	width: 100%;
	column-count: 1; 
	background-color: none;
	}/* Twee kolommen met text*/
.onecolumn {
	width: 100%;
	column-count: 1; 
	margin-right: 0;
	background-color: none;
	}/* Eén kolom met text*/
.caption {
	padding-bottom: 8px;
	}
.row {
	padding: 0; /* reset ruimte tussen rijen naar nul; regelen in de caption*/
} 
.column2 {
	flex: 100%;
	max-width: 100%;
	
	}/* one column */
.column3 {
	flex: 100%;
	max-width: 100%;
	
	}/* one column */
.column4 {
	flex: 49%;
	max-width: 49%;
	}/* two equal columns */
.column5 {
	flex: 49%;
	max-width: 49%;
	}/* two equal columns */
.column6 {
	flex: 49%; 
	max-width: 49%; 
	} /* two equal columns */
.stamp {
	margin-top:-100px;
	width: 95%;
	background-color: none;
	}
.stamp img {
	padding-right: 0px;
	width: 100px;
	height: 100px;
}

}
	
@media screen and (max-width: 767px) {
.button {
	max-width: 32.3%; 
	flex: 32.3%; } /* three equal columns */
.threecolumns {
	width: 100%;
	column-count: 1; 
	}/* Drie kolommen met text*/
.twocolumns {
	width: 100%;
	column-count: 1; 
	background-color: none;
	}/* Twee kolommen met text*/
.onecolumn {
	width: 100%;
	column-count: 1; 
	background-color: none;
	}/* Eén kolom met text*/
.column4 {
	flex: 49%;
	max-width: 49%;
	}/* two equal columns */
.column5 {
	flex: 32.3%;
	max-width: 32.3%;
	}/* three equal columns */
.column6 {
	flex: 32.3%; 
	max-width: 32.3%; 
	} /* three equal columns */
.stamp {
	margin-top:-100px;
	width: 95%;
	background-color: none;
	}
.stamp img {
	padding-right: 0px;
	width: 100px;
	height: 100px;
}

}

</style>

