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

.callout {
	margin-top: 4em;
}
.callout-shadow {
	box-shadow: 1px 3px 6px 1px rgba(204,204,204,0.6);
}

.section-features .row-features .large-10 > p {
	padding-right: 4em;
}

.device-hero {
	margin-top: 2em;
}
.screen-hero {
	background-image: url("/xcode/images/screen-hero-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.screen-hero {
		background-image: url("/xcode/images/screen-hero-large_2x.png");
	}
}

.screen-only {
	display: block;
	position: relative;
	margin: 2em 0 4em;
	width: 754px;
	height: 471px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.screen-comments {
	background-image: url("/xcode/images/screen-comments-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.screen-comments {
		background-image: url("/xcode/images/screen-comments-large_2x.png");
	}
}
.screen-compare {
	background-image: url("/xcode/images/screen-compare-large.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.screen-compare {
		background-image: url("/xcode/images/screen-compare-large_2x.png");
	}
}

.icon-xcode {
	margin-bottom: 1.5em;
	width: 96px;
	height: 96px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("/assets/elements/icons/xcode-12/xcode-12-96x96.png");
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
	.icon-xcode {
		background-image: url("/assets/elements/icons/xcode-12/xcode-12-96x96_2x.png");
	}
}

@media only screen and (max-width: 1068px) {
	.screen-hero {
		background-image: url("/xcode/images/screen-hero-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-hero {
			background-image: url("/xcode/images/screen-hero-medium_2x.png");
		}
	}
	.screen-only {
		width: 534px;
		height: 334px;
	}
	.screen-comments {
		background-image: url("/xcode/images/screen-comments-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-comments {
			background-image: url("/xcode/images/screen-comments-medium_2x.png");
		}
	}
	.screen-compare {
		background-image: url("/xcode/images/screen-compare-medium.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-compare {
			background-image: url("/xcode/images/screen-compare-medium_2x.png");
		}
	}
}


@media only screen and (max-width: 735px) {
	.section-features .row-features .large-10 > p {
		padding-right: 0;
	}
	.screen-hero {
		background-image: url("/xcode/images/screen-hero-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-hero {
			background-image: url("/xcode/images/screen-hero-small_2x.png");
		}
	}
	.screen-only {
		margin: 1em 0 3em;
		width: 288px;
		height: 180px;
	}
	.screen-comments {
		background-image: url("/xcode/images/screen-comments-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-comments {
			background-image: url("/xcode/images/screen-comments-small_2x.png");
		}
	}
	.screen-compare {
		background-image: url("/xcode/images/screen-compare-small.png");
	}
	@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
		.screen-compare {
			background-image: url("/xcode/images/screen-compare-small_2x.png");
		}
	}
	.callout {
		margin-top: 3em;
	}
}

@media only screen and (max-width: 320px) {
	.device-hero {
		margin-left: -28px;
	}
	.screen-only {
		width: 280px;
		height: 175px;
	}
}


/* ========== Grid ========== */
#main section.section.section-hero {
	padding-bottom: 0;
}
#main section.section.section-resources {
	padding-bottom: 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;
	}
}