* {box-sizing: border-box; }
html {
	padding: 0 8px 200px;
	font-family: Quattrocento, serif;
	background-image: url('img/Theoretical Leonardo_da_Vinci Skull.jpg');
	background-position: top center;
}
body {
	margin: 0 auto;
	padding: 0 12px;
	max-width: 600px;
}
section > *:first-child {margin-top: 0; }
li {font-size: 16px; margin-bottom: 0.3em; line-height: 1.4em; }
h1 {
    margin: 12px 0;
    font-size: 36px;
    font-family: Oswald, sans-serif;
    font-weight: normal;
	text-transform: uppercase;
	color: #10458f;
}
h2 {font-size: 28px; padding-bottom: 0.2em; border-bottom: 1px solid #bbb; clear: both; }
h3 {font-size: 24px; }
h4 {font-size: 20px; padding: 0.2em; background: #eee; }
p, h5 {font-size: 17px; line-height: 1.4em; }
pre {padding: 1em; background: #eee; overflow: auto; }
blockquote {margin: 16px 0; padding: 0 15px; color: #777; border-left: 4px solid #ddd; }
table {border-collapse: collapse; }

a, a:visited {color: #f5680a; font-weight: 700; }
/* a:active {text-shadow: 0 0 0 transparent; position: relative; left: -1px; top: 1px; } */

header {
    padding: 12px;
    margin-bottom: 12px;
	background-color: rgba(255, 255, 255, 0.8);
}
header h1 {
	margin: 0 0 12px;
    font-size: 24px;
    line-height: 1;
    vertical-align: top;
    color: #10458f;
}
header h1 img {
	margin-right: 8px;
	width: 32px; height: 32px;
    float: left;
}
header h1 a, header h1 a:visited, header h1 a:active {
    text-decoration: none;
    color: #10458f;
    text-shadow: 0 0 0 transparent;
    position: static;
}

section {
    padding: 12px;
	background-color: rgba(255, 255, 255, 0.8);
}

footer {
    margin-top: 12px;
    padding: 12px;
	background-color: rgba(255, 255, 255, 0.8);
}

dt {
    margin: 1.2em 0 0.2em 0;
    font-weight: 700;
}
dd {
    margin: 0 0 0.6em 0;
}