body {
	margin: 0em;
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;

}

#wrapper {
	height: 100%;
	background: url('../img/footer.jpg') no-repeat bottom center;
	background-size: 100%;
}

h2 {
	font-family: 'source_sans_proextralight', Arial, Helvetica, sans-serif;
	font-size: 2em;
	margin: 0em;
}

h3 {
	font-family: 'source_sans_proregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 0.8em;
}

a {
	color: #AC1F29;
}

#header {
	background-color: #111d34;
	height: 8em;
}

#header img {
	float: left;
}

ul {
	padding: 0em;
	list-style-type: none;
}

ul.inline li {
	display: inline;
	padding: 0em 1em;
}

ul li:first-child {
	padding-left: 0em;
}

ul li a {
	text-decoration: none;
}

ul#nav {
	width: 20em;
	float: right;
	position: relative;
	top: 2.5em;
}

ul#nav li {
	border-right: 1px solid #fff;
}

ul#nav li:last-child {
	border-right: none;
}

ul#nav li a {
	text-transform: uppercase;
	font-size: 0.8em;
	color: #fff;
}

p {
	font-size: 1.5em;
}

#content {
	padding: 3em;
	background-color: #fff;
}

ul#contact {
	font-family: 'source_sans_prolight';
}

ul#contact li a {
	color: #AC1F29;
}

#footer {
	background: blue;
	position: relative;
	bottom: 0em;
	padding: 0em;
	overflow: hidden;
}

#footer img {
	width: 100%;
	position: absolute;
	bottom: 0em;
}

@media (max-width: 600px) {
	#header {
		height: 13em;
	}
	ul#nav {
		float: left;
		clear: both;
		margin-left: 3em;
		top: 0.5em;
	}
}

#content ul li img {
	width: 10em;
	float: left;
	padding: 0.2em;
	margin: 0em;
}

#content ul li:last-child img {
	float: none;
}