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

/**** GRID *****/
.full-width {
    width: 1200px;
    margin: 0 auto;
}

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

.third-width {
    float: left;
}

/***** HEADER *****/
header .full-width {
    height: 110px;
    border-bottom: 3px solid #77a466;
    text-transform: uppercase;
}

header h1 {
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
    padding-top: 50px;
    line-height: 23px;
}

header h1 span {
    color: #77a466;
}

nav {
    float: right;
    padding-top: 50px;
}

nav ul {
    margin: 0px;
}

nav ul li {
    color: #77a466;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
    padding-left: 20px;
  }

  /***** WELCOME *****/
#welcome {
    height: 455px;
}

#welcome img {
    border-bottom: 3px solid #77a466;
}

#welcome h2 {
    color: #77a466;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    text-transform: uppercase;
    padding-top: 30px;
}

#welcome p {
    font-size: 16px;
    line-height: 25px;
    margin: 0px;
    padding: 20px 0;
}

/***** EXTRA *****/
#extra {
    margin: 20px;
}

#extra .third-width {
    font-size: 16px;
    height: 215px
}

#extra h3 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 25px 0px 20px 0px;
    text-transform: uppercase;
}

#reviews, #contact {
    padding-left: 20px;
}

#specials, #contact {
  border-top: 2px solid #dedbdc;
}

#specials {
    width: 398px;

}

#contact {
    width: 378px;
}

#specials ul {
    margin: 0;
    padding-left: 0px;
}
#specials ul li {
    color: #77a466;
    list-style: none outside;
    padding-bottom: 20px;
    text-transform: capitalize;
}

#reviews {
    border-top: 2px solid #dedbdc;
    border-right: 2px solid #dedbdc;
    border-left: 2px solid #dedbdc;
    padding-right: 20px;
    width: 359px;
}

#reviews p, #contact p {
    margin: 0;
}


/***** FOOTER *****/
footer .full-width {
    clear: both;
    border-top: 2px solid #dedbdc;
    text-align: center;
}

footer h2 {
    font-size: 16px;
    margin: 30px;
    text-transform: uppercase;
}

footer span {
    color: #77a466;
    font-family: 'Dancing Script', cursive;
    text-transform: lowercase;
}
