	/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*--------Start-----------*/

body {
	background-color: white;
	line-height:2;
	color:#333;
	background-color:#333;background-color:white;
	font-family:"Open Sans";
	font-weight:300;
}
.portfolio .main, .fotos .main{
	display:flex;
	justify-content:center;
}
header{

	margin:0 auto;
	max-width:800px;
	
}

.banner {
	display: flex;
	justify-content: center;
}

h1 strong{
	font-size:1.3em;
}
h1{
	color:#908373;color:#9b6844;color:#aa8f7e;
	font-size:2.1em;
	line-height: 1;
	margin-bottom:0.5em;
	padding-top:1em;
	max-width:95%;
}
.portfolio h1{
	color:#666;
}
p{
	margin-bottom:0.8em;
}
a{
	outline:none;
}
.main a, footer a{
	color:#d6793c;
}
.main a:hover, footer a :hover{
	color:#908373;
}
.banner div{
	position:relative;
}

picture img {
	display: block;
}

.logo {
	position: absolute;
	bottom: 12px;
	color: white;
	right: 1em;
	width:150px;
}
.portfolio nav{
	background: #888;
}
nav{
	background-color:#908373;
}
nav ul{
	display:flex;
	list-style: none;
	max-width:800px;
	margin:0 auto;
}

nav ul a {
	color:#2f3923;color:white;
	display: block;
	padding:0.6em 2em;
}
.actief a, nav ul a:hover{
	background: #9b6844; 

}
.portfolio .actief a, .portfolio nav ul a:hover{
	background: #222; 

}
.contact{
	position:absolute;
	right:2em;
	top:2em;
}
.contact a:hover{
	background:none;
}
.contact a{
	padding:0;
}
.contact svg{
		max-width:40px;
		height:auto;
		fill:#9b6844;
}
.portfolio svg{
	fill:#444;
}
.contact svg:hover{
	fill:silver;
}
#galleryList{
	padding-left:0
}
#galleryList li:first-child{
	margin-left:0;
}
.main {
	background: #eee;
	padding:0 2em 8em 2em;
	position:relative;
}

section {
   max-width: 800px;
   margin: 0 auto;
   padding-bottom:2em;
}
table{
	margin-bottom:0.8em;
}
table span{
	font-size: 0.8em;
}
.portret{
	float:right;
	max-width:150px;
	padding:0.5em;
}
.amica{
	max-width:200px;
}
div#credit{
	display:none;
}
#galleryFooter{
	border:none;
}
#galleryWrapper{
	line-height:1em;
}
footer{
	padding:1em 0;
	background-color: #ccc;
	
}
footer p{
	max-width:800px;
	margin:0 auto;
}
@media screen and (min-width:900px){
	picture img{
		width:800px;
	}

}
@media screen and (max-width:900px){
	
	.contact{
		right:1em;
	}
}
@media screen and (max-width: 600px) {
	h1{
		font-size:2em;
	}
	picture img {
		width: 100%;
	}
	.logo{
		width:100px
	}
	nav ul a{
		padding:0.6em 0.6em;
	}
	.contact svg {
		max-width:30px;
	}
}
@media screen and (max-width: 400px) {
	.logo{
		width:70px;
	}
	h1{
		font-size:1.5em;
	}
	nav ul a{
		padding:0.3em 0.3em;
		font-size:0.9em;
	}
}
