body {
	max-width: 1200px; 
	margin: 0 auto; 
	font-family: Montserrat, Helvetica, Arial, sans-serif;
}

h1, 
h2, 
h4 {
	color: black; 
	text-transform: uppercase; 
}


h1 {
	font-size: 30px;
	text-align: left; 
	width: auto; 
	float: left; 
	padding: 15px 0;
}


h2 {
	font-size:18px;
	text-align: center;
	padding: 15px;
}

h4 {
	font-size:12px;
}

.intro h2{
	text-align: left; 
	padding: 5px 0px; 
	text-transform: uppercase; 
	color: #77a466; 
}

p {
	padding: 0px 30px; 
	line-height: 21px; 
	font-size: 14px;
}
/******************************** Header Section ********************************/
header{
	width: 100%;
	height: 110px;
	border-bottom: 3px solid #77a466;
	margin: 0 auto;
}


header span{
	color:#77a466;
}

header nav {
	float: right; 
	padding: 45px 0px;
}

header nav a {
	text-decoration: none; 
	text-transform: uppercase; 
	font-weight: bold; 
	font-size: 14px; 
	padding: 0 10px; 
	color:#77a466;
}


.top-section,
.bottom-section {
	width:100%;
	margin:0 auto;
	clear: both;
}

/******************************** Top Section ********************************/
.hero-image {
	width: 100%;
	height: auto;
}

.hero-image img{
	width: 100%;
	border-bottom: 3px solid #77a466;
}

.intro p{
	font-size: 16px;
	padding: 0px;
	line-height: 25px;
}
/******************************** Lower Section ******************************/
 
.section-one, 
.section-two, 
.section-three {
	width: 33%; 
	height: auto;
	float: left;
	border-top: 1px solid #eee;

}
 
.section-two {
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
}

.section-one h4 {
	padding: 10px 0px;
}

.section-two h4, 
.section-three h4 {
	padding: 10px 30px;
}

.menu{
	padding: 0px;
	list-style: none;

}
.menu li{
	color: #77a466;
	padding: 10px 0px;
}

.reviews {
	font-size: 15px;
	line-height: 24px;
}

.address {
	font-size: 16px; 
	line-height: 24px;
}
/**************************** Footer Section*********************************/
footer {
	width:100%;
	height:50px;
	clear: both;
	text-align: center;
	border-top: 2px solid #eee;
	text-transform: uppercase;
	font-weight: bold;
}

footer span {
	font-family: "Wisdom Script" , script;
	text-transform: lowercase;
	color: #77a466;
	font-size: 15px;

}
