h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-weight: bold;
}

a, a:hover {
color:#27a811;
}

.navbar {
	position:absolute;
	}

.navbar .container{
	background:#ffffff;
	padding-bottom:10px;
	}
@media only screen and (max-width : 992px) { 
	.navbar .container{
		padding-left:25px;
	}

}
.navbar-logo {
	background:url('../img/logo.png');
	height:140px;
	width:160px;
	display:block;
	text-indent:-3000px;
	}
@media only screen and (max-width : 767px) { 
.navbar-logo {
	background:url('../img/logo-small.png');
	height:105px;
	width:120px;
	}
	
	ul.nav {
    		margin-top: 20px !important;
    }
	
	
}

.navbar-toggle {
	margin-top:35px;
	color:#444444;
}

.navbar-toggle .icon-bar {
	width:25px;
	height:4px;
}
ul.nav {
	margin-top:90px;
	margin-right:-5px;
	}

ul.nav li a {
	color:#444444;
	font-weight:bold;
}

ul.nav li.active a {
	color:#27a811;
}

ul.nav li a:hover, ul.nav li.active a:hover {
	background:#27a811;
	color:#fff;
}

.jumbotron {
	padding-top:160px;
	padding-bottom:0px;
	margin-bottom:0;
	}

.hero-home {
	background: url(../img/hero2.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media only screen and (max-width : 767px) { 
	.hero-home {
		
		background: url(../img/hero2-mob.jpg) no-repeat center 115px scroll;
	}
}

.hero-home .container {
	padding-top:100px;
	background: url(../img/green-flash.png) 0 0 no-repeat; 
	height:424px;

	
}

@media only screen and (max-width : 480px) { 
	.hero-home .container {
		height:auto;
	
		
	}
}

.hero-page {
	background:#27a811;
}


@media only screen and (max-width : 767px) { 
.jumbotron {
	padding-top:110px;
	padding-left:0px;
	padding-right:0px;
	}
.hero-home .container {
	
	background: url(../img/green-flash.png) no-repeat center center; 
}
}

@media only screen and (max-width : 480px) { 
	.hero-home .container {
	padding-top:20px;
	}
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)  { 
.hero-home {
	background-position:0 0;
		background-attachment:scroll;height:584px;
}
}


.hero-home h1, .hero-home p, .hero-page h1, .hero-page p {
	color:#fff;
}

.hero-home p {
	width:75%;
	
}

.home-row {
	padding:20px 0;
}

@media only screen and (max-width : 992px) {
.home-row {
		text-align:center;
	}

	.home-row-grey .col-md-6, .home-row-grey col-md-6 {
		padding:0;
	}
}

@media only screen and (max-width : 767px) {
	.home-row {
		padding-top:0;
	}

}

.home-row img, .page-row img {
	width:100%;
}

.page-row img {
	margin:20px 0 0 0;
}

.page-row form {
	margin-bottom:20px;
}

@media only screen and (max-width : 992px) { 
	
	.page-row img {
		margin: 0 0 20px 0;
	}

}

.home-row p, .page-row p {
	line-height:1.8em;
	margin-bottom:20px;
}

.home-row-grey {
	background:#eee;
	margin:0;
}

.btn {
	background:#27a811;
	color:#fff;
	border-radius:0;
	border:0;
	font-size:1.4em;
}

.btn:hover, .btn:focus {
	background:#1a700b;
	color:#fff;
}



.btn-primary, .navbar-toggle .icon-bar {
	background:#444444;
}

.btn-primary:hover, .btn-primary:focus {
	background:#333333;
}

.btn:hover, .btn:focus
.btn-primary:hover, .btn-primary:focus {
	
	
}

footer {
	background:#27a811;
	
}

@media only screen and (min-width : 480px) { 
	footer .container {
		background:#27a811 url(../img/logo-footer.png) 0 0 no-repeat;
	}
	
	footer .navbar-nav > li {
	    float: left;
	}
	
	footer .navbar-right {
	float:right;
	margin-left:180px;
	text-align:right;
	}
	
}

footer p {
	float:right;
	clear:both;
	margin-right:10px;
}

footer ul.nav {
	margin-top:0;
	}

footer ul.nav li a, footer p, footer p a  {
	color:#ffffff;
}

footer a:hover  {
	text-decoration:underline;
	color:#ffffff;
}

@media only screen and (max-width : 479px) { 
	footer p {
		float:none;
		text-align:center;
}
}

.embed-responsive {
	margin-bottom:20px;
	}