<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body
{
	color: black;
	font-size: 16px;
	font-family: ff-dagny-web-pro, verdana, sans-serif;
	margin: 0;
}

.container
{
	display: block;
	margin: 0 auto 5em auto;
	overflow:auto;
}

#logo{
	position: relative;
	top: 1em;
	left: 5em;
}

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #e66f00;
	text-decoration: none;
}

a.back {
	display:block;
	padding: 2em 0;
	color: #e66f00;
	text-decoration: none;
}

a.back:hover {
	display:block;
	padding: 2em 0;
	color: #e66f00;
	text-decoration: underline;
}

.topbar {
	margin: 3em 5em;
	border-top: 1px solid #000;
}

.headerbox {
	background:#e66f00;
	position: relative;
	top: 0;
	right: 0;
	padding: 2px;
	margin-left: 40%;
	text-align: left;
}

.headerbox H3 {
	font-size: 1em;
	color:#FFF;
	text-transform:uppercase;
	letter-spacing: 1px;
	margin-left: 2em;
}

nav {
	height: 2em;
	margin: 5em auto 2em 5em;
	padding: 0;
}

nav ul
{
	display: block;
	text-align: left;
	list-style-type: none;
	padding: 0;
}

nav li {
	float: left;
	font-size: 1em;
	padding: .25em 1em 1em 0;
}
nav li a {
	color: #000;
	text-decoration: none;
}

nav li a:hover {
	color: #e66f00;
	text-decoration: none;
}

nav li #currentpage {
	color: #e66f00;
	text-decoration: none;
}

section.project {
	height: auto;
	width:auto;
	margin: 0 5em;
}

section.project h4 {
	font-size: 1.25em;
	color:#e66f00;
	margin: 0 0 1.5em 0;
}

section.project p {
	max-width: 500px;
	min-width: 200px;
	line-height: 1.5em;
}

section.project img {
	float: right;
	clear: right;
	margin: 0 0 5em 5em;
}

footer {
	font-size: 0.5em;
	text-align: center;
	vertical-align: middle;
	border-top-color: #CCC;
	position: relative;
	height: 2em;
	width: auto;
	left: 0px;
	bottom: 0px;
	margin: 2em auto 0;
	padding: 5em 0 2em 0;
}


</pre></body></html>