@import url('reset.css');

.main-title {
	position: absolute;
	top: 0; left: 0;
	font-family: "Clarendon LT W01";
	font-size: 128px;
	font-weight: normal;
	color: rgba(99,187,207,0.79);
	z-index: -1;
}

.main-nav {
	margin: 10px;
	font-family: "Clarendon LT W01";
	font-size: 18px;
	line-height: 22px;
	font-weight: 100;
	text-transform: uppercase;
}

.main-nav ul li {
	display: block;	
}

.main-nav a {
	text-decoration: none;
	color: rgba(230,12,12,0.83);
	padding: 0.25em;
	margin: -0.25em;
	padding-bottom: 0;
}

.main-nav a:hover {
	background-color: rgba(230,12,12,0.83);
	color: white;
	border-radius: 3px;
}