@charset "UTF-8";
/* CSS Document style_2021.css */

body {
	font-size:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
/*
	background-image:url(graphics/snowstorm-1.jpg);
	background-repeat:no-repeat;
	background-color:#000;
	background-size:cover;
*/
}
	h1, h2, h4 {
		text-align: center;
	}
	h2 {
		color:dimgray;
		padding: 14px;
		
		
	}
	header ul {
		padding: 0;
		padding-bottom: 30px;
		border-bottom: solid .5pt grey;
		text-align: center;
		margin:0;
	}
	header ul li {
		margin:0;
		list-style-type: none;
		display: inline-block;
		text-align: center;
		font-size: 1.3em;
	}
	header ul a {
		color:dimgray;
		padding: 14px;
		text-decoration: none;
	}
	header ul a:hover {
		color:black;
	}
	
	header ul a.selected {
		color:black;
	}
		
#banner {

}

#logo {
	width:100%;
}
header {

}

#exhibitions {
	margin: auto;
	width: 80%;
	max-with: 1000px;
}
#exhibitions ul li {
	font-size: 1.2em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
#content {
	width: 80%;
	text-align: center;
	margin:auto;
	max-width: 1000px;
}
.post {
	border-bottom: solid .5pt grey;
}
figure img {
	width: 80%;
	max-width: 900px;
	height: auto;
	
}
	img.small {
		max-width: 350px;
	}
	footer p, footer div {
		font-size: 9pt;
		text-align: center;
	}
	
	#paintings figure img {
		max-width: 600px;
	}
footer img {
	width: 200px;
	height: auto;
}

@media all and (max-width: 768px) {
	#content {
		width: 98%;
	}
	figure img {
		width:100%;
	}
}


