.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #009e00;
}

/* menu */
ul li a {
	color: #9a9a9a;
	text-transform: uppercase;
}
ul li a:hover {
	color: #009e00;
	text-decoration: underline;
	text-transform: uppercase;
}
ul li.active a {
	color: #009e00;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
}

nav .navbar-toggle .icon-bar {
    background-color: #888;
}

/* banner */
div.bannerbackground {
  margin-left: -15px;
}
div.banneritem img, figure img{
    width: auto;
    height: auto;
    max-width: 691px; 
}

/* footer */
footer .nav>li>a {
    padding-left: 0;  
}

footer ul {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

footer ul li {
	padding-left: 0;
}

footer ul li a {
	text-transform: none;
}

footer ul li a:hover {
  	text-decoration: underline;
	text-transform: none;
}

@media screen and (min-width: 768px) {
	.container , .container-fluid {
		max-width: 692px;
		color: inherit;
		z-index: 10;
	}
	.back {
		background-color: #eee;
		height: 180px;
		width: 100%;
		position: absolute;
		top: 217px;
		z-index: -1;
	}	
}
