@font-face {
    font-family: 'quicksand';
    src: url('/assets/Quicksand_Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #eee;
	margin: 0;
	padding: 0;
	color: black;
	font-size: 18px;
	font-family: 'quicksand',sans-serif;
}

div.container {
	margin-top: 32px;
}

div.header {
	width: 100%;
	padding: 0;
	margin: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}

div.content {
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	margin-bottom: 32px;
	line-height: 1.5;
	box-shadow: #aaa 2px 8px 16px;
}

.text-right {
	text-align: right;
}

span.header { 
	color: black;
	font-size: 48px;
	font-family: 'quicksand',sans-serif;
	line-height: 0.75;
	font-weight: bold;
}

span.h2 {
	color: black;
	font-size: 24px;
	font-weight: bold;
}

hr {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	border-top: #777 1px solid;
}

a {
	color: black;
}

a:hover {
	color: black;
}

div.nav {
	font-size: 24px;
	text-align: right;

	position: relative;
	bottom: 10px;
}

a.nav {
	display: inline-block;
	padding: 5px 10px;
	margin-left: 20px;
	margin-top: 10px;
	background-color: #fff;
	text-decoration: none;
	border-radius: 8px;
}

a.nav:hover {
	background-color: #ddd;
}

span.topic { 
	color: #000;
	font-size: 22px;
}

span.word { 
	text-decoration: underline;
	text-decoration-style: dotted; 
}

span.mono {
	font-family: monospace;
}

img.kitty {
	border: 1px solid #eee;
	box-shadow: black 2px 4px 8px;
}


p.date { 
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 8px;
}

p.info {
	padding-top: 1em;
	line-height: 1.5;
	text-indent: 12.5%;
	margin-bottom: 0;
}

p.post {
	margin-left: 6.25%;
	text-indent: 6.25%;
	margin-bottom: 0;
}

div.lang {
	font-size: 8pt; 
	text-align: right; 
	float: right;
}

table.nav td, th {
	padding: 4px;
	border-bottom: 0px;
	font-size: 24px;
}

img.icons {
	width: 24px;
	height: 24px;
	padding-right: 8px;
}

.logo-container a {
	text-decoration: none;
}
