@font-face
{
	font-family: 'Icicle';
	src: url('../fonts/Hero_Light.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

html, body
{
	color: #eeeef2;
	background-color: #12120f;
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Icicle, sans;
	font-size: 1.25em;
	line-height: 1.75em;
}

h1
{
	text-align: left;
}

a
{
	color: #0000ff;
	text-decoration: none;
}

a:hover
{
	border-bottom: 1px solid;
}

body article:nth-child(even)
{
	background-color: #eeeef2;
	color: #12120f;
}

body article
{
	padding: 3em 5%;
	vertical-align: middle;
}

body article:nth-child(odd) a
{
	color: #c0c0ff;
}

#banner
{
	font-size: 2vmin;
	text-align: center;
	vertical-align: middle;
}

#banner p
{
	margin-top: 3em;
	font-size: 3em;
}

#banner img
{
	max-width: 512px;
	width: 50%;
}

#showcase
{
}

#showcase-container li
{
	list-style-type: none;
	text-align: center;
	display: inline-block;
	font-size: 0.8em;
}

#showcase-container img
{
	width: 400px;
	height: 267px;
	display: block;
	border: 0;
	border-radius: 10px;
}

#showcase-container
{
	text-align: center;
	overflow: auto;
	width: 88%;
}

#footer
{
	text-align: center;
	font-size: 0.75em;
	padding: 0.2em 2em;
	min-height: 1em;
}
