body {
	font-weight: 500;
	font-style: normal;
	font-size: 1.2rem;
	background-color: #ffffff;
}
h1, h2, h3, h4, h5, .large-letter {
	font-family: "DM Serif Display", serif;
}
header {
	padding: 4.75rem 0 0 0;
	background-color: #ffffff;
	background-image: url(/downloads/otf-background.jpg);
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}
header img.logo {
	max-width: 230px;
}
nav {
	margin: 1rem;
}
nav ul {
	padding-left: 0;
	list-style-type: none;
	text-align: center;
}
nav ul li {
	display: inline-block;
	margin: 2px 0;
}

h1 {
	font-size: 75px;
	letter-spacing: 0.2rem;
	text-align: left;
}
header h1, header h2 {
	color: #ffffff;
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}
header h2 {
	font-size: 1.8rem;
}
body h3 {
	font-size: 3.6rem;
	letter-spacing: 0.1rem;
	padding-bottom: 10px;
	border-bottom: solid 0.5rem #c6daf2;
	display: inline-block;
	margin-right: auto;
	margin-left: auto;
}
body .bg-blue h3 {
	border-bottom: solid 0.5rem rgba(255, 255, 255, 0.35);
}
body .bg-light-blue h3 {
	border-bottom: solid 0.5rem rgba(0, 62, 116, 0.35);
}
body h4 {
	font-size: 2.2rem;
}
.btn {
	font-size: 18px;
	font-weight: 700;
	padding: 0.65rem 1.5rem 0.75rem 1.5rem;
	letter-spacing: 0.0125rem;
	white-space: normal;
}
.btn-primary {
	background-color: #003e74;
	border-color: #003e74;
	color: #fff;
}
.btn-light, .alert-secondary {
	background-color: #e3eef9;
	border-color: #e3eef9;
	color: #003e74;
}
.btn:hover {
	background-color: #00559a;
	border-color: #00559a;
	color: #fff;
}
.btn-kv {
	display: inline-block;
	height: 26px;
	width: 26px;
	line-height: 24px !important;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 50% !important;
	text-align: center;
	padding: 0 !important;
	color: var(--bs-blue) !important;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
	font-size: 14px !important;
}
.btn-kv:hover {
	color: #0099e6;
}
.btn-kv i.bi {
	margin: 0 0 0 1px !important;
	line-height: 24px !important;
	color: var(--bs-blue) !important;
}
.btn-kv i.bi:hover {
	color: #0099e6;
}
.bg-blue .btn {
	background-color: rgba(255, 255, 255, 0.15);
}
.bg-blue .btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.bg-green {
	background-color: #71a28a;
}
.text-color-light,
.text-light-blue {
	color: #c6daf2;
}
.bg-light-blue {
	background-color: #c6daf2;
}
.text-color-blue {
	color: #003e74;
}
.bg-blue {
	background-color: #003e74;
}
.box-shadow {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}
.border-radius {
	border-radius: 1rem;
}

.p-large-letter {
	min-height: 100px;
	padding-top: 1rem;
}
.large-letter {
	display: block;
	height: 100px;
	width: 100px;
	line-height: 100px;
	font-size: 7rem;
	float: left;
	margin-right: 1rem;
	padding: 0 0.5rem;
}

.bg-linear-gradient {
	background-image: linear-gradient(rgba(0, 0, 0, 0.1), transparent);
}
.card {
	border: 0;
}
.card-type-36, .card-type-39 {
	background-color: #c6daf2;
}
.card-type-36 h4 a, .card-type-39 h4 a {
	text-decoration: none;
	color: #212529;
}
.card-type-35, .card-type-38 {
	border: 1px solid rgba(0,0,0,.125);
}
.card-type-35 h4 a, .card-type-38 h4 a {
	text-decoration: none;
}
.home-html {
	position: relative;
}




footer {
	background-color: #003e74;
	box-shadow: inset 0 25px 25px rgba(0, 0, 0, 0.15);
	border-top: solid 0.5rem rgba(255, 255, 255, 0.3);
}
footer img {
	width: 250px;
	margin: 0 2rem;
}
footer i {
	display: inline-block;
	width: 28px;
	text-align: center;
	position: relative;
	top: 1px;
}
footer a.text-light:hover, footer a.text-light:focus {
	color: #c6daf2 !important;
	text-decoration: none;
}
@media (max-width: 1199px) {
	.container {
		max-width: 100%;
	}
	header {
		padding: 3.75rem 0 0 0;
		height: 375px;
	}
	header img.logo {
		max-width: 192px;
	}
	h1 {
		font-size: 55px;
	}
	header h2 {
		font-size: 1.65rem;
		padding-right: 5rem;
	}
	body h3 {
		font-size: 3rem;
	}
	body h4 {
		font-size: 1.9rem;
	}
}
@media (max-width: 991px) {
	header {
		padding: 2.75rem 0 0 0;
		height: 285px;
	}
	header img.logo {
		max-width: 160px;
	}
	h1 {
		font-size: 45px;
	}
	header h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 767px) {
	header {
		padding: 2.75rem 0 0 0;
		height: 450px;
		text-align: center;
	}
	header img.logo {
		max-width: 160px;
	}
	h1 {
		margin: 1.5rem 0;
		font-size: 45px;
		text-align: center;
	}
	header h2 {
		font-size: 1.5rem;
		padding-right: 0;
	}
	footer .text-right {
		text-align: center !important;
	}
	footer img {
		width: 175px;
		margin: 2rem;
	}
}
@media (max-width: 525px) {
	header {
		padding: 2.75rem 0 0 0;
		height: 500px;
		text-align: center;
	}
	h1 {
		font-size: 35px;
	}
	header h2 {
		font-size: 1.25rem;
	}
	body h3 {
		font-size: 2.5rem;
	}
	body h4 {
		font-size: 1.4rem;
		text-align: center;
	}
	body {
		font-size: 1rem;
	}
	p {
		text-align: center;
	}
	.btn {
		font-size: 14px;
	}
	.large-letter {
		margin-right: 0.5rem;
	}
	.p-large-letter {
		line-height: 1.3;
		font-size: 15px;
	}
}

