body {
	font-weight: 300;
	font-size: 11pt;
	line-height: 125%;
	font-family: "Open Sans", Verdana, Arial, Helvetica, sans-serif;
	background: #1f1f1f;
}

.navbar {
	background-color: rgba(16, 16, 17, 0.5);
}

.navbar-brand {
	font-weight: 800;
	font-size: 20pt;
	line-height: 120%;
	font-family: "Exo", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 0 .15ex rgba(243,243,243,.66);
	color: #f3f3f3;
	text-transform: uppercase;
}
.navbar-brand .givenname {
	font-weight: 500;
	margin-right: -0.25em;
}

.navbar-text {
	font-weight: 500;
	font-size: 14pt;
	color: rgba(243, 243, 243, .83);
	text-shadow: 0 0 .15ex rgba(243, 243, 243, .33);
}
.navbar-text:before { content:"//"; margin: 0 .25em; }

.carousel-inner {
}

.carousel-item, .carousel-item.active {
	height: 100vh;
	display: flex;
	align-items: center;
}

.carousel-item > img {
	display: block;
	width: 100%;
	position: absolute;
}

.carousel-caption {
	background: linear-gradient(to bottom, rgba(16, 16, 17, 0.5), rgba(16, 16, 17, 0.9));
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 3rem;
	left: 0;
	right: 0;
	bottom: 0;
}

.carousel-caption h2 {
	font-weight: 400;
	font-size: 11pt;
	line-height: 120%;
	font-family: "Exo", Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 10px 20px;
}

.carousel-caption p {
	margin: 0;
}

.carousel-caption a {
	color: #f3f3f3;
	font-family: "Exo", Verdana, Arial, Helvetica, sans-serif;
	text-shadow: 0 0 .25ex rgba(243,243,243,.66);
}
