@import url('https://fonts.googleapis.com/css?family=Lusitana|Oswald&display=swap');
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline
}

body,
html {
    height: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    background: #f4f4f4;
		font-family: 'Lusitana', serif;
    margin: 20px;
    font-size: 16px;
    line-height: 1.4em;
    color: #444;
    height: auto;
    padding-bottom: 20px
}

a:active,
a:link,
a:visited {
    text-decoration: none;
    color: #444
}

a:hover {
    color: red
}

header {
    margin-bottom: 20px
}

header h1 a {
    width: 160px;
    display: block;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		color: black !important;


    /* height: 0; */
    /* padding-top: 16px; */
    /* background: url(/assets/img/headers.svg) no-repeat; */
    /* overflow: hidden; */
    /* -webkit-filter: brightness(0);
    filter: brightness(0) */
}

header h1 a:hover {
    /* -webkit-filter: brightness(1);
    filter: brightness(1) */
}

nav a {
    margin-bottom: 20px;
    /* -webkit-filter: brightness(0);
    filter: brightness(0) */
}

nav a {
    /* display: block;
		font-family: 'Oswald', sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		color: black;
		*/
		color: black;
}

nav a:hover {
    -webkit-filter: brightness(1);
    filter: brightness(1)
}

section {
    margin-bottom: 32px
}

section h2 {
    margin-bottom: 16px
}

h2 {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	color: black;
	margin-bottom: 16px
}

.works {
    max-width: 1345px;
    position: relative
}

.works::after {
    clear: both;
    content: "";
    display: table
}

.works ul.titles {
    position: absolute;
    top: 0;
    left: 0;
    width: 14.84375%
}

.works ul.thumbs {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.works ul.thumbs li {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: 25%;
    padding-left: 1.5625%;
    margin-bottom: 1.5625%
}

.works ul.thumbs li:nth-child(4n+1) {
    padding-left: 0
}

.works ul.thumbs li img {
    width: 100%
}

#exhibitions h2 {
    display: block;
    height: 0;
    padding-top: 16px;
    background: url(/assets/img/headers.svg) 0 -19px no-repeat;
    overflow: hidden;
    width: 180px
}

#exhibitions li,
#exhibitions li .sub0 {
    font-style: normal
}

#exhibitions li .sub0:before {
    content: ' - '
}

#exhibitions li .sub1 {
    font-style: normal
}

#exhibitions li .sub1:before {
    content: ' '
}

#writing h2 {
    /* display: block;
    height: 0;
    padding-top: 16px;
    background: url(/assets/img/headers.svg) 0 -39px no-repeat;
    overflow: hidden;
    width: 80px */
}

#writing li {
    font-style: italic
}

#writing li .sub0 {
    font-style: normal
}

#writing li .sub0:before {
    content: ' - '
}

#writing li .sub1 {
    font-style: normal
}

#writing li .sub1:before {
    content: ' '
}

#detail ul {
    max-width: 63.54167%;
    text-align: center;
    margin: 0 auto
}

#detail ul li {
    margin-bottom: 1.25vw
}

#detail ul li.text {
    text-align: left
}

#detail ul p {
    margin: 3px 0;
    font-size: .8em
}

#detail ul img {
    max-height: 100%;
    max-width: 100%
}

#detail ul div {
    padding: 30px 30px 30px 0
}

#detail h3 {
    font-size: 1.15em;
    font-weight: 400
}

#detail #info {
    position: absolute;
    left: 20px;
    width: 16.66667%;
    margin-right: 1.5625%;
    font-size: 14px
}

#info h3 {
	color: black;
}

#info p {
    margin-bottom: 10px;
}

#about p {
    margin: 40px 0;
    width: 600px
}
