*, *:before, *:after { box-sizing: border-box; }

html, body {
	background-color: #232323;
	font-family: 'Source Sans Pro', sans-serif;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	margin-bottom: 0;
}

a {
	color: #a74114;
	text-decoration: none;
}

.small {
	font-size: 12px;
}

.content {
	background-color: #fff;
	border-radius: 4px;
	max-width: 1024px;
	margin: 16px auto;
	padding: 32px 8px;
}

.inner {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.banners {
	text-align: center;
}

.banners h2 {
	text-align: left;
}

.project {
	margin-left: 16px;
}