/* CSS Stylesheet for dunkelheit.biz */
html {
	color: #d8dee9;
	font-family: sans-serif;
}

body {
	background: #10243d;
	padding-top: 10px;
}

main {
	margin: auto;
	/* background: rgba(185,185,185,0.05); */
	background: rgba(0,0,0,.3);
	padding: 20px;
	border-radius: 25px;
}

ul, ol {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 0;
}

ul ul {
	list-style-type: circle;
	margin-block-start: 0px;
	margin-block-end: 0px;
}

a {
	color: wheat;
	text-decoration: none;
}

img {
	max-width: 100%;
}

.column {
	margin-bottom: 1em;
}

.column h1, .column h2, .column h3, .column h4, .column h5 {
	margin-top: 0;
}

header h1 {
	text-align: center;
}

h1, h2, h3, h4, h5, h6{
	text-align: left;
	text-transform: capitalize;
}

h1, h3 {
	color: whitesmoke;
}

h2 {
	color: lightblue;
}

h2, h3 {
	text-align: center;
}

strong {
	color: antiquewhite;
}

code {
	color: lime;
	background-color: black;
	margin: 3px;
	border-radius: 3px;
	font-family: monospace;
}

.snippet {
	white-space: pre;
}

q {
	font-style: italic;
}

p img, li img, h1 img, h2 img, h3 img, h4 img {
	max-height: 1em;
	max-width: 1em;
	vertical-align: text-top;
}

nav, footer, .tag-list{
	text-align: center;
	font-variant: small-caps;
	clear: both;
}

nav { 
	font-size: small;
}

footer { 
	font-size: large; 
}

nav ul, footer ul, .tag-list {
	padding: 0;
}

nav li, footer li, .tag-list li{
	display: inline-block;
	list-style: none;
	border-radius: 10px;
	padding: .5em;
	max-width: 7em;
}

nav li:hover, footer li:hover, .tag-list li:hover {
	background-color: rgba(64,72,90,.66);
}

@media (min-width: 55em){

	main{
		max-width: 960px;
	}

	.column {
		float: left;
		width: 50%;
	}

	.memeright {
		display: block;
		float: right;
		padding: 20px;
		clear: both;
		max-height: 128px;
		max-width: 128px;
	}

	.postmeme {
		display: block;
		clear: both;
		max-height: 300px;
		margin: auto;
	}

}

.entry {
	padding: 10px;
	border-radius: 0 5px 18px 0;
	margin-bottom: 50px;
	background: #1d1f21;
	border: 1px solid whitesmoke;
	border-left: 10px solid antiquewhite;
}

.entry h2{
	margin-top: 0;
}

.entry p, entry li {
	margin-left: 2em;
}

.email {
	color: antiquewhite;
}

.email:before {
	content: "📧 ";
}

.memeright {
	display: block;
	margin: auto;
	max-width: 90%;
	max-height: 128px;
}

.cryptobox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.coininfo {
	max-width: 300px;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

.coininfo code {
	font-size: 1em;
	overflow-wrap: break-word;
}

.coin {
	max-width: 1em;
	max-height: 1em;
}
