.logo { color: #96adc3 !important; }
.logo span { color: #fff !important; }
section { padding-top: 60px; padding-bottom: 80px; margin-bottom: -120px; margin-top: 100px; background-color: white;}

#intro { margin-top: 0px; padding-top: 120px;}
#intro { background: url('/static/images/jumbotron.jpg') no-repeat center top; background-size: cover; }
#intro .jumbotron { background-color:rgba(236,240,241,0.8); }

@media only screen and (min-width: 992px) {
	.jumbotron .macbook {
		background: url('/static/images/macbook.png') no-repeat right bottom;
		background-size: 50% auto;
	}
}
@media only screen and (min-width: 1200px) {
	.jumbotron .macbook {
		background-size: auto auto;
	}
}

#howitworks { background-color: #d5d8dc; }
#dashboard { background-color: #eaecee; }
#join { background-color: #f4f5f6; }

.carousel-control {
	background-image: none !important;
}
.row-space-40 {
	margin-top: 40px;
}
.row-space-80 {
	margin-top: 80px;
}