.wide #main,
#main {
	background: #edeee8;
}
#wrap {
	width: auto;
}
#main,
#content {
	padding-top: 0;
}
#feature {
	position: relative;
	z-index: 1;
	padding: 80px 0;
	background: no-repeat center;
	background-size: auto 100%;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.2);;
}
#feature h1 {
	font-size: 36px;
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#feature h1 small {
	font-size: 50%;
	display: block;
	font-family: Roboto, sans-serif;
}
#feature p {
	font-size: 16px;
}
@media screen and (max-width:920px) {
	#feature {
		
		padding: 50px 0;
	}
}
@media screen and (max-width:600px) {
	#feature {
		padding: 0 20px 20px 20px;
		margin-left: -20px;
		margin-right: -20px;
		background-image: none !important;
		text-align: center;
	}
	#feature .mobile-only {
		display: block;
		margin: 0 -20px 20px -20px;
	}
	#feature .mobile-only img {
		display: block;
		width: 100%;
		height: auto;
	}
}
#promo {
	position: relative;
	z-index: 1;
	padding: 20px 15px;
	background: #ff9b00;
	color: #edeee7;
	box-shadow: 0px 3px 20px rgba(0,0,0,0.2);
	text-align: center;
}
#promo h4 {
	display: inline-block;
	vertical-align: middle;
	max-width: 500px;
	margin: 0 auto;
	padding: 0;
	color: inherit;
	border: 0;
	font-family: 'Roboto Condensed', Roboto, sans-serif;
	text-transform: none;
	font-weight: normal;
	font-size: 26px;
	line-height: normal;
	text-align: left;
}
#promo .button {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 30px;
	color: #0779a9;
	background: #edeee7;
}
#promo .button:hover {
	background-color: #dbddd2;
}
@media screen and (max-width:800px) {
	#promo {
		text-align: center;
		margin: 0 0px;
		padding: 20px;
	}
	#promo h4 {
		display: block;
		margin: 0 auto 20px;
		text-align: center;
	}
	#promo .button {
		margin: 0 auto;
	}
}
@media screen and (max-width:600px) {
	#promo {
		margin: 0 -20px;
	}
}
#bepart {
	position: relative;
	padding: 50px 0 50px;
	background: white url(images/middle.png) center bottom repeat-x;
	text-align: center;
}
#bepart:before {
	position: absolute;
	bottom: 5px;
	left: 50%;
	content: ' ';
	display: block;
	margin: 0 0 0 140px;
	width: 120px;
	height: 336px;
	background: url(images/spaceneedle.png);
}
#bepart h2 {
	color: #0779a9;
}
#bepart h2 + p {
	font-size: 120%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}
#bepart .icon-circle {
	
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #959589 no-repeat center;
	background-size: auto 80px;
	margin: 0 auto 20px auto;
}
#bepart .icon-circle.give {
	background-image: url(images/icon-give.png);
}
#bepart .icon-circle.volunteer {
	background-image: url(images/icon-volunteer2.png);
	background-size: auto 75px;
}
#bepart .icon-circle.updates {
	background-image: url(images/icon-signup.png);
	background-size: auto 65px;
}
#bepart .row p {
	margin-right: auto;
	margin-left: auto;
	max-width: 200px;
}
#bepart .more {
	
	text-transform: uppercase;
	font-weight: bold;
}
@media screen and (max-width:600px) {
	#bepart {
		margin: 0 -20px;
		padding: 50px 20px 20px 20px;
		background-image: none;
	}
	#bepart:before {
		display: none;
	}
}
#middle {
	padding: 50px 0 20px;
	text-align: center;
}
#middle h4 {
	
	display: none;
}
#middle img {
	display: block;
	margin: 0 auto;
	border: 4px solid white;
}
#middle p {
	margin-left: auto;
	margin-right: auto;
	max-width: 270px;
}
#middle a {
	font-weight: bold;
}