
body {
    font-family: Helvetica Neue;
    font-size: 18px;
    text-align: justify
}


/* Section */
section {
    padding-top: 70px;
    padding-bottom: 30px;
}
.nosection {
    padding-top: 0px;
    padding-bottom: 0px;
}
.section-header {
    margin-bottom: 17px;
    border-bottom: 1px solid #DDD;
}


/* Footer */
#footer {
    background: #fff;
    border-top: 2px solid #e0e0e0;
    clear: both;
    color: gray;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9em;
}
#footer p {
    margin: 0;
    padding: 0;
}
#footer a {
    background-color: #fff;
    color: gray;
    font-weight: 400;
    text-decoration: none;
}
#footer a:hover {
    text-decoration: underline;
}
#footer span {
    font-size: 1.2em;
}
