body
{
	font-family: sans-serif;
	font-size: 16pt;
	cursor: default;
	background-color: #eee;
	color: #000;
	margin-bottom: 10em;
}

#header img
{
	max-width: 100%;
}

#navigation
{
	background-color: #0066bf;
}

#navigation a
{
	text-align: center;
	display: inline-block;
	padding: 8px 12px;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#navigation a:hover
{
	background-color: rgba(0,0,0,.1);
}

h1 { margin: 0; }
h2 { margin-bottom: 0; }

#service_list, #project_list
{
	display: inline-flex;
	flex-wrap: wrap;
}

.section
{
	display: inline-block;
	max-width: 100%;
	width: 480px;
	min-height: 10em;
	border: solid 1px #ccc;
	padding: 1em;
	background-color: rgba(0,0,0,.05);
	margin: 1em;
}

.section h2 { margin: 0px; }

#contact
{
	text-align: center;
	font-size: 120%;
}

#footer
{
	position: fixed;
	bottom: 1em;
	left: 0px;
	width: 100%;
	text-align: center;
	font-size: 75%;
}
