body {
    margin: 60px auto;
    width: 70%;
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    font-size: 1.5em;
    line-height: 1.4em;
    color: #333;
}
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;
}

.projects {
    margin-top: 60px;
}
.projects h2 {
    font-size: 2em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 10px;
}
.projects .lede {
    color: #666;
}
.project {
    margin: 40px 0;
}
.project h3 {
    font-size: 1.8em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    margin-bottom: 0;
}
.project .tag {
    font-size: 0.5em;
    font-weight: normal;
    color: #999;
    vertical-align: middle;
    margin-left: 8px;
    white-space: nowrap;
}
.project h3 a {
    color: #333;
}
.project .features {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #333;
    padding-left: 20px;
}
.project .links {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    font-weight: bold;
    font-size: 1.1em;
}
.project pre, .post pre {
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    padding: 12px 16px;
    overflow-x: auto;
    font-size: 0.95em;
    line-height: 1.4em;
}
code {
    font-family: 'Menlo', 'Consolas', monospace;
}
@media (max-width: 700px) {
    body {
        width: auto;
        margin: 30px 16px;
    }
    .blurb img {
        max-width: 100%;
    }
    h1 {
        font-size: 2em;
    }
}

.meta {
    color: #999;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
.post h2 {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    margin-top: 40px;
}
.post h4 {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    font-size: 1.1em;
    color: #333;
}
.post h3 {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    font-size: 1.3em;
}
.post p code, .post li code {
    overflow-wrap: anywhere;
    font-size: 0.85em;
    background: #f6f6f6;
    padding: 1px 4px;
}
.post ul {
    font-size: 1.3em;
    line-height: 1.5em;
    color: #333;
}
.project .links .badge {
    vertical-align: middle;
    margin-left: 6px;
}
