html {
	font-size: 90%;
	background: black;
}

body {
	color: #CCC;
	font-family: 'Overpass', sans-serif;
}

h1 img {
	max-height: 60px;
}

h2 {
	color: #FFF;
	font-weight: 400;
}

span#highlight {
	color: #D01B50;
	font-weight: 600;
}

img {
	display: inline-block;
}

img.bg {
	max-width:100%;
}

p.caption {
	text-align: right;
	font-size: 1rem;
}

#footnote {
	font-size: 1rem;
	margin-top: 10rem;
}

/*
p {
	color: #CCC;
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 100;
}
