html {
	font-size: 20px;			
}

body {
	margin: 0px;
}

div#content {

}

div#main {
	width: 80vmin;
	text-align: left;
}

div.title {
	text-align: center;
	font-size: 2rem;
}

div.sub {
	text-align: center;
	font-style: italic;
	font-size: .8rem;			
}

div.post {
	margin: 1rem 0 1rem 0;
	padding: 1rem;
	box-shadow: 10px 10px 5px #ddd;
	border: solid 1px #ddd;
	border-radius: 10px;
}

div.post img {
	margin: 10px;
	width: 40%;
/* 				float: left; */
}

div.permalink {
	margin-top: .8rem;
}

div.permalink a {
	font-size: .7rem;
	color: #ddd;		
}

div#overlay {
	margin: 0px;
	background: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;				
	z-index: 1;
}

div#overlay-img {
	margin: 0px;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	padding: 3vh;
	opacity: 1.0;
	z-index: 2;
}

div#overlay-img img {
	position: relative;
	top: 45%;
	transform: translate(0, -50%);
	
	left: -3vmin;
	height: 95vmin;
	max-width: 95%;
	max-height: 95%;
	object-fit: contain;
	vertical-align: middle;
	
	
	box-shadow: 5px 5px 10px #999;
}

img {
	cursor: pointer;
	box-shadow: 5px 5px 5px #ddd;
}