@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700');

#footer .icon:hover:after {
	background-color: #015c5d;
}

p {
	letter-spacing: .4px;
	line-height: 1.6em;
}

a {
	color: #015c5d;
}

#header {
	background: #ffffff;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.125);
	color: #dfdee4;
	height: 4.5em;
	left: 0;
	line-height: 4.5em;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	
}

header h2 {
	text-align:center;
	text-shadow: 0.5px 0.5px #aaaaaa;
}

.navbar-brand img {
    margin-top: 8px;
    width: 304px;
    padding-left: 15px;
    padding-top: 2px;
}

#header nav > ul > li > a {
	color: #777777;
	display: block;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 2.5em;
	padding: 0 1em;
	text-decoration: none;
	text-transform: none;
}

#header nav > ul > li.current {
	background-color: white;
}

.wrapper.style1 {
	background-color: #015c5d;
	color: #ffffff;
}

#banner {
    background-color: #ffffff;
}

@media screen and (max-width: 980px) {
	#navButton .toggle:before {
		background: #ffffff;
		color: #777777;
		content: '\f0c9';
		font-size: 18px;
		height: 4em;
		line-height: 4em;
	}
}

@media screen and (max-width: 980px) {
	#navButton {
		height: 4.5em; xxxx
		right: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10001;
	}
}

@media screen and (max-width: 1280px) {
	#banner {
		padding: 8em 0 8em 0;
	}
}

.wrapper.style1.split .secondary > section h1, .wrapper.style1.split .secondary > section h2, .wrapper.style1.split .secondary > section h3, .wrapper.style1.split .secondary > section h4, .wrapper.style1.split .secondary > section h5, .wrapper.style1.split .secondary > section h6 {
	color: #015c5d;
}

.wrapper {
    padding: 4em 0 4em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #666666;
	font-family: 'Lora', serif;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.3em;
	margin: 0 0 1em 0;
	text-transform: uppercase;
}

.wrapper.split .secondary > section input[type="submit"], .wrapper.split .secondary > section input[type="reset"], .wrapper.split .secondary > section input[type="button"], .wrapper.split .secondary > section .button {
	border-color: #aaaaaa;
	color: #7f7f7f !important;
	font-weight:400;
}

.button {
	border-color: #aaaaaa;
	color: #7f7f7f !important;
	font-weight:400;
}

.wrapper.split .secondary > section:nth-child(2n):before {
	background: #d9e2cf;
}

.image.style1:after {
	display: none;
}

.image.style1 {
	border-radius: 0;
}

#footer .icon:before {
	color: #ffffff;
}

li {
	padding-bottom:15px;
}

input[type="submit"].special, input[type="reset"].special, input[type="button"].special, .button.special {
    background-color: #aaaaaa;
    border: 0;
    color: #ffffff !important;
    height: 3em;
    font-weight:400;
}

input[type="submit"].special:hover, input[type="reset"].special:hover, input[type="button"].special:hover, .button.special:hover {
    background-color: #015c5d;
}

/* 
@media screen and (max-width: 980px) {
	#navPanel {
		background-color: #7f7e93;
		color: #dfdee4;
		display: block;
		height: auto;
		left: 0;
		overflow-y: auto;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 10002;
	}
}

 */
 
 
.hidden-small {
	display:none;
}

.hidden-medium-plus {
	display:block;
}

@media screen and (min-width: 737px) {
	.hidden-small {
		display:block;
	}
}

@media screen and (min-width: 737px) {
	.hidden-medium-plus {
		display:none;
	}
}

#banner {
    background-position: center right;
}
