﻿.column-new {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.bg-alt {
	background-color: #f5f5f7;
}

.section-topics h4 {
	margin-top: 1.6em;
}

.lockup-hero {
	margin-top: 2em;
	width: 980px;
	height: auto;
}

.ipad-hero {
	margin-top:  2em;
}

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

.topic-icon {
	margin-top: -10px;
	margin-left: 60px;
}

@media only screen and (max-width: 1068px) {
	.lockup-hero {
		width: 692px;
	}
	.topic-icon {
		margin-left: 10px;
	}
}

@media only screen and (max-width: 735px) {
	.lockup-hero {
		width: 320px;
	}
	.topic-icon {
		margin-top: 0;
		margin-left: -10px;
	}
	.icon-people {
		margin-left: 0;
	}
	.icon-devices {
		margin-left: -8px;
	}
}

@media only screen and (max-width: 320px) {
	.lockup-hero {
		width: 280px;
		height: 116px;
	}
}

/* ========== What's new ========== */
.section-content.callout-new {
	padding: 3em 0;
}

@media only screen and (max-width: 735px) {
	.section-content.callout-new {
		padding: 2em 1.5em;
	}
}

.callout-new {
	margin-bottom: 4em;
	padding-top: 2em !important;
	padding-bottom: 2em !important;
	background-color: #bde0ff !important;
}

body[data-color-scheme="light"] .callout-new {
	border: 1px solid #93c0ed;
}

body[data-color-scheme="dark"] .callout-new {
	background-color: var(----fill-tertiary) !important;
}

.callout-new h2 {
	display: flex;
	align-items: center;
}

body[data-color-scheme="dark"] .callout-title {
	color: #fff;
}

.whats-new-icon {
	width: 32px;
}


/* ========== Grid ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-resources {
	padding-bottom: 0;
}
#main section .section-content .row {
	margin-left: 0;
	margin-right: 0;
}
#main section.section-topics .section-content > .row {
	margin-top: 2em;
}
#main section.section-topics .section-content > .row:first-of-type {
	margin-top: 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: 3em;
		padding-bottom: 3em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0;
	}
}

