.main {
	overflow: initial;
}

.column-sidenav {
	height: 100%;
}

section.section-hero.theme-dark {
	background: linear-gradient(180deg,rgba(227, 37, 11, 1) 0%, rgba(230, 46, 119, 1) 100%);
}

.hero-icons sf-symbol {
	font-size: 72px;
	color: #faa6ae;
	display: inline;
	margin: 0 8px 35px;
}

h2 sf-symbol {
	font-size: 80px;
	color: #e3250b;
}
body[data-color-scheme="dark"] h2 sf-symbol,
body[data-color-scheme="dark"].theme-dark h2 sf-symbol {
	font-size: 80px;
	color: #e73946;
}

span.eyebrow {
	margin-top: 3em;
	margin-bottom: 1.25em;
}

.connect-icon {
	height: 96px;
	margin-top: -8px;
	margin-bottom: -12px;	h
}

#main section.section {
	padding-top: 5em;
	padding-bottom: 5em;
}

/* ----- resource grid ----- */
:root {
	--video-card-width: 900;
	--video-card-height: 506;
}
.resource-grid {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	/* grid-gap: 20px; */
	column-gap: 2em;
	row-gap: 2em;
	width: 100%;
	box-sizing: border-box;
	margin-top: 2em;
}

.section-developer-stories .resource-grid {
	grid-template-columns: repeat(2, 2fr);
}

.resource-grid-item {
	height: auto;
	cursor: pointer !important;
	text-decoration: none !important;
}

/* .resource-grid-item-full {
	grid-column: 1/3;
} */

.resource-grid + h2,
.resource-grid + h3,
.resource-grid + p {
	margin-top: 2em;
}

.resource-grid + .divider-bottom {
	padding-top: 0;
}

@media only screen and (max-width: 734px) {
	.resource-grid {
		grid-template-columns: repeat(3, 3fr);
		row-gap: 1.5em;
	}

	.resource-grid-item {
		grid-column: 1/3;
	}
}

.grid .tile .tile-content {
	padding: 1em 1.2em;
}

/* Prevents content jumping */

.image-wrapper {
	width: 350px;
	height: 186px;
	border-radius: 8px;
}

@media only screen and (max-width: 1068px) {
	.image-wrapper {
		width: 242px;
		height: 129px;
	}
}

@media only screen and (max-width: 390px) {
	.image-wrapper {
		width: 280px;
		height: 159px;
	}
}

.resource-grid-item img {
	border-radius: 8px;
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: auto;
}

a.resource-grid-item {
	color: unset;
}

a.resource-grid-item:hover {
	text-decoration: none !important;
}

.resource-grid-item h4 {
	color: #666666;
	font-size: 15px;
	margin-top: 1em;
	cursor: pointer !important;
}
body[data-color-scheme="dark"] .resource-grid-item h4 {
	color: #D2D2D7;
}

@media only screen and (max-width: 734px) {
	.resource-grid-item h4 {
		margin-top: 0.5em;
	}
}

.resource-grid-item h4:hover {
	text-decoration: none;
}
