body {
    margin: 0;
    padding: 0;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #655f58;
    background: c#FFF;
}
body,
h1,
h2,
h3,
h4,
p {
    font-weight: 300;
}
a {
    color: #8CC152;
    text-decoration: none;
}
a:hover {
    color: #60a037;
    text-decoration: underline;
}
a img {
    border: none;
}
h1 {
    font-size: 38px;
    margin: 20px 0 20px 0;
}
h2 {
    font-size: 50px;
    margin: 0;
    line-height: 56px;
    padding: 70px 0 70px 0;
}
h2 span {
    white-space: nowrap;
}
h3 {
    font-size: 32px;
    margin: 0;
}
h4 {
    font-size: 18px;
    margin: 0;
}
p,
li {
    font-size: 22px;
    line-height: 32px;
}
.container {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px 0 20px;
}
#header {
    padding: 0;
}
#header h2 span {
    font-size: 14px;
    float: right;
    padding-top: 25px
}
#banner {
    background: #78ad37;
    background: url(../img/origami-crop-backgr.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color: #fff;
}
#message .container {
    border-bottom: solid 1px #a09893;
    padding: 10px 20px 20px 20px;
}
#hailey .container {
    border-bottom: solid 1px #a09893;
    padding: 30px 0 20px 0;
    text-align: center;
}
#hailey h3 {
    text-align: center;
}
#footer .container {
    padding: 20px 20px 30px 20px;
    text-align: center;
}
#footer p {
    font-size: 16px;
}