body {
	background-color: #f0fffa;
	font-family: book antiqua;
	font-size: 16px;
	color: black;
}
main, header, footer {
	margin-left: 24%;
	margin-right: 16%;
}
* {
	box-sizing: border-box;
}
.clearfix::after {
	content: "";
	clear: both;
	display: table;
}
div.gallery {
	padding: 8px;
/*	margin-top: 16px; */
	margin-bottom: 10px;
	width: 33.33%;
	float: left;
}
div.galleryRight {
	padding: 8px;
/*	margin-top: 16px; */
	margin-bottom: 10px;
	width: 33.33%;
	float: right;
}
a.photo img, video {
	box-shadow: 0px 0px 6px black;
	border: 4px solid floralwhite;
	width: 100%;
	font-family: book antiqua;
	background-color: floralwhite;
}
a.photo img:hover {
	box-shadow: 0px 0px 6px grey;
}
a.photo img {
	width: 100%;
	height: auto;
}
div.desc {
	padding: 15px;
	text-align: center;
}
div.comment {
/*	box-sizing: border-box;*/
	border: 100px solid transparent;
	padding: 0px;
	margin-top: -25px;
	margin-bottom: -5px;
	margin-left: -3%;
	border-image-source: url(blumen.png);
	border-image-repeat: round;
	border-image-slice: 100;

	text-align: center;
	width: 106%;
}
h1 {
	color: mediumseagreen;
	text-align: center;
	font-family: arial;
	font-size: 20px;
	margin: 8px;
	margin-top: 12px;
}
ul.header {
	list-style-type: none;
	margin: 0;
	margin-bottom: 16px;
	padding: 0;
/*	position: absolute;*/
	top: 0px;
	box-shadow: 0 4px 4px 0 grey;
	width: 100%;
	background-color: FloralWhite;
/*	border-radius: 0px 0px 16px 0px;*/
	overflow: hidden;
}
li {
	float: left;
	border-right: 1px solid black;
}
li:last-child {
	border-right: none;
}
li a {
	font-size: 12px;
	display: block;
	color: black;
	text-align: center;
	padding: 4px 16px;
	text-decoration: none;
}
li a:hover {
	background-color: DarkSeaGreen;
}
footer {
	text-align: center;
	border-top: 1px solid black;
	padding-top: 12px;
	margin-top: 32px;
	font-size: 15px;
/*	margin-left: 20%;
	margin-right: 20%;*/
}

@media only screen and (max-width: 1024px) {
	.main {
		margin-left: 0%;
		margin-right: 0%;
	}
	div.gallery {
		margin-bottom: 18px;
	}
}
