/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
	padding-bottom: 40px;
	color: #A3CE51;
}
.img-responsive {
	width: 100%
}
.img-responsive70{
	max-width: 100%;
	float:right;
	margin-top:50px;
}
/* CUSTOMIZE THE NAV
-------------------------------------------------- */
nav {
	padding: 20px 0 15px 0!important;
}
.navbar.navbar-default.navbar-fixed-top {
	background: rgb(255, 255, 255); /* changed */
	padding: 5px 0 0 0;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover, .navbar-default .navbar-nav li a:hover {
	background: none;
	color: #A3CE51;
}
.navbar-default .navbar-nav li a {
	color: #A3CE51;
	font-size: 1.6em;
	line-height: 1.8em;
}

/* Custom styles
-------------------------------------------------- */
body, h1, h2, h3, h4, h5, h6, input, textarea, button, .logo, #nav a, .btn, input[type="submit"] {
	font-family: 'PT Sans Narrow', sans-serif;
}
.logo {
	color: #51853C;
	font-size: 48px;
	font-weight: bold;
}
.green {
	color: #A3CE51;
}
.white {
	color: rgb(255, 255, 255);
}
.dk-green {
	color: #51853C;
}
p {
	font-size: 1.4em;
}
section {
	margin-top: 50px;
	padding:4px;
}
.green-bg {
	background: #A3CE51;
	color: rgb(255, 255, 255);
}

/* Section: Services
-------------------------------------------------- */
#services {
	margin-top: 40px;
}

#services p {
	margin-top: 20px;
	padding:15px;
	list-style: none;
	text-transform: uppercase;
	font-size: 1.2em;
	float: left;
	border-radius: 4px;
	border: 1px solid  #A3CE51;]
}
#services .col-lg-4 p{
	height: 200px;
}
/* Contact Form
-------------------------------------------------- */
.container.form {
	margin:0 auto 0  -10px;
}
.container.form-process {
	padding-top:120px;
}
.container.form .btn.btn-primary {
	background:#A3CE51;
	font-size: 1.0em;
	text-transform: uppercase;
	border:0;
}
#success_message {
	display: none;
}
/* Footer
-------------------------------------------------- */
footer p {
	font-size: .8em;
	padding:0;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 480px) {
	#services .col-lg-4 p{
	height: auto;
	}
}
@media (max-width: 768px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin: 20px 10px 0 10px;
	}
	.navbar-collapse li a {
		border-bottom: 1px solid rgba(200, 200, 200, .5);
	}
	.logo {
		font-size: 38px;
		margin-left:10px;
	}
	.container.top {
		padding-top:100px;
	}
}
