@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #222;
	}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	}

h1 {
	font-size: 2em;
	color: #f7d923;
	text-shadow:0 0 1px #9d8d7e;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	}
	.aside h1 {
		font-size: 1.8em;
		color: red;
		padding-bottom: 8px;
		}		

h2 {
	text-align: left;
	}
.legal {
  clear: both;
  margin: 10px;
}

a.legal {
  clear: both;
  margin: 10px;
}

.small {
	font-size: .7em;
}
.banner.wrapper {
	border-bottom: 4px solid #9D8D7E;
	}

.banner.wrapper .logo {
	margin: 0 auto;
	text-align: center;
	}
	.banner.wrapper .logo img {
		height: auto;
		width: auto;
		max-width: auto;
		width: 100%;
		}


.footer.wrapper {
	width: 100%;
	border-top: 4px solid #9D8D7E;
	padding-bottom: 10px;
}

footer {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
}