p {
	width: 100%;
}

.section-hero,
.section-hero-marker {
	background: linear-gradient(to bottom, #2b415d -10%, #1f293d 100%);
	color: #fff;
}

@supports (-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px)) {
	/* Blur Navigation Bar */
	#ac-localnav.ac-localnav-scrim .ac-ln-background {
		background-color: rgba(255, 255, 255, 0.65);
		-webkit-backdrop-filter: saturate(180%) blur(20px);
		backdrop-filter: saturate(180%) blur(20px);
	}
}

picture img {
	margin-top: 0.5em;
	width: 100%;
	max-width: 735px;
	height: auto;
}

picture img.hero-image-marker {
	max-width: 1000px;
	padding: 0 40px;
	margin-top: 1.5em;
	height: auto;
}

@media only screen and (max-width: 1068px) {
	picture img.hero-image-marker {
		max-width: 770px;
	}
}

.screen-only img {
	border: 1px solid #ddd;
	border-radius: 6px;
}

img.neutral-image,
img.dark-image,
img.light-image {
	margin-top: 2em;
	margin-bottom: 2em;
	border-radius: 9px;
	border: 1px solid #ddd;
}

img.dark-image,
img.light-image {
	display: none;
}

img.dark-image.smaller-vertical-margin,
img.light-image.smaller-vertical-margin,
img.neutral-image.smaller-vertical-margin {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

body[data-color-scheme="dark"] img.dark-image,
body[data-color-scheme="dark"] img.neutral-image {
	border-color: #333;
	display: block;
}

body[data-color-scheme="dark"] img.light-image {
	display: none;
}

body[data-color-scheme="light"] img.dark-image {
	display: none;
}

body[data-color-scheme="light"] img.light-image {
	display: block;
}

body[data-color-scheme="dark"].dmf .screen-only img {
	border-color: #333;
}

.button-pill {
	border-radius: 1em;
}

.img-height {
	min-height: 71px;
}

img.block {
	margin-bottom: 1em;
}

a:focus {
	outline: none;
}

.developer-router-links .icon-swiftui {
	margin-bottom: 1.5em;
}

@media all and (min-width: 1068px) {
	.hero-copy h1 {
		padding-top: 2em;
	}
}

@media all and (max-width: 1068px) {
	.hero-copy h1 {
		padding-top: 2em;
	}
}

@media all and (max-width: 767px) {
	.large-6.divider-left {
		border-left: none;
	}
}

@media all and (max-width: 735px) {
	.hero-copy h1 {
		padding-top: 0em;
	}
}

.anchor-spacing-top {
	scroll-margin-top: 75px;
}

/* Download */
#download .ac-ln-actions {
	display: none;
}

/* ========== Grid Changes ========== */
#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#main section.section.section-hero-marker {
	padding-top: 4em;
	padding-bottom: 0em;
}
#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-marker {
		padding-top: 2em;
		padding-bottom: 0em;
	}
	#main section .section-content .row {
		margin-left: 0;
		margin-right: 0;
	}
	#main section .section-content .row > .column {
		padding: 0.5em 0;
	}
}

/* === DARK MODE === */
body[data-color-scheme="dark"] .bg-rounded {
	background-color: var(--fill-secondary-alt);
}
