/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Noto Serif', serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #333;
}
a, a:visited, a:hover, a:active {
    color: #000;
    text-decoration: none
}
.wrapper {
	width: 100%;
	min-width: 960px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	overflow: hidden;
    display: inline-block;
    width: calc(100% - 350px);
    padding-left: 350px;
}
.content {
	padding-top: 50px;
}
.content .thumb {
    width: 32%;
}
.content .thumb:nth-child(3n-1) {
    margin-left: 2%;
    margin-right: 2%;
}
.content p {
    max-width: 660px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.thumb img {
    width: 100%;
    height: auto;
    cursor: pointer;
}
.thumb a {
    text-decoration: none;
    color: #333;
}
.thumb span {
    padding: 0 5px 25px;
    display: block;
    font-size: 0.75em;
}
.work {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0 20px;
}
.project {
    text-align: center;
}
.project h1 {
    font-size: 4em;
    line-height: 1.25em;
    padding: 25px 0;
}
.project h2 {
    padding-bottom: 40px;
    letter-spacing: 0.25em;
}
.project img {
    display: block;
    margin: 0 auto;
    max-width: 95%;
}
.project small {
    color: grey;
    display: block;
    font-family: sans-serif;
    font-size: 0.75em;
    font-style: italic;
    padding-bottom: 50px;
    padding-top: 10px;
}
.project span {
    padding-bottom: 50px;
    display: block;
    letter-spacing: 0.5em;
}
.project .close {
    cursor: pointer;
    position: fixed;
    right: 50px;
    top: 50px;
    height: 50px;
    width: 50px;
}
.close span:before,
.close span:after {
    display: block;
    height: 1px;
    background: black;
    width: 50px;
    content: '';
    top: 25px;
    position: absolute;
    transform: rotate(45deg);
}
.close span:after {
    transform: rotate(-45deg);
}
.manifesto h2 {
    margin: 0 auto;
    max-width: 70%;
}
.main .foot {
    display: none;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	width: 300px;
    padding: 50px 0 50px 50px;
    display: inline-block;
    vertical-align: top;
    position: fixed;
}
.left-sidebar h1 {
    font-size: 1.65em;
    line-height: 1.25em;
    display: block;
}
.left-sidebar li {
    color: #333;
    text-decoration: none;
    background: yellow;
    padding: 2px 2px;
    margin-bottom: 5px;
    display: table;
    cursor: pointer;
}
.left-sidebar p {
    font-size: 0.85em;
    padding-bottom: 35px;
}
.left-sidebar strong {
    font-weight: bold;
    font-size: 0.75em;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
    display: block;
    color: #d0d0d0;
}
.left-sidebar ul.nav {
    padding-bottom: 25px;
}
.left-sidebar img {
    width: 50px;
    padding-bottom: 10px;
}

/* RESPONSIVE
-----------------------------------------------------------------------------*/
@media screen and (max-height: 666px) {
    .left-sidebar {
        position: absolute
    }
}
@media screen and (max-width: 560px) {
    .wrapper {
        min-width: inherit
    }
    .container {
        width: 100%;
        padding-left: inherit;
    }
    .content,
    .left-sidebar h1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .project h1 {
        font-size: 3.25em;
        line-height: 1.15em;
        padding-top: 0;
    }
    .project h1:before {
        content: '';
        background: black;
        height: 1px;
        width: 50px;
        display: block;
        margin: 0 auto 50px;
    }
    .content .thumb {
        width: 100%;
    }   
    .content .thumb:nth-child(3n-1) {
        margin-left: inherit;
        margin-right: inherit;
    }
    .project img {
        max-width: 100%;
    }
    .project .close {
        margin: 0 auto 50px;
        position: relative;
        right: inherit;
        top: inherit;
    }
    .left-sidebar {
        float: inherit;
        width: 100%;
        margin-left: inherit;
        text-align: center;
        padding: inherit;
        padding-top: 50px;
        position: inherit;
    }
    .left-sidebar p {
        padding-bottom: 0;
    }
    .left-sidebar .nav, .left-sidebar strong {
        display: none
    }
    .main .foot {
        display: inherit;
        text-align: center;
        padding: 15px 0 50px;
        font-size: 0.85em;
    }
    .main .foot a {
        background: yellow;
        padding: 2px 2px;
    }
}