body {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	text-align: left;
	color: #EEEEE6;
	font-size: 20px;
	line-height: 140%;
	font-variant-ligatures: common-ligatures;
	text-rendering: optimizeLegibility;
	-webkit-font-variant-ligatures: common-ligatures;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-kerning: normal;
	background: #000;
	max-width: 100vw;
}

body, div, section, footer, header {
	overflow: hidden;
	max-width: 100vw;
}

body, div, h1, p, li, a, img {
	margin: 0;
	padding: 0;
	text-decoration: none;
	word-wrap: break-word;
	color: #EEEEE6;
}

body {
	overflow-y: auto;
}

p.credits {
	margin-bottom: 12em;
}

p.ingress {
	font-size: 1.4em;
	line-height: 1.3em;
}

a {
	border-bottom: .08em solid #EEEEE6;
}

header a, table a {
	border: none;
}

main, footer, header {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

section {
	max-width: 750px;
}

section.gallery {
	max-width: 100vw;
}

header {
	height:  75vh;
	width:  100vw;
	background: url("../_images/af_lowres-26.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

header div, section {
	padding: 3vw;
}

header div:nth-child(2) {
	position: absolute;
	bottom: 1vw;
}

footer {
	opacity: .5;
	margin-top: 50vh;
	margin-bottom: 4vw;
}

table {
	width: 100%;
}

tr {
	width: 100%;
	position: relative;
	border-top: 1px solid #EEEEE6;
	display: block;
}

tr:last-of-type {
	border-bottom: 1px solid #EEEEE6;
}

td:nth-child(n) {
	width: 6em;
}

footer p {
	margin: 3vw;
	width: 32em;
}

h1 {
	font-size: 2.4em;
	font-weight: 500;
	line-height: 100%;
}

h2 {
	width: 10em;
	font-size: 1.6em;
	line-height: 1.15em;
	font-weight: 500;
	margin-bottom: 0.5em;
}

h3 {
	font-size: 1em;
	font-weight: 400;
}

section.gallery {
	display: inline-flex;
	padding: 0;
	overflow-x: scroll;
}

section.gallery figure img {
	width: auto;
	height: 59.76vw;
	padding-right: 3vw;
	margin-bottom: 3vw;
}

section.gallery figure:first-of-type img {
	padding-left: 3vw;
}

main p {
	margin-bottom: 1em;
	width: 100%;
}

figure {
	margin: 0;
	padding: 0;
	width: 100%;
	margin-bottom: .5em;
}

section.artist {
	margin-bottom: 4em;
}

img {
	width: 100%;
	border-radius: .2em;
}

.mobile-only {
	display: none;
}

div.columns {
	display: flex;
	flex-wrap: wrap;
	width:  100%;
	position: relative;
	justify-content: space-between;
}

div.line {
	border-left: 1px solid #808080;
	margin-bottom: 0em;
	padding-top: .5em;
	padding-bottom: .5em;
	width: 100%;
}

div.line > * {
	margin-left: 1.5em;
	margin-bottom: .5em;
	width: calc(100% - 1.5em);
	height: 100%;
	vertical-align: bottom;
}

div.columns div.line {
	width: 33%;
}

div.columns div.line:nth-of-type(2) {
	width: 44%;
}

div.columns div.line:last-of-type {
	width: 22%;
	border-left: none;
	text-align: right;
}

a.object {
	z-index: 100;
	display: block;
	position: absolute;
	border:  1px solid #404040;
	color:  #404040;
	cursor: pointer;
}

div.berlin a.object {
	top: 1em;
	left:  1em;
	right: 1em;
	bottom:  1em;
}

a.object p {
	margin:  0;
	padding: 10px;
	color:  #404040;
}

a.object:hover {
	background: rgba(0,0,0,0.2);
}

#chaos, #silence {
	position: absolute;
	display: block;
	width: 1em;
	height:  1em;
	right: 0;
	bottom: 0;
}

#silence {
	right: 0;
	bottom: auto;
	top: 0;
}