@font-face{
    font-family: 'Fira Mono';
    src: url('font/eot/FiraMono-Regular.eot');
    src: local('Fira Mono'),
         url('font/eot/FiraMono-Regular.eot') format('embedded-opentype'),
         url('font/woff/FiraMono-Regular.woff') format('woff'),
         url('font/ttf/FiraMono-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face{
    font-family: 'Fira Mono';
    src: url('font/eot/FiraMono-Bold.eot');
    src: local('Fira Mono Bold'),
         url('font/eot/FiraMono-Bold.eot') format('embedded-opentype'),
         url('font/woff/FiraMono-Bold.woff') format('woff'),
         url('font/ttf/FiraMono-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

html, body {
	min-height: 100%;
	background-color: #1e1e1e;
	color: #eee;
	font-family: 'Fira Mono', Arial, Helvetica, sans-serif;
}
#content {
	max-width: 800px;
	margin: 20px auto;
}
#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #3e3e3e;
	margin-bottom: 15px;
	display: flex;
	flex-direction: row;
	height: 128px;
}
#header h2 {
	font-weight: 600;
	font-size: 25pt;
	margin: 0;
}
#header > div:not(:first-child) {
	margin-left: 20px;
}
#godot {
	width: 128px;
	height: 128px;
	border-radius: 4%;
}

a {
	color: #86cfff;
	text-decoration: none;
}
a:visited {
	color: #869cff;
}
a:hover {
	text-decoration: underline;
}

#small-projects > h2 {
	margin-bottom: 0;
}
#small-projects > p {
	margin-top: 0;
	opacity: 0.8;
}

@media print {
	a, a:visited {
		color: #1262f7;
	}
	html, body {
		color: #000;
	}
}
