@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville:400,700|Montserrat:300,400,600');
body {
	padding: 0;
	margin: 0;
	color: #383838;
	font-size: 15px;
	font-family: 'Libre Baskerville', serif;
	line-height: 1.5rem;
}

.header.wrapper {
    background-color: #182E42;
    border-bottom: 1px solid black;
}

.banner.wrapper {
	max-width: 1092px;
	width: 100%;
	margin: 0 auto;
	padding: 1.5rem 1.3rem;
}

.logo {
	text-align: center;
}

a, a:link, a:focus, a:visited, a:active {
	text-decoration: none;
    color: #4EC6B7;
    font-weight: bold;
    -webkit-transition: color 0.12s ease, background-color 0.2s ease;
    -moz-transition: color 0.12s ease, background-color 0.2s ease;
    -ms-transition: color 0.12s ease, background-color 0.2s ease;
    -o-transition: color 0.12s ease, background-color 0.2s ease;
    transition: color 0.12s ease, background-color 0.2s ease;
}

a:hover {
	color: #182E42;
}


.nav.wrapper {
   background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 0) 51%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 0 1px black;
    background-color: #625957;
}

.clientNavigation {
	max-width: 1092px;
	width: 100%;
	margin: 0 auto;
    display: none;
}

h1, h2, h3 {
	font-family: 'Montserrat', sans-serif;
}