#main-wrapper {
	background-color: #FFF;
}

#intro-text {
	position: relative;
	background-color: #E22;
	background-color: rgba(238, 34, 34, 0.8);
	bottom: 100px;
	padding: 10px 20px;
}

#intro-text h1 {
	color: #FFF;
}

#intro {
	border-bottom: 2px solid #E22;
	margin-top: -58px;
	text-align: center;
	padding: 30px 0 0 0;
}

@media screen and (min-width: 770px) {
	#intro {
		padding: 75px 0 0 0;
	}
}

#intro h2 {
	text-align: left;
}

#intro p {
	text-align: left;
}

#blurb {
	width: 100%;
}

#intro img {
	max-width: 650px;
	width: 100%;
	float: left;
}

@media screen and (min-width: 1280px) {
	#blurb {
		width: 50%;
		float: left;
		padding: 0 0 75px 0;
	}

	#intro img {
		float: right;
		width: 50%;
		max-width: 650px;
	}
}

#product-wrapper {
	padding: 30px 0;
}

@media screen and (min-width: 770px) {
	#product-wrapper {
		padding: 75px 0;
	}
}
