body {
    background-color: #f2f2f0;
    color: #222126;
    font-family: Lato,sans-serif
}

p {
    font-size: .9em;
    line-height: 1.8em
}

h2,h3,h4 {
    font-size: 2em;
    font-family: Lato;
    font-weight: 300
}

h3 {
    font-size: 1.7em
}

h4 {
    font-size: 1.2em
}

header {
    height: 132px;
    background-color: #222126;
    color: #f2f2f0;
    font-family: 'Playfair Display',serif
}

header nav {
    position: relative;
    top: 20px;
    margin-left: 4px
}

nav ul li {
    display: inline-block;
    color: #f2f2f0
}

nav ul li:after {
    padding: 4px;
    content: '|'
}

nav ul li:last-child:after {
    content: none
}

nav a {
    color: #fff;
    text-decoration: none;
    font-size: .9em
}

nav a:active,nav a:hover {
    text-decoration: underline
}

header .title h1 {
    font-size: 2.7em;
    padding: 38px 0 0 4px
}

.content-container {
    font-size: 17px;
    line-height: 20px;
    font-family: Lato,sans-serif
}

.content {
    margin: auto;
    margin-left: calc(2px + 7.5vw);
    max-width: 88%;
    padding-bottom: 90px;
    padding-top: 35px
}

.content article.about {
    margin-bottom: 35px
}

.content a {
    text-decoration: none;
    color: #2841a6
}

.content a:active,.content a:hover {
    color: inherit;
    text-decoration: underline
}

.content ul {
    font-weight: 700;
    margin-bottom: 20px
}

.content li {
    font-weight: 400
}

.content ul>li:before {
    color: #000;
    font-weight: 400;
    content: "- "
}

.content li>article {
    margin-top: 30px;
    max-width: 780px
}

.content .sub-list {
    font-weight: 400
}

/* .content img {
    border: 1px solid #22212647;
    margin: -10px 20px 25px 0;
    max-height: 500px;
    max-width: 500px;
    display: inline-block
} */

.content li h3,.content li h4,.content li>a>h2,.content li>h2 {
    display: inline
}

.content .project-showcase {
    line-height: 1.4em
}

.content .project-showcase h2 {
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 31px
}

.content .project-showcase>li {
    margin-bottom: 80px
}

.content .project-showcase li:before {
    content: none
}

.content .project-showcase>li {
    padding-top: 13px;
    border-top: 1px solid #22212647;
    max-width: 780px
}

.other ul {
    margin-top: 20px
}

.other>ul>li {
    margin-bottom: 65px
}

.other li article {
    margin-top: 13px
}

.other .links>:after {
    color: #222126;
    content: ' | '
}

.other .links>:last-child:after {
    content: none
}

@media(min-width: 600px) {
    p {
        line-height:1.4em;
        font-size: 1em
    }

    header {
        height: 197px
    }

    header nav {
        margin-left: 20px
    }

    nav ul li:after {
        padding: 9px
    }

    nav a {
        font-size: 1.3em
    }

    header .title h1 {
        font-size: 3em;
        padding: 57px 0 50px 20px
    }

    .content-container {
        font-size: 19px
    }

    .content {
        max-width: 70%
    }

    .content article.about {
        margin-bottom: 45px
    }
}
