/* main page */

body.main {
	background-image: url('images/wp_95.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.menu h4 {
	color: #282828;
	margin: 0px;
}

.menu a {
	color: #282828;
	display: block;
}

.menu {
	margin-top: 15px;
	margin-left: 15px;
}

/* selected page (i.e. frauhenfeld) */
html.page, html.page body {
	height: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.page img{
	width: 90%;
	display: block;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

/* image modal */

.image-modal {
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; 
	height: 100%; 
	background: rgba(0,0,0,0.7);
	display: none;
    	justify-content: center;
}

.image-modal img {
	max-height: 100vh;
	max-width: 100%;
	width: auto;
	margin:auto;
}
