/*ffbd58*/

body {
	background: #155B8F;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	line-height: 25px;
}

#container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	background: #eee;
}

header {
	background: #155B8F;
	color: #fff;
	font-size: 48px;
	font-family: 'Catamaran', sans-serif;
}

header #container {
	padding: 20px;
}

header .donate { text-align: center; }

#hero img {
	width: 100%;
}

#content { 
	padding: 20px; 
}

#content img.oath {
	float: right;
	width: 325px;
	padding: 30px 0 30px 20px;
}

.signature { 
	font-family: 'Sacramento', cursive; 
	font-size: 40px;
}

.bottom {
	padding-top: 40px;
}

.bottom a, .address {
	color: #333;
}

@media screen and (max-width:540px) {
	#content img.oath {
		float:none;
		width: 100%;
		padding: 30px 0;
	}
}