body {
	padding: 5rem 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	letter-spacing: .06ex;
	color: #4a544d;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
}
h2 {
	padding-bottom: .4em;
	border-bottom: solid 2px #d3e6cb;
	margin-bottom: .7em;
	color: #596956;
	font-weight: 300;
	text-transform: uppercase;
	
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}

.navbar {
	border: none;
}
.has-docked-nav .navbar {
	padding-top: 1rem;
	box-shadow: 0 0 3rem rgba(0,20,70,.25);
}
.header {
	margin: 0;
}
.header a {
	color: #495749;
	white-space: nowrap;
	text-decoration: none;
	font-weight: 400;
}
.header a:hover, .header a:focus, .header a:active {
	color: #192719;
}
.header-logo {
	display: block;
	font-weight: 400;
	font-size: 44px;
	line-height: 46px;
	padding: 2px 0 0 0;
	min-height: 48px;
	text-align: left;
	font-family: "Cinzel", sans-serif;
}
.header-title {
	text-align: right;
	font-size: 24px;
	font-weight: 300;
	line-height: 48px;
	text-transform: uppercase;
	color: #678aa3;
}

.hero {
	background: #ffffff url(/images/bg-hero.jpg) no-repeat 50% 50%;
	background-size: auto;
	color: #fff;
	text-align: left;
	margin-top: 4rem;
	padding: 6rem 0;
	text-shadow: 0 0 1em #2198e1;
}
.hero .row {
	margin: 0 -2em;
}
.hero-text {
	background: rgba(20,30,100,.2);
	box-shadow: rgba(200,230,255,.3) 0 0 3em;
	padding: 2em;
}

.hero-title, .hero-description {
	margin: 0;
}
.hero-title {
	margin: 0 0 2rem 0;
}
.hero-description {
	font-size: 1.3em;
	font-weight: 300;
}



.main ul li {
	display: block;
	padding-left: 6ex;
	list-style: none;
	position: relative;
	line-height: 2.2;
}
.main ul li:before {
	position: absolute;
	left: 0;
	top: 0;
	margin: -.25em 0 0 .25ex;
	font-size: 1.5em;
	display: block;
	font-family: "FontAwesome";
	content: "";
	color: #86cc95;
}

.block {
	padding: 5rem 0;
}


.contact {}
.contact-title {
	border: none;
	text-align: center;
}
.contact-details {
	width: 100% !important;
}

@media screen and (max-width: 550px) {
	.header, .header * {
		text-align: center;
	}
}