/***** BASE STYLES *****/

body {
    color: #2b2b2b;
    font-family: 'Montserrat', Montserrat;
}

/***** GRID *****/

.full-width {
    margin: 0 auto;
    overflow: auto;
    width: 1200px;
}

.half-width {
    float: left;
    width: 600px;
}

.third-width {
    float: left;
    width: 398px;
}

/***** HEADER *****/

header h1 { 
    color: #262626;
    font-size: 30px;
    font-weight: bold;
    padding: 44px 0 44px 5px;
    text-transform: uppercase; 
}

header h1 span {
    color: #77a466;
}

nav {
    float: right; 
    padding: 55px 25px;
}
nav ul li{
    display: inline-block;
}
nav ul li a {
    color: #8db280;
    font-size: 14px;
    font-weight: bold;
    padding-left: 14px;
    text-decoration: none;
    text-transform: uppercase; 
}

header #gallery {
    background: url('../img/full-background.png');
    background-position: center;
    background-size: cover;
    border-bottom: 3px solid #77a466;
    border-top: 3px solid #77a466;
    height: 288px; 
}

/***** ABOUT *****/

#about .full-width {
    padding: 0;
}

#about h2 {
    color: #77a466;
    font-family:  'Montserrat', Montserrat;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
}
 
#about p {
    color:#000000; 
    font-size:  16px;
    line-height:  25px;
    padding: 0 50px 40px 5px;
}

/***** CONTENT *****/

#content .full-width {
    padding: 0px 0;
}

#content {
    border-bottom: 1px solid #dedbdc;
    border-top: 1px solid #dedbdc;
}
#content h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 25px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 auto;
    
}

#content #menu {
    padding: 30px 0;
}

#content #menu p {
    color: #77a466;
    font-size: 16px;
    line-height: 18px;
}

#content #reviews {
    border-left: 1px solid #dedbdc;
    border-right: 1px solid #dedbdc;
    padding: 30px 0;
    width: 398px;
}

#content #reviews h3 {
    padding-left: 30px;
}

#content #reviews p {
    font-size: 16px;
    line-height: 21px;
    padding: 0 45px 0 30px;
}

#content #locations {
    padding: 30px 0;
}

#content #locations h3 {
    padding-left: 30px;
}

#content #locations p{
    font-size: 16px;
    line-height: 24px;
    padding: 0 45px 0 30px;
}

/***** FOOTER *****/

#powered-by .full-width {
    padding: 30px 0;
}

#powered-by h2 {
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}

#powered-by h2 span {
    color: #77a466;
    font-family: Galada;

}