    @font-face {
    font-family: 'Trajan Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/TrajanPro-Regular.woff') format('woff');
    }
    

    @font-face {
    font-family: 'Trajan Pro Bold';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/TrajanPro-Bold.woff') format('woff');
    }

body {
	font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	color: #101a33;
}
h1, h2, h3, h4 {
	font-family: 'Trajan Pro Bold';
}
h3 {
	font-size: 1.875rem;
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
h3 {
	font-size: 1.475rem;
}
}
p {
	margin-bottom: 10px;
}
.container ul li {
	margin-bottom: 10px;
}
.nav {
	background: #FFF !important;
}
.nav ul li {
	display: inline-block;
	margin-right: 15px;
}
.nav ul li.contact {
	margin-right: 0px;
	background: #101a33;
	color: #a89d60;
	padding: 15px 30px;
	text-align: center;
}
.header {
	height: 95vh;
}
.overlay {
	background: #101a33;
}
.header a {
	background: #b1a771;
	color: #101a33;
	display: inline-block;
	padding: 15px 30px;
	text-align: center;
}
.bg-blue-400 {
	background: #101a33;
}
.mobile-menu.open .background {
	background: #101a33;
}