body {
	font-family: EB Garamond,serifEB Garamond;
	font-size: 18px;
	line-height: 1.35em;
}

.navbar, h1, h2, h3, h4 {
	font-family: Conduit, sans-serif
}

h1 {
	font-size: 40px;
	margin-bottom: 1em;
}

h2 {
	font-size: 28px;
	margin-bottom: 1.25em;
}

h3 {
	font-size: 20px;
	margin-bottom: 1.25em;
}

p {
	margin-bottom: 1.35em;
}

.container img {
	max-width: 100%;
	height: auto !important;
}

.container {
	overflow-x: auto;
}

.alert {
	display: block;
}

.navbar {
	background-color: #006459;
	color: #006459;
	margin-bottom: 40px;
}
	.navbar .nav-item {
		margin-left: 1em;
	}

	.navbar .nav-item a.nav-link {
		color: #222;
		background-color: #fff;
		border-radius: 4px;
		height: 70px;
		width: 70px;
		text-align: center;
		font-size: 14px;
		position: relative;
	}

	.navbar .active a.nav-link {
		color: #fff;
		background-color: #222;
	}

	.navbar a.nav-link span {
		position: absolute;
		bottom: 5px;
		left: 50%;
		transform: translateX(-50%);
	}

@media (max-width: 767px) {
	.navbar .nav-item {
		margin-left: 0;
		margin-right: 1em;
		margin-top: 1em;
	}
}