.column-flex-center {
	align-self: center;
}
.column-flex-center:first-of-type > * {
	padding-right: 40px;
}

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

.section-related .column.smaller > * {
	margin-right: 20px;
}

@media only screen and (max-width: 1068px) {
	.column-flex-center:first-of-type > * {
		padding-right: 20px;
	}
}

@media only screen and (max-width: 735px) {
	.column-flex-center {
		padding: 1em 0;
	}
	.column-flex-center:first-of-type > * {
		padding-right: 0;
	}
	.section-hero {
		text-align: center;
	}
	.section-hero h1 {
		margin-top: 0;
	}
	.section-related .column.smaller > * {
		margin-right: 0;
	}
}


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

@media only screen and (max-width: 735px) {
	.icon-image {
		margin-top: 0;
	}
}


/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-hero {
	padding-top: 2em;
	padding-bottom: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section .section-content .row > .column {
	padding: 0;
}

@media only screen and (max-width: 1068px) {
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

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