html {
	background-color: #FDFDFD;
	color: #000;
	height: 100%;
}

body {
	font-family: "IBM Plex Sans";
	max-width: 800px;
	margin: 10px auto;
	padding: 0 15px;
	height: 100%;
	font-size: 16px;
	line-height: 28px;
}

body::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

a {
	text-decoration: none;
	color: #704720;
}

.straight {
	font-style: normal !important;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: "Averia Serif Libre";
	font-weight: normal;
	text-align: left;
	margin-bottom: 5px;
}

h1 {
	font-size: 2.25em;
}

h2 {
	font-size: 2.00em;
}

h3 {
	font-size: 1.70em;
}

h4 {
	font-size: 1.5em;
}

h5 {
	font-size: 1.3em;
}

hr {
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right,
	rgba(0, 0, 0, 0),
	rgba(0, 0, 0, 0.5),
	rgba(0, 0, 0, 0));
	outline: none;
	width: 80%;
	margin: 30px auto;
	padding: 0;
}

pre {
	white-space: pre-wrap;
	font-family: 'IBM Plex Mono', monospace;
	word-wrap: break-word;
	font-size: 0.9em;
	text-align: left;
}

code {
	font-family: 'IBM Plex Mono', monospace;
}

span.strike {
	text-decoration: line-through;
}

div.content {
	width: 100%;
	text-align: justify;
}

div.content div.section img.portrait {
	width: 128px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

div.content div.section h2 {
	font-size: 2em;
	line-height: 1.2em;
}

div.content div.section span.date {
	margin: 0 0 0 0;
	font-style: italic;
	display: block;
	font-variant: small-caps;
}

div.content div.section img.rss {
	width: 20px;
	height: auto;
	display: inline !important;
	margin: none !important;
	border: none;
	box-shadow: none;
	border-radius: none;
}

div.content div.section span.rss {
	font-size: 0.8em;
	font-variant: small-caps;
	position: relative;
	bottom: 4px;
}

div.content div.section div.project {
	margin-top: 20px;
}

div.content div.section div.project::after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

div.content div.section div.project img {
	width: 64px;
	height: auto;
	border-radius: 10px;
	border: 3px solid rgba(250, 250, 250, 0.5);
	box-shadow: 0 0 5px #999;
	float: left;
	margin: 0 20px 0 0;
	background-color: #FFF;
}

blockquote {
	font-family: "IBM Plex Serif", serif;
	font-style: italic;
	margin: 0 auto;
	width: 80%;
	padding: 20px;
	border: 3px solid rgba(250, 250, 250, 0.5);
	box-shadow: 0 0 5px #999;
}

div.content div.postContent img {
	margin: 20px auto;
	display: block;
	max-width: 80%;
	max-height: 500px;
	border: 3px solid rgba(250, 250, 250, 0.5);
	box-shadow: 0 0 5px #999;
	border-radius: 5px;
}

div.content div.footer {
	border-top: 1px solid #CCC;
	margin-top: 50px;
	color: #666;
	font-size: 0.8em;
	padding-top: 5px;
	padding-bottom: 10px;
}

div.content div.footer img.formatforest {
	width: auto;
	height: 64px;
	float: left;
	margin-right: 20px;
}

div#commento {
	margin-top: 50px !important;
}


@media all and (max-width: 800px) {
	div.content {
		margin-left: 0;
		max-width: 100%;
	}

	div.content div.section img.portrait {
		width: 100px;
		border: 3px solid rgba(250, 250, 250, 0.5);
		margin: 0 10px 0 0;
	}


	div.content div.postContent img {
		max-width: 95%;
	}
}
/*
@media (prefers-color-scheme: dark) {
	html {
		background-color: #171717;
		color: #FFF;
	}

	a {
		color: #34BEED;
	}
}
*/
