@charset "utf-8";
/* CSS Document */


/* Reset CSS */

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;
}
/* 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;
}

/* End Reset*/

html {
  scroll-behavior: smooth;
	}

body{
  	background-image: linear-gradient(rgba(234,222,203,1.00), rgba(35,64,64,1.00));
	}

.page {
  	display: flex;
  	flex-wrap: wrap;
	}

p{
	font-family: 'Alegreya Sans', sans-serif;
	}

a{
	font-family: 'Alegreya Sans SC', sans-serif;
	text-decoration: none;
	color:rgba(75,34,75,1.00);
	letter-spacing: 2px;
	}

a:hover{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style: italic;
	}

.wrapper{
	margin: 0 auto;
	width: 93.75%;	
	padding-bottom: 50px;
	background-colorx: rgba(220,152,119,1.00);
	}

.header{
	margin: 0 auto;
	text-align: center;
	margin-top: 2%;
	}

.header img{
	margin:0 auto;
	width: 100%;
	align-self: center;
	}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(33.33333%, 1fr));
	margin-top: 10px;
	}

.deur {
	grid-column: auto / span 1;
  	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	padding-bottom:30px;
	}

.deur_span2{
	grid-column: auto / span 2;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	padding-bottom:30px;
	}

.deur img,video{
	width: 100%;
	height: auto;
	}

.deur_span2 img{
	width: 100%;
	height: auto;
	}

.adres {
	width: 100%;
	text-align: center;
	line-height:0.6;
  	color: white;
	}

.straat{
	font-family: 'Alegreya', serif;
	font-size: 24px;
	}

.plaats{
	font-family: 'Alegreya SC', serif;
	font-size: 16px;
	}

#socials{
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 1px solid black;
	}

#icons{
	margin: 0 auto;
	padding-bottom: 20px; 
	width: 98.5%;
	vertical-align: middle;
	}

#icons img{
	width: 30px;
	float:right;
	padding-left: 10px;
	}

.icons{
	float: left;
	padding-top: 5px;
	word-spacing: 20px;
	}

#about{
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color:rgba(234,222,203,1.00);
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 25px;
	}

#about h2{
	font-family: 'Alegreya sans SC', sans-serif;
	letter-spacing: 7px;
	line-height: 2em;
	font-size: 40px;
	color: rgba(75,75,75,1.00);
	} 

#about p{
	font-family: 'Alegreya', serif;
	font-size: 18px;
	letter-spacing:0.5px;
	line-height: 1.5em;
	color: rgba(75,75,75,1.00);
	padding-left: 10%;
	padding-right: 10%;
}


#footer{
	width: 100%;
	background-color:rgba(234,222,203,1.00);
	font-size: 12px;
	text-align: center;
	padding-top:30px;
	padding-bottom: 25px;
	font-family: 'Alegreya Sans SC', sans-serif;
	text-decoration: none;
	color: rgba(75,75,75,1.00);
	letter-spacing: 2px;
	}

#footer a{
	color: rgba(75,75,75,1.00);
	}


/* Landscape ipad Pro*/
@media only screen 
  and (min-device-width: 1366px) 
  and (max-device-width: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 2) {

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(33.33333%, 1fr));
	margin-top: 10px;
	}

.deur {
	grid-column: auto / span 1;
  	text-align: center;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	padding-bottom:30px;
	}

.deur_span2{
	grid-column: auto / span 2;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 16px;
	padding-bottom:30px;
	}

.deur img{
	width: 100%;
	height: auto;
	}

.deur_span2 img{
	width: 100%;
	height: auto;
	}

.adres {
	width: 100%;
	text-align: center;
	line-height:0.6;
  	color: white;
	}

.straat{
	font-family: 'Alegreya', serif;
	font-size: 24px;
	}

.plaats{
	font-family: 'Alegreya SC', serif;
	font-size: 16px;
	}

}

/*Tablets*/
@media screen and (min-width: 401px) and (max-width: 1024px){
	
a{
	font-family: 'Alegreya Sans SC', sans-serif;
	text-decoration: none;
	color:  black;
	letter-spacing: 2px;
	}

a:hover{
	font-family: 'Alegreya Sans SC', sans-serif;
	font-style: italic;
	}
	
.wrapper{
	width:100%;
	padding-bottom:0px;
	}
	
#socials{
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
	border-top: 1px solid black;
	}
	
#icons{
	width:95%;
	padding-left:10px;
	padding-right:10px;
	}
	
#icons img{
	width: 30px;
	float:right;
	padding-left: 10px;
	}
	
.gallery {
	display: flex;
    flex-direction: column;
	}
	
.deur {
  	text-align: center;
	padding-bottom:30px;
	margin: 0px;
	width:100%;
	}
	
.deur img {
	height: 100vh;
	width: auto;
	align-self: center;
	max-height: 700px;
	max-width: 700px;
	}
	
.deur_span2{
	grid-column: auto / span 2;
	margin: 0px;
	padding-bottom:30px;
	}

#about{
	margin-top:0px;
	}
	
#about h2{
	letter-spacing: 4px;
	font-size: 24px;
	} 

#about p{
	font-size: 16px;
	padding-left: 7%;
	padding-right: 7%;
	}

}
/*Phone portrait*/
@media screen and (max-width: 400px){

.gallery {
	display: flex;
    flex-direction: column;
	}
	
.wrapper{
	width:100%;
	padding-bottom:0px;
	}
	
#socials{
	margin: 0 auto;
	width: 100%;
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid black;
	}
	
#icons{
	width:95%;
	padding-left:10px;
	padding-right:10px;
	}
	
#icons img{
	width: 30px;
	float:right;
	padding-left: 10px;
	}	

.gallery {
	display: flex;
    flex-direction: column;
	}
	
.deur {
  	text-align: center;
	padding-bottom:30px;
	margin: 0px;
	width:100%;
	}
	
.deur img {
	width: 100%;
	align-self: center;
	max-height: 700px;
	max-width: 700px;
	}
	
.deur_span2{
	grid-column: auto / span 2;
	padding-bottom:30px;
	margin:0px;
	}
	
#about{
	margin-top:0px;
	}
	
#about h2{
	letter-spacing: 4px;
	font-size: 24px;
	} 

#about p{
	font-size: 14px;
	padding-left: 5%;
	padding-right: 5%;
	}	
	
}