h1, h2, h3 {
color: #3f8546;    
}

body.site.fluid {
	background-color: #c8ffbf;
}
.thumbnail {
	margin-bottom: 9px;
}
.accordion-group {
	background: #c8ffbf;
}


.nav > li > a:hover, .nav > li > a:focus {
    background-color: #28b119;
    color: white;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
	color: white;
	background-color: #3f8546;
}

.breadcrumb {
	background-color: #3f8546;
    color: white;
	text-shadow: none;
}

.breadcrumb > li,
.breadcrumb > .active {
	color: white;
	text-shadow: none;
}

.breadcrumb a {
	color: white;
}
