body {
    margin: 60px auto;
    width: 80%;
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
     font-size: 1.5em;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #777;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 2em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    text-align: center
}
h2 {
    font-size: 1.5em;
    font-weight: normal;
     color: #333;
    text-align: justify;
}
p {
    font-size: 1em;
    line-height: 1.4em;
    color: #333;
    text-align: justify;
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
}

ul.posts { 
    margin: 20px auto 40px; 
    font-size: 1.5em;
}

ul.posts li {
    list-style: none;
}

.image-wrapper {
    text-align: center;

    .image-caption {
        color: #777;
        margin-top: $spacing-unit / 3;
    }
}
