<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,600);

body
{
	padding:0;
	margin:0;
	background-color:#fefefe;
	
	font-family:'Open Sans',helvetica,sans-serif;
	font-size:16px;
	-webkit-font-smoothing:antialiased;

	color:#101010;
}
body a
{
	color:#101010;
}

article
{
	width:80%;
	max-width:800px;
	margin:40px auto 100px auto;
}
article h1,
article h2
{
	text-align:center;
	margin:0;
}
article h1
{
	font-size:2rem;
}
article h2
{
	font-weight:normal;
	color:#aaa;
	font-size:1.2rem;
}
article h3
{
	font-size:1rem;
}
article .portrait
{
	margin:20px auto;
	display:flex;
	max-width:600px;
	justify-content: center;
}
article img
{
	max-width:100%;
}
article p.centered
{
	text-align:center;
}
article a:hover svg path.bg
{
	fill:#aaa;
}
article .dimm
{
	color:#999;
}

ul
{
	list-style-type: 'â€” ';
	padding-left:20px;
}
li
{
	margin-bottom:.5rem;
}


#backdrop
{
	position:absolute;
	width:100%;
	
}

#logos
{
	margin-top:100px;
	display:flex;
	justify-content:center;
	align-items: center;
	flex-wrap:wrap;
}
.logo
{
	margin:10px;
	height:40px;
	filter: grayscale(100%);
}
.logo:nth-child(1)
{
	height:34px;
}
.logo:nth-child(3)
{
	height:44px;
	margin-bottom:5px;
}
.logo:nth-child(4)
{
	height:36px;
	margin-bottom:3px;
}</pre></body></html>