body {
	font-family: 'Habibi';
	/* background-color: #a58b6f; */
}

.jo-navbar {
	border-top: 1px solid black !important;
	border-bottom: 1px solid black;
}

.jo-title {
	font-size: 3em;
	/* color: white; */
}

.jo-border-right {
	border-right: 1px solid black;
}

.jo-section {
	/* background-color: white; */
}

.bookQuoteTitle {
	font-style: italic;
}

.bookQuote {
	margin-bottom: 2em;
}

.jo-news-item {}

.nav-link {
	color: #000 !important;
}

.main-nav-link:after {
	content: "•";
	margin-left: 10px;
}

.main-nav-link:last-child {
	content: '';
}

.nav-link:hover {
	text-decoration: underline;
}

.homepage-news-date {
	font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	font-variant: small-caps;
	text-decoration: underline;
	color: #999;
}