
body {
    background-color: #fffffc;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    color: #222;
}

blockquote {
    color: #666;
}

a {
    color: #c33;
    text-decoration: none;
    border-bottom: 1px solid #ddd;
}

a:hover {
    color: #700;
}

h1 {
    color: #c33;
    font-size: 44px;
}

h2 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    color: #222;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    color: #222;
}


.section-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.section-content li {
    margin-bottom: 5px;
}

.section-content em {
    color: #aaa;
    font-size: 75%;
}

.section-content p {
    margin-top: 0;
    line-height: 1.5em;
}

.section-content p:first-child {
    margin-top: -3px;
}

pre {
    overflow-x: scroll;
    background: #eee;
    max-width: 100%;
    border-radius: 4px;
}

.nav {
    background: #f5f5f5;
    padding: 8px 14px;
    box-shadow: 1px 0px 3px #888888;
}

.nav ul {
    padding: 0;
    margin: 0;
}

.nav li {
    list-style: none;
    display: inline;
}

.nav li:not(:first-child)::before {
    content: "»";
    margin: 0 7px;
}

.postbody {
    font-family: "PT Serif", serif;
    font-size: 15pt;
    line-height: 26pt;
}

.postbody img {
    max-width: 100%;
}

.postbody li {
    margin-top: 20px;;
}

.fixed-centered {
    margin: 2px;
}

.section-content h1 {
    margin: 6px 0px;
}

.section-marker h2 {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.fixed-centered {
    margin: 0 20px;
}

@media (min-width: 900px) {
    .header-image {
        margin-right: 25px;
    }

    pre {
        padding: 8px;
        margin: 0 -8px;
    }

    .profile-image {
        transform: rotate(-4deg);
        border: 1px solid #ccc;
        padding: 10px;
        background: white;
        margin: 20px 0;
    }
    
    .profile-image:hover {
        transform: rotate(0deg);
        transition: 0.5s;
    }

    .section-marker {
        width: 400px;
        text-align: right;
        float: left;
        clear: left;
    }

    .section-content {
        width: 500px;
        float: left;
        margin-bottom: 20px;
    }

    .section-marker h2 {
        margin: 0 30px 0 0;
    }

    .section-content h1 {
        margin-top: 190px;
    }

    .fixed-centered {
        max-width: 900px;
        margin: 40px auto;
    }
}

.bare {
    border-bottom: none;
}

h1 a {
    border-bottom: none;
}

p code {
    background: #eee;
    color: #444;
    border-radius: 4px;
    padding: 3px 8px;
}

.postbody img {
    display: block;
    margin: auto;
}

.twitter-tweet {
    margin: 0 auto;
    display: block;
}
