.why-mopify-header {
	background: url("../img/whyMopifyHeader.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	background-size: cover;
	padding: 100px 0;
}

.why-mopify-header h1 {
	color: #F1F1F1;
	font-size: 6rem;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	line-height: 1.42;
}

.selling-features {
	position: relative;
	padding: 100px 0;
}

.love-it {
	position: absolute;
	height: 80px;
	width: 800px;
	top: -40px;
	left: 50%;
	margin-left: -400px;
	background: #ffffff;
	border-radius: 50px;
	color: #666666;
	text-align: center;
	padding: 20px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.love-it span {
	font-size: 3rem;
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
}

.selling-features h2,
.what-we-clean h2 {
	font-family: 'GothamRounded-Light', Helvetica, Arial, sans-serif;
	color: #999999;
	line-height: 1.42;
}

.selling-features p {
	font-size: 1.5rem;
	color: #777777;
	line-height: 1.42;
}

.selling-feature-section {
	margin-bottom: 60px;
}

#what h1 {
	color: #FFFFFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.what-we-clean h3 {
	color: #777777;
}

@media screen and (max-width: 992px) {

}

@media screen and (max-width: 768px) {
	.why-mopify-header h1 {
		font-size: 4rem;
	}

	.love-it {
		height: 60px;
		width: 500px;
		top: -30px;
		margin-left: -250px;
		padding: 15px;
	}

	.love-it span {
		font-size: 2rem;
	}

	.selling-features img {
		max-width: 400px;
	}
}

@media screen and (max-width: 449px) {
	.why-mopify-header h1 {
		font-size: 3rem;
		padding: 50px 0;
	}

	.love-it {
		height: 40px;
		width: 300px;
		top: -20px;
		margin-left: -150px;
		padding: 10px;
	}

	.love-it span {
		font-size: 1.5rem;
	}
}
