body, html {
	font-family: 'Roboto Condensed Light';
	text-align: left;
	line-height: 1.2rem;
	margin: 0;
	padding: 0;
	/* background: #fdfdfc; */
	color: #222;
	height: 100%;
}

body, html img {
	border: 0;
}

h1 {
	margin: 0;
	margin-bottom: 1.9rem;
	padding: 0;
	font-size: 1.6rem;
	font-weight: normal;
}

h1 span {
	font-size: .8rem;
	margin-left: .8rem;
	white-space: nowrap;
}

h2 {
	margin: 0;
	margin-bottom: 1rem;
	padding: 0;
	font-size: 1.1rem;
	font-weight: normal;
	line-height: normal;
}

p {
	font-size: .9rem;
}

sup {
	line-height: 1;
}

.navigation {
	position: fixed;
	top: 2rem;
	left: 2rem;
	font-size: .8rem;
	line-height: 1.5rem;
	/* background-color:linen; */
	width: 16rem;
	z-index: 999;
}

.navigation ul {
	margin: 0;
	margin-top: 2rem;
	padding: 0;
}

.navigation li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.navigation a {
	text-decoration: none;
	color: #777;
}

.navigation a:visited {
	text-decoration: none;
	color: #777;
}

.navigation a:hover {
	color: #222;
}

.navigation .name {
	font-size: 1.4rem;
}

.navigation .name a {
	color: #222;
}

.navigation .title {
	font-size: 1rem;
	color: #444;
}

.gallery {
	display: flex;
	position: absolute;
	height: auto;
	min-height: 350px;
	max-height: 600px;
	min-width: 800px;
    max-width: 1150px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-top: 2rem;
	margin-bottom: 1rem;
	margin-right: 2rem;
	margin-left: 2rem;
}

.gallery .imagewrapper {
	display: inline-block;
	position: relative;
	margin-left: 18rem;
}

.gallery .imagewrapper a {
	color: #86bfd0;
    text-decoration: none;
}

.gallery .imagesubwrapper {
	display: inline-block;
	height: 100%;
}

.gallery .imagewrapper img {
	max-height: 100%;
	max-width: 100%;
}

.gallery .overnavleft {
	position: absolute;
	top: 0;
	left: 0;
	width: 40%;
	height: 100%;
	cursor: w-resize;
	/* cursor: url("https://i.imgur.com/8Jhi9oS.png"), auto; */
}

.gallery .overnavtop {
	position: absolute;
	top: 0;
	left: 40%;
	width: 20%;
	height: 100%;
	cursor: n-resize;
}

.gallery .overnavright {
	position: absolute;
	top: 0;
	left: 60%;
	width: 40%;
	height: 100%;
	cursor: e-resize;
}

.gallery .info {
	position: absolute;
	bottom: 0;
	left: -18rem;
	width: 18rem;
	font-size: .9rem;
}

.gallery .info .cartel {
	margin-bottom: 0.6rem;
}

.gallery .info a {
	text-decoration: none;
	color: #000;
}

.gallery ul {
	margin: 0;
	margin-bottom: 2rem;
	padding: 0;
	font-size: .8rem;
}

.gallery li {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}

.masonry {
	display: flex;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.masonry .column {
	float: left;
	margin-right: .2rem;
	width: 33.33%;
}

.masonry .column a {
	text-decoration: none;
}

.masonry .column a img {
	float: left;
	margin: 0;
	margin-bottom: .2rem;
}

.book {
	float: left;
	width: 17rem;
	height: 19rem;
	margin-right: .7rem;
	margin-bottom: .7rem;
}

.book img {
	height: 17rem;
	object-fit: cover;
}

.booktitle {
	font-size: .9rem;
	color: #222;
}

.post {
	width: 27rem;
	margin-bottom: 4rem;
}

.post img {
	margin-bottom: .7rem;
}

.post .date {
	font-size: .8rem;
	color: #777;
}

.post p {
	margin-top: 0;	
}