.bg-gradient {
	background: linear-gradient(180deg, rgba(219, 240, 250, 1) 0%, rgba(255, 255, 255, 1) 90%);
}
html body[data-color-scheme="dark"].theme-dark .bg-gradient,
html body[data-color-scheme="dark"] .bg-gradient {
	background: linear-gradient(180deg, rgba(6, 14, 30, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
}

.callout.callout-alt {
	background-color: #fff !important;
}
html body[data-color-scheme="dark"] .callout.callout-alt {
	background-color: #000 !important;
}

h2 + h4 {
	margin-top: 1.6em;
}

#main section.section {
	padding-top: 4em;
	padding-bottom: 4em;
}
#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: 734px) {
	#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;
	}
}