body {
	font-size: 20px;
	--title-font: 'League Gothic';
}

.logo {
	width: 100%;
	height: auto;
	min-width: 100px;
	max-width: 25vw;
	max-height: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--title-font);
	letter-spacing: 2px;
}

h2 {
	font-size: 4rem;
	font-weight: 600;
}

h3 {
	font-size: 3rem;
	font-weight: 600;
}

.bg video {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -2;
}

.bg:after {
	display: block;
	content: '';
	background-color: black;
	opacity: .6;
	width: 100%;
	height: 100% !important;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}

.hstack {
	align-items: stretch;
	flex-wrap: wrap;
	justify-content: center;
}

.hstack .card {
	/* min-width: 300px; */
}

.navbar.bg-dark {
	background-color: rgba(0, 0, 0, .4) !important;
	border-bottom: none;

}

.main {
	min-height: 100vh;
}

.link_container {
	margin-top: 3em;
	margin-bottom: 5em;
	justify-content: center;
	align-self: stretch;
	align-items: stretch;
}

.link_container .card {
	border-radius: 1em;
	border: 1px solid rgba(255, 255, 255, .4);
	font-size: 17px;
	padding: 1em;
	/* width: 400px; */
}

.link_container i {
	border-radius: 3em;
	border: 4px solid white;
	padding: .3em;
	margin-bottom: .5em;
	font-size: 4em;
}


.link_container .card-title {
	font-weight: 300;
	font-size: 2em;
	font-family: var(--title-font);
}

.link_container a {
	color: white;
	text-decoration: none;
}

.link_container .box {
	align-items: center;
}

.card ul {
	list-style: none;
	margin: 0;
	font-size: 1.6rem;
	padding: 0;
}

.card ul li {
	margin: 1em 0;
	padding: 1em 1em;
	background-color: rgba(0, 0, 0, .1);
	text-align: left;
}

.card ul li i {
	font-size: 1em;
	border: 0;
	margin-right: 6px;
}

.bg-alt {
	background-color: rgba(43, 60, 81, .9);
}

.block {
	padding-top: 2em;
	padding-bottom: 2em;

}

.flex-fill {
	flex: 1 1 100% !important;
}

section {
	position: absolute;
	top: -3em;
	opacity: 0;
	transition: all 1s ease-in-out;
	margin: auto;
	left: 50%;
	transform: translateX(-50%);
	z-index: 0;
	width: 100%;
	top: 15em;
}

[data-name] {
	opacity: 0;
}

section.show {
	opacity: 1;
	top: 7em;
	z-index: 1
}

section>h2 {
	font-size: 5em;
	padding-bottom: 1em;
}
