#main section.section.section-hero {
	padding-top: 2em;
	padding-bottom: 0;
}

.section-hero h1 {
	margin-top: 2em;
}

#main section.section.section-related {
	padding-top: 0;
}

.section-related h4,
.section-related p {
	margin-right: 1em;
}

.divider-top {
	padding-top: 4em;
}

.image-hero {
	width: 308px;
	height:512px;
	background-image: url('/ios/universal-links/images/universal-links-hero.png');
	background-size: 308px 628px;
	background-repeat: no-repeat;
	margin: 0 auto;
}

.icon-image {
	margin-top: 3em;
	margin-bottom: 1em;
	width: 64px;
	height: 64px;
	background-size: 64px 64px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.icon-xcode {
	background-image: url("/assets/elements/icons/xcode/xcode-64x64.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/xcode-64x64_2x.png")
	}
}

.icon-xcode-project {
	background-image: url("/assets/elements/icons/xcode-project/xcode-project-64x64.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-project {
		background-image: url("/assets/elements/icons/xcode-project/xcode-project-64x64_2x.png")
	}
}

.icon-handoff {
	background-image: url("/assets/elements/icons/handoff/handoff-64x64.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-handoff {
		background-image: url("/assets/elements/icons/handoff/handoff-64x64_2x.png")
	}
}

.icon-keychain {
	background-image: url("/assets/elements/icons/icloud-keychain/icloud-keychain-64x64.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-keychain {
		background-image: url("/assets/elements/icons/icloud-keychain/icloud-keychain-64x64_2x.png")
	}
}

.icon-search {
	background-image: url("/assets/elements/icons/spotlight-ios/spotlight-ios-64x64.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-search {
		background-image: url("/assets/elements/icons/spotlight-ios/spotlight-ios-64x64_2x.png")
	}
}

@media only screen and (max-width: 735px) {
	#main section.section-hero .section-content .row > .column:last-of-type {
		padding-bottom: 0;
	}
	.icon-image {
		margin-top: 0;
	}
}
