@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,600,400italic);
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a,
button,
.icon,
.gallery img {
	 -webkit-transition: 0.4s ease-in-out;
 	 -moz-transition: 0.4s ease-in-out;
 	 transition: 0.4s ease-in-out;
}
a, 
button, 
.icon {
 	 -webkit-transition: background 0.4s ease-in-out;
 	 -moz-transition: background 0.4s ease-in-out;
 	 transition: background-color 0.4s ease-in-out;
}
a, 
button, 
.icon {
 	 -webkit-transition: color 0.4s ease-in-out;
 	 -moz-transition: color 0.4s ease-in-out;
 	 transition: color 0.4s ease-in-out;
}
body {
	font-family: "Roboto", Helvetica, Arial, sans-serif;
	color:#777;
	text-align: center;
}
header {
	margin: 0 auto 80px;
	padding: 50px 0 50px;
	text-align: center;
	width:100%;
	background-color: #43A047;
}
img.logo {
	max-width: 100%;
	height: auto;
}
nav {
	text-align:center;
	display: inline-block;
	list-style: none,
}
nav ul {
	margin: 0;
	padding: 50px 0 0;
}
nav ul li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0 19px;
}
ul li a {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 3px;
	font-weight:bold;
}
ul li.selected a {
	color:#93db70;
}
ul li a:hover {
	color: #93db70;
	font-weight:bold;
}
footer {
	background-color: #43A047;
	width: 100%;
	position: relative;
	text-align: left;
	padding: 50px 60px 40px;
	margin-top: 80px;
	overflow: hidden;
	font-weight: bold;
}
.footer-left {
	float: left;
}
img.footer-logo {
	margin: 0 0 10px;
}
.footer-links {
	color:#fff;
	margin: 0 0 10px;
	padding: 0;
}
.footer-links a {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:#fff;
}
.footer-links a:hover {
	display: inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:#3D8B37;
}
p.footer {
	color:#fff;
	margin:0;
	font-size:small;
	font-weight: normal;
}
.icons {
	margin-top: 40px;
}
.icons a{
	display: inline-block;
	width:35px;
	height:35px;
	margin-right:3px;
	margin-bottom:5px;
	cursor: pointer;
	background-color:#3D8B37;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 35px;
}
.icons a:hover {
	background-color:#93db70;
	color:#3D8B37;
}
.footer-right{
	float: right;
}
.footer-right p{
	text-transform: uppercase;
	color:#fff;
	margin-bottom: 20px;
}
footer form{
	display: inline-block;
}
footer form input,
footer form textarea{
	display: block;
	border-radius: 3px;
	box-sizing: border-box;
	background-color:#3D8B37;
	box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
	border: none;
	resize: none;
	font: inherit;
	font-size: 14px;
	font-weight: normal;
	color:  #fff;
	width: 400px;
	padding: 18px;
	height:20px;
}
footer form input{
	height: 40px;
	margin-bottom: 15px;
}
footer ::-webkit-input-placeholder {
	color: #fff;
}
footer :-moz-placeholder {
	color: #fff;
}
footer ::-moz-placeholder {
	color: #fff;
}
footer :-ms-input-placeholder {
	color: #fff;
}
footer form textarea{
	height: 100px;
	margin-bottom: 20px;
	color:#fff;
}
footer form button{
	color:#fff;
	background-color: #93db70;
	border: none;
	font-weight: bold;
	text-align:center;
	width:80px;
	padding: 10px;
	border-radius: 3px;
    -webkit-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
}
footer form button:hover {
	background-color:  #fff;
	color: #3D8B37;
    -webkit-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
}
.home {
	margin: 0 auto;
	width:900px;
	text-align: center;
}
.home h2 {
	font-weight: bold;
	color:#43A047;
	font-size:30px;
	padding-bottom:20px;
}
.home p {
	text-align: justify;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.slideshow {
	margin: 0 auto;
	overflow: hidden;
}
.slideshow img {
	max-width: 800px;
}
table.index {
	max-width: 900px;
	margin: 0 auto;
	padding-top:50px;
}
.index th {
	padding-bottom:10px;
	letter-spacing: 1px;
	font-weight:bold;
	font-size:20px;
	color:#3D8B37;
}
.index td {
	vertical-align: top;
	text-align: justify;
	padding: 0 25px;
	line-height: 20px;
}
.index td.btn {
	text-align: center;
	padding-top:10px;
}
.index button {
	background-color: #43A047;
	color:#fff;
	border: 0;
	cursor: pointer;
	border-radius: 3px;
	width:100px;
	padding:10px;
	font-weight: bold;
	font-size:12px;
	-webkit-transition: 0.4s ease-in-out;
 	-moz-transition: 0.4s ease-in-out;
  	transition: 0.4s ease-in-out;

}
.index button:hover {
	background-color:#93db70;
	color:#fff;
	-webkit-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
}
.services {
	margin: 0 auto;
	width:900px;
	text-align: center;
}
.services h1 {
	font-weight: bold;
	color:#43A047;
	padding-bottom: 40px;
	font-size:40px;
}
.services-left {
	float:left;
	display: inline-block;
	margin-right:20px;
}
.services-left img {
	width:400px;
	height:300px;
}
.services-right {
	text-align: left;
	display:inline;
	overflow: hidden;
}
.services-right h3 {
	color:#3D8B37;
	margin-bottom: 5px;
}
p.blurb {
	margin-bottom:10px;
}
i.fa-check {
	margin-right:5px; 
	font-size:12px;
	color:#3D8B37;
}
.services-right ul {
	padding-bottom: 20px;
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    -webkit-column-width: 100px;
    -moz-column-width: 100px;
    column-width: 100px;
}
.services-bottom {
	text-align: center;
	padding-top:40px;
	display: block;
	clear:left;
}
.services-bottom h2 {
	font-weight: bold;
	color: #43A047;
	font-size:30px;
}
.services-bottom th {
	padding:30px 0 20px;
}
.services-bottom td {
	padding: 15px 30px;
	vertical-align: top;
	width:50%;
}
p.testimonial {
	line-height: 1.8em;
	font-style:italic;
	text-align: justify;
}
i.fa-user-circle-o {
	color:#93db70;
	margin-top:10px;
}
p.name {
	display:inline;
	font-weight: bold;
	text-align: center;
}
.portfolio h1 {
	font-weight: bold;
	color:#43A047;
	padding-bottom: 30px;
	font-size:40px;
}
table.gallery {
	padding-bottom: 40px;
	border:0;
	width:80%; 
	margin:0 auto;
}
.gallery tr, 
.gallery td {
	padding:15px;
}
.gallery img {
	border-radius: 5px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
	0 6px 20px 0 rgba(0, 0, 0, 0.19);    
}
.gallery img:hover {
	opacity:0.85;   
}
.portfolio-bottom {
	text-align: center;
	margin: 0 auto;
	max-width:600px;
	width:80%;
}
.portfolio-bottom p {
	padding-bottom:40px;
	text-align: justify;
}
.contact {
	margin: 0 auto;
	width:900px;
	text-align: center;
}
.contact h1 {
	font-weight: bold;
	color:#43A047;
	padding-bottom: 10px;
	font-size:40px;
}
.contact h4 {
	font-weight:normal;
	padding-bottom: 30px;
}
form#contact {
	width:400px;
	margin:0 auto;
}
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}
fieldset select {
	width:100%;
	font-size: 12px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact input[type="url"],
.contact textarea {
	width: 100%;
	border: 1px solid #cccccc;
	background: #ffffff;
	margin: 0 0 5px;
	padding: 10px;
	border-radius:3px;
}
.contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}
.contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 10px 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius:3px;
  -webkit-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
  -moz-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
  box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
}
.contact button[type="submit"]:hover {
    -webkit-transition: 0.4s ease-in-out;
 	-moz-transition: 0.4s ease-in-out;
 	transition: 0.4s ease-in-out;
 	-webkit-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    -moz-box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    box-shadow: 0px 6px 19px -2px rgba(0,0,0,0.30);
    background-color: #93db70;
    color:#3D8B37;
}
.contact input:focus,
.contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}
.contact ::-webkit-input-placeholder {
	color: #777;
}
.contact :-moz-placeholder {
	color: #777;
}
.contact ::-moz-placeholder {
	color: #777;
}
.contact :-ms-input-placeholder {
	color: #777;
}




.about {
	margin: 0 auto;
	width:900px;
	text-align: center;
}
.about h1 {
	font-weight: bold;
	color:#43A047;
	padding-bottom: 40px;
	font-size:40px;
}
.about p {
	max-width: 600px;
	text-align: justify;
	margin: 0 auto;
}
p.question {
	font-weight: bold;
	font-style: italic;
	margin-bottom: 10px;
}
p.answer {
	margin-bottom: 30px;
}
/*about*/
