*, *::before, *::after {
	max-width: 100%;
	font-synthesis: none;
	box-sizing: content-box;
}

header, nav, footer {
	text-align: left;
	margin: 20px 0;
}

.highlight {
	color: #00BEFF;
}

.dim {
	color: #A5A5A5;
}

.link-box {
	font-weight: 700;
	font-size: 1.4rem;
	color: #00BEFF;
	background-color: #1B1B1B;
	text-decoration: none;
	margin: 0.2rem 0.1rem;
	padding: 0.2rem 0.4rem;
	border: 2px solid #00BEFF;
	display: inline-block;
}
.link-box:hover {
	color: #1B1B1B;
	background-color: #00BEFF;
}

html {
	min-height: 100%;
}

img {
	height: auto;
}

body {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	color: #EFEFEF;
	background: #1B1B1B;
	font-size: 1rem;
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
	margin: 20px 0;
}
/* Sizes are 4x^(-.75) */
h1 {
	font-size: 4em;
}
h2 {
	font-size: 2.37841em;
}
h3 {
	font-size: 1.75477em;
}
h4 {
	font-size: 1.41421em;
}
h5 {
	font-size: 1.19628em;
}
h6 {
	font-size: 1.04339em;
}
small {
	font-size: 0.75em;
}

a {
	color: #00BEFF;
}
