body {
	font-family: "Open Sans";
	padding: 1rem;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Jost";
}

a {
	color: #7a0019;
}

a:hover {
	color: #7a0019;
}

#umntc-header {
	background: #7a0019;
}

#umntc-logo {
	max-width: 288px;
	max-height: 38px;
	margin: 13px 0px;
	background-size: 288px 38px;
}

#app-nav {
	background: #FC0;
	padding: 8px 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

footer {
	border-top: 1px solid rgba(0,0,0,.1);
}

#app-contact {
	background: #EEE;
}

.time-join {
	list-style: none;
	display: inline;
	padding: 0;
}

.time-join li {
	display: inline;
}

.time-join > li:not(:first-child)::before {
	content: ",";
}

.time-join > li:last-child::before {
	content: "&";
}

.time-join-or > li:last-child::before {
	content: "or";
}

.nav-pills .nav-link.active {
	background-color: #8c1919;
}