@import url(http://fonts.googleapis.com/css?family=Lato:300,400,900);

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
body, html { font-size: 100%; padding: 0; margin: 0;}

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

body {
	background-image: url('../images/arches.png');
	color: #422c24;
	font-size: 100%;
	line-height: 1.25;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	overflow-x:hidden;
}

a {
	color: #422c24;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #594139;
}

.header {
	margin: 0 auto;
	padding: 2em 2em 0.4em 2em;
	text-align: center;
	
}

.header h1 {
	margin: 0;
	font-size: 2.5em;
	font-weight: 900;

}

.header h1 span {
	display: block;
	padding: 0.2em 0 0em 0.1em;
	font-size: 0.8em;
	font-weight: 300;
	
}

.header span.white {
	background: rgba(255, 255,255, 0.4);
}

.footer {
	width: 58%;
	min-width: 320px;
	margin: 0 auto;
	padding: 0.4em 2em 1em 2em;
	text-align: center;
	
}

.footer span.white {
	background: rgba(255, 255,255, 0.8);
}

.nav {
	margin-top:5px;
	width: 100%;
	text-transform: uppercase;
	font-size: 0.69em;
	line-height: 2;
	background: rgba(255,255,255,0.6);
}

.nav a {
	padding: 5px 1em 0px 1em;
	letter-spacing: 0.1em;
	color: #888;
	display: inline-block;
}

.nav a:hover {
	color: #333;
}

.nav span a {
	font-weight: 900;

}

.nav span.right {
	float: right;
}

.nav span.right a {
	float: right;
	display: block;
}

.nav span.twitter {
	float: right;
	margin-top:6px;
}