/***** BASE STYLES *****/
body {
    font-family:'Montserrat',Helvetica, Arial, sans-serif;
}

/**** Headings *****/

.containter{
    width:1240px;
    margin:0 auto;
}

h1,
h2,
h3,
h4 {
    color: black;
    text-transform: uppercase;
    font-weight: 700;
}
h1{
    font: size 30px;
}
h2{
    font-size: 24px;
}
h3{
    font-size: 18px;
}
h4{
    font-size: 12px;
}
p{
    font-size: 14px;
    line-height: 21px;
    padding: 0 30px;
}

header{
    height:110px;
    margin: 0 auto;
}
    
header h1{
    float:left;
    padding:0px 0px;
    margin-left: 35px;
    margin-top:35px;
}
header h1 span{
    color: #77a466;
}
header nav{
    float:right;
    padding: 46px 20px;
}
header nav ul {
    margin:0;
    padding: 0;
}
header nav ul li {
    text-transform: uppercase;
    font-weight: 700;
    display: inline;
    font-size: 14px;
    padding: 0 10px;
}
header nav ul li a{
    text-decoration: none;
	color: #77a466; 
}

/****** Sections *******/

.top-section
.bottom-section{
    margin: 0 auto;
    clear: both;
}

/****** Main ******/

.main-image{
    height: auto;
    margin-left: 35px;
}
.main-image img{
    border-top: 4px solid #77a466;
    border-bottom:4px solid #77a466
}

.main-title{
    height: auto;
    float: left;
}
.main-title h3{
    text-align:left;
    margin-left: 35px;
    padding:5px 0;
    color: #77a466;
}
.main-title p{
    padding:0px;
    margin-left: 35px;
    margin-right:61px;
    font-size: 16px;
    line-height: 25px;
}

/***** Bottom Sections ******/

.section-one,
.section-two,
.section-three {
    width: 423px;
    height: auto;
    float: left;
    border-top: 2px solid #eee;
}

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

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

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

.menu{
    list-style:none;
    padding-left:35px;
}
.menu li{
    padding: 10px 0;
    color: #77a466;
}

.reviews {
    color:#333;
    font-size:16px;
    line-height: 21px;
    padding-left: 35px;
}

.address{
    font-size: 16px;
    line-height: 24px;
    padding-left: 35px;
}

footer{
    height: 50px;
    clear: both;
    text-align: center;
    border-top: 3px solid #eee;
}

footer span{
    font-family: 'Galada', cursive;
    text-transform: lowercase;
    color: #77a466;
    font-size: 14px;
}