/*
    Main CSS
*/

/* Override */
body {
	background-color: #212121;
}
.lead {
	line-height: 1.5;
}
.section-dark .lead {
	color: white;
}
.footer-black {
	background: #232323;
}
.footer .footer-logo {
	max-width: 200px;
}

/* Components */
.spacer-sm {
	height: 10px;
}
.spacer {
	height: 20px;
}
.spacer-lg {
	height: 40px;
}
.spacer-xl {
	height: 80px;
}
.bg-pale-grey {
	background-color: #f1f1f1;
}
.bg-light-grey {
	background-color: #e1e1e1;
}
.full-width-video {
	width: 100%;
}
.full-width-embedded-video {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}
.full-width-embedded-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
ul.feature-list li {
	margin-bottom: 15px;
}

/* Sections */
.section-dark {
	background-color: #343434;
	background-size: 200% 240%;
	background: #232323;
	background: radial-gradient(ellipse at center, #585858 0%, #232323 100%);
	background-size: 550% 450%;
}
.section-dark h1,
.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark h5,
.section-dark h6,
.section-dark p {
	color: white;
}
.section-dark .card h1,
.section-dark .card h2,
.section-dark .card h3,
.section-dark .card h4,
.section-dark .card h5,
.section-dark .card h6,
.section-dark .card p {
	color: #3c4858;
}
.bordered-content .container [class*="col-"] {
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-top: 0;
	border-left: 0;
}
.bordered-content .container [class*="col-"]:last-child {
	border-right: 0;
}
.bordered-content .container .row:last-child [class*="col-"] {
	border-bottom: 0;
}
.rounded-section-end {
	border-bottom-left-radius: 0.75rem;
	border-bottom-right-radius: 0.75rem;
}
@media (max-width: 992px) {
	.bordered-content .container [class*="col-"] {
		border: 0 !important;
	}
}

/* Hero */
.page-header {
	position: relative;
	width: 100vw;
	overflow: hidden;
}
#hero-video {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 100%;
	min-height: 100%;
}
@media (max-width: 600px) {
	#hero-video {
		min-height: 50vh;
		max-height: 75vh;
	}
	.page-header {
		height: 75vh;
	}
}

/* Main card */
.main {
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	background-color: rgba(255, 255, 255, 0.8);
}
.main-raised {
	margin-top: -110px;
}

/* Main nav */
#main-nav {
	margin-left: 20px;
	margin-right: 20px;
	top: 10px;
	border-radius: 35px;
}

/* Section - Intro */
#section-intro {
	padding: 0 0 30px;
}
