.text-vertical-center {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

* {
	border: none;
}

body {
	padding-top: 6rem;
}

nav .row {
	min-height: 4rem;
	padding: 0.75rem 0;
	background: rgba(255, 255, 255, 0.97);
}

nav .logo img {
	height: 3.75rem;
}

nav .navigation {
	min-height: 3rem;
	background-color: #cd2a3e;
	border-radius: 1.25rem 0 0 1.25rem;
	box-shadow: 0 -0.1rem 0.25rem 0 #888;
}

nav .navigation .logo-white {
	height: 3rem;
	margin-left: 4%;
}

nav .navigation .nav-item {
	display: inline-block;
	position: relative;
	padding-bottom: 0.25rem;
	top: 0.25rem;
	margin-left: 4%;
	color: #f8f8f8;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
}

nav .navigation .nav-item:after {
	content: '';
	display: block;
	margin: auto;
	height: 0.25rem;
	width: 0px;
	background: transparent;
	transition: width .25s ease, background-color .25s ease;
}

nav .navigation .nav-item:hover {
	text-decoration: none;
}

nav .navigation .nav-item:hover:after {
	width: 100%;
	background: #f8f8f8;
	outline: 0;
}

nav .navigation .menu {
	float: right;
	background: 0 0;
	outline: none;
}

nav .navigation .menu img {
	height: 3rem;
}

nav .navigation .nav-menu-item {
	display: block;
	text-align: center;
	padding-bottom: 0.25rem;
	color: #f8f8f8;
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}

nav .navigation .nav-menu-item:hover {
	background-color: #f8f8f8;
	color: #cd2a3e;
}

.gradient {
	width: 100%;
	height: 0.5rem;
	background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0));
}

#exCollapsingNavbar {
	margin-top: 0.5rem;
	clear: right;
}

#carousel {
	width: 100%;
	margin-bottom: 3rem;
	box-shadow: 0 0 0.25rem 0 #000;
}

.carousel-control {
	width: 10%
}

.carousel-item .background {
	position: absolute;
	background: rgba(248, 248, 248, 0.85);
}

#carousel .title {
	top: 20%;
	left: 15%;
	padding: 1% 2%;
	color: #cd2a3e;
	font-size: 4vw;
	font-weight: bold;
}

#carousel .subtitle {
	bottom: 20%;
	right: 15%;
	padding: 1% 2%;
	color: #436f4d;
	font-size: 3.5vw;
	font-style: italic;
}

footer {
	margin-bottom: 0.75rem;
}

footer .content {
	height: 3rem;
	background-color: #436f4d;
	color: #f6f6f6;
	border-radius: 0 1.25rem 1.25rem 0;
	box-shadow: 0 0.1rem 0.25rem 0 #888;
}

footer .content p {
	margin-right: 1rem;
}

footer img {
	height: 3rem;
}
