.document-embed {
	width: 100%;
	height: 80vh;
	border: 0;
}

.navbar-brand img {
	height: 2.5rem;
	vertical-align: -0.8rem;
}

.navbar-brand .logotype {
	font-weight: 700;
	color: rgb(100, 179, 232);
}

nav + main {
	margin-top: 5rem;
	margin-bottom: 1rem;
}

.bs-component {
	position: relative;
}

.bs-component .modal {
	display: block;
	position: relative;
}

.more-link-icon {
	font-size: 3rem;
}

.tweet-image {
	max-height: 10em;
	box-shadow: 0 0 0.5em 0 rgba(0,0,0,0.25);
	border-radius: 0.1em;
}

.section-transition {
	background: #21203c;
	box-shadow: 0 0 1em 0 #21203c;
	z-index: 100;
	position: relative;
	margin-top: -4em;
	height: 4em;
	overflow: hidden;
}

@media (min-width: 576px) {
	footer .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.slick-slide > * {
	left: 0;
	position: relative;
}

.news-ticker .scroll-content {
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 4em;
}

.news-ticker .scroll-content > * {
	margin-top: 0.4em;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.latest-news-header-container h3 {
	padding-left: 1em;
	padding-right: 1em;
	min-height: 1em;
}

.latest-news-container {
	overflow: hidden;
}

.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

footer {
	overflow: hidden;
}

.close {
	text-shadow: none;
}

#tweets .interaction {
	margin-top: -2em;
	margin-bottom: 0.5em;
}

#tweets .interaction .fa {
	font-size: 1.5em;
}

#tweets .interaction > a {
	margin: 0.5em;
}

#tweets a[data-scribe="element:url"] {
	display: block;
	margin-top: 0.5em;
	text-align: center;
}

#nfc-logo-footer {
	max-width: 100%;
	height: 5em;
}

.tweet-cta {
	font-size: 3em;
}

.nfc-list {
	display: block;
	text-align: center;
}

.nfc-list a {
	display: inline-block;
	margin: 0.5em;
}

.nfc-list span {
	display: block;
	font-size: 1.5em;
	text-align: center;
}

.glace {
	background-image: url("https://northpaw.space/cCard/Glaceon25mid.png");
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.smol.glace {
	height: 1.5em;
	width: 1.5em;
	vertical-align: -0.2em;
	margin-right: 0.2em;
}