/* CSS Document */

* {
	box-sizing: border-box;
}

html,body {
	height: 100dvh;
}

body {
	min-height: 100dvh;

	background-color:#999999;

	background-image:url(images/bg_texture.gif);

	background-repeat:repeat;

	margin:0px;

	font-family:Tahoma, Verdana, Arial, "Times New Roman";

	color:#333333;

	border:none;
}

body.layout {
	display: grid;
	grid-template-columns: min-content auto;
	grid-template-rows: max-content auto max-content;
	grid-template-areas: 
		"header header"
		"nav main"
		"footer footer";
	column-gap: 15px;
}

input,textarea {

	font-family:Tahoma, Verdana, Arial, "Times New Roman";

	font-size:.75rem;

	padding-left:2px;

}



a,img {

	border:0px;

	color:#000000;

	background-color:transparent;

}

img {
	font-size: small;
}

th {
	text-align:left;
	font-weight:bold;
}

h2,h3 {
	font-weight: normal;
}
h2,h3,h4 {
	margin: 0;
}

.title {

	font-size:2.25rem;

	font-weight:bold;

	color:#666666;

	text-indent: 1.55rem;

}



#heading {

	height:140px;

	margin: 1px;

	grid-area: header;

}

#spacing_header {

	width:290px;

	height:140px;

	/*border-right:#666666 solid 1px;*/

	float:left;

}



#header {

	/*margin-left:290px;*/

	background-image:url(images/header.gif);

	background-position:center;

	background-repeat:no-repeat;

	background-size: contain;

	height:140px;

	/*border-bottom:#666666 solid 1px;*/

}









#page_title {

	border-left:#666666 solid 1px;

	border-top:#666666 solid 1px;

	margin-left:300px;

	padding-left:25px;

	padding-top:5px;

	vertical-align:middle;

}

.image {

	float:left;

	padding-top:5px;

	padding-right:5px;

	height:450px;

}



#menu {

	background-image:url(images/flower_small.gif);

	background-position:center;

	background-repeat:no-repeat;

	width:290px;

	height:450px;

	margin: 0 1px;

	grid-area: nav;

	/*border-right:#666666 solid 1px;

	border-bottom:#666666 solid 1px;*/

}

a.menu-toggle {
	display: flex;
	flex-direction: column;
	align-self: end;
	height: 2rem;
	margin-top: -2.5rem;
	margin-right: 1rem;

	cursor: pointer;
	color: #333333;
	text-decoration: none;
}

a.menu-toggle > img {
	height: 100%;
}

a.menu-toggle > span {
	font-size: xx-small;
	text-align: right;
	padding-right: 0.1rem;
}

nav.mobile {
	display: none;

	align-content: space-around;
	justify-content: space-around;

	position: fixed;
	height: 100dvh;
	width: 100dvw;

	background-color: rgba(101, 101, 101, 0.09);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

nav.mobile-buttons {
	background: url(images/bg_texture.gif) repeat;

	border-color: rgba(102, 102, 102, 0.8);
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;

	width: 80dvw;
	height: 80dvh;

	display: grid;
	grid-template-rows: repeat(3, 33.34%);
	align-content: stretch;
}

a.mobile-button {
	display: flex;
	align-items: center;
	justify-content: center;
}

a.mobile-button > img {
	max-width: 85%;
}

@media (max-width:480px) {
	body.layout {
		display: flex;
		flex-direction: column;
	}

	nav#menu {
		display: none;
	}

	nav.mobile {
		display: grid;
		display: none;
	}
}


#middle {

	margin-right:15px;

	/*border:#000000 1px solid;*/

	padding-left:10px;

	padding-right:10px;

	padding-bottom:10px;

	vertical-align:top;

	grid-area: main;

}

.work {
	display: grid;
	grid-template-columns: [left] minmax(125px, 1fr) [middle] minmax(125px, 1fr) [right];
	gap: 10px 10px;
	grid-auto-rows: min-content;

	justify-items: stretch;
	align-items: stretch;

	justify-content: space-between;

	margin:10px 5px;
}

.album {
	border-color: rgba(102, 102, 102, 0.8);
	border-style: solid;
	border-width: 1px;
	border-radius: 5px;
	padding: 2px 5px;
	vertical-align: top;
	background-color: rgba(101, 101, 101, 0.09);
    transition: all 0.7s;
}

.album:hover {
    transform: scale(1.01);
	transition: all 0.3s;
	box-shadow: 0px 0px 10px -5px rgba(102,102,102,0.75);
}

.album.latest_work {
	grid-column: left / span right;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	justify-items: center;
	overflow-x: auto;
}

.album.latest_work:hover {
	transform: none;
}

.album.latest_work > h4 {
	display: block;
	grid-column: span 4;
	justify-self: left;
}

.album.latest_work > a {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.album.latest_work > a img {
	max-width: 100px;
	height: 75px;
	object-fit: cover;
}

.album > a {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	height: 100%;
	text-decoration: none;
}

.album_title {
	display: inline-flex;
	flex-direction: column;
	margin-left: 10px;
}

.album_title span {
	font-size: 20px;
}

.album_title small {
	font-style: italic;
	color: #666;
}

.album_image {
	border-radius: 50%;
	width: 75px;
	height: 75px;
	object-fit: cover;
}

.album_tabel {

	border:solid 1px #666666;

	width:99%;

	margin-top:15px;

	padding-left:10px;

	padding-right:10px;

	vertical-align:top;

}

	.album_tabel td {

		vertical-align:top;

	}

.album_tabel_indent {

	padding-left:15px;

	font-style:italic;

	vertical-align:top;

}

.foto_tekst {

	font-size:0.75rem;
	
	text-align:right;

}

.foto_detail {

	text-align:right;

	vertical-align:middle;

}



.verkocht {

	color:#FF0000;

	font-weight:bold;

}



#button1 {

	margin-top:285px;

	margin-left:160px;

}

#button2 {

	margin-top:-13px;

	margin-left:140px;

}

#button3 {

	margin-top:-36px;

	margin-left:115px;

}



#content {

	border-left:#666666 solid 1px;

	border-bottom:#666666 solid 1px;

	margin-left:10px;

	padding-left:5px;

	padding-right:1px;

	padding-top:5px;

	float:left;

	min-width:15%;

	width:65%;

	

}

#fotoLayerDiv {
	display:none;
	position:absolute;
	float:left;
	
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	
	margin: 0px 0px 0px 0px;
	
	background:#000000;
	color:#FFFFFF;
	/*-moz-opacity:0.0;*/
	filter:alpha(opacity=0);
	/**/
	text-align:center;
}

	#imageDiv {
		text-align:center;
		overflow:hidden;
		cursor:pointer;
		
		margin-top:5%;
	}



.adres {

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:.75rem;

	vertical-align:top;

	padding:10px;

	border:#666666 1px solid;

}







#footer {

	font-family:"Times New Roman", Times, serif;

	color: #979797;

	padding:.33em;

	text-align:center;

	grid-area: footer;

	border-top:#666666 dotted 1px;

}

footer u {
	cursor: pointer;
}

