A:link, A:visited, A:active {
	color: #8a570f;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

.alignleft {
	float: left;
}
.alignright {
	float: right;
}

ul {
  list-style-type: disc;
}

A:hover { color: #d80c8c; }

h1 { color: #8a570f; font-size: 2em; font-weight: 400; }
h2 { color: #8a570f; padding-top: 15px; font-size: 1.4em; letter-spacing: 0.03em; font-weight: 300; font-weight: bold; }
h3 { color: #8a570f; padding-top: 15px; font-size: 1.2em; letter-spacing: 0.03em; font-weight: 300; font-weight: bold; }

h1, h2, h3 { font-family: verdana; word-wrap: break-word; }


#header h1 { font-size: 3em; padding: 20px 0 0 0; margin: 0 0 20px 0; }
@media only screen and (max-width: 925px) { #header h1 { line-height: 1em; }}

#header h2 { font-family: 'Muli', sans-serif; font-size: 0.8em; letter-spacing: 0.2em; text-transform: uppercase; padding: 0 0 10px 0; margin: 0; padding-left: 10px; }

banner {
    width: 100%;
    height: auto;
}

.empty {
clear:both;
}
