.bg-gradient {
	background: linear-gradient(to bottom,  #f2f1f0 0%,#ffffff 100%);
}
.bg-alt {
	background-color: #f5f5f7;
}

.section-features .row-features .row .column {
	align-self: center;
}
.section-features .row-features .row {
	margin-top: 4em;
}
.section-features .row-features .row:first-of-type {
	margin-top: 0;
}

.icon-ios {
	margin-bottom: 1em;
}

.icon-xcode {
	margin-bottom: 1em;
}

.section-topics .row {
	margin-top: 4em;
}


@media only screen and (max-width: 735px) {
	.section-features .row .column {
		align-self: top;
	}
	.section-topics .row {
		margin-top: 3em;
	}
	.topic-icon {
		margin-bottom: 1em;
	}
	.device-wrap {
		margin-top:  2em;
	}
}

/* ========== Grid  ========== */
#main section.section.section-hero {
	padding-bottom: 0;
}
#main section.section.section-features {
	padding-bottom: 0;
}
#main section.section.section-topics {
	padding-top: 0;
}


@media only screen and (max-width: 735px) {
	#main section.section {
		padding-top: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}
