html,body {
	margin: 0px;
	padding: 0px;
	clear: both;
	overflow: auto;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	background-color: rgba(0,0,0,0.015);
	padding-bottom: 50px;
	font-size: 16px;
}
a {
	text-decoration: none;
	color: inherit;
}
/*				header 			*/
header {
	position: fixed;
	top: 10px;
	left: 50px;
	font-size: 70px;
	/*fallback*/
	font-size: 8vh;
	font-weight:bold;
  	color: #666666;
}
/*				footer 			*/
footer, .mobileNav {
	position: fixed;
	width: 100%;
	min-height: 56px;
	bottom: 0px;
	left: 0px;
	background-color: white;
}
.mobileFooter, .mobileMenuButton {
	display: none;
}
.mobileNav {
	max-height: 0px;
	overflow: hidden;
	min-height: 0px;
	transition: max-height ease 0.5s;
}
.hideOnDesktop {
	display: none;
}
footer > ul, .mobileNav > ul {
	list-style: none;
	margin: 0px;
}
footer li, .mobileNav li {
	display: inline-block;
	margin: 13px 13px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-transform: uppercase;
}
footer a, .mobileNav a{
	text-decoration: none;
	color: #444444;
}
footer a:hover, footer [active], .mobileNav [active] {
	padding-bottom: 3px;
	border-bottom: solid 1px #444444;
}
/*				img grid		*/
.single {
	display: block;
	margin: 0px auto;
	height: auto;
	font-size: 0;
	width: 90%;
}
.single0 { max-width: 1300px;}
.single1 { max-width: 1100px;}
.single2 {max-width: 900px;}
.single3 {max-width: 1000px;}
.single4 {max-width: 600px;}
.single5 {max-width: 400px;}

.single > img, .single > div, img.single {
	vertical-align: top;
	white-space: nowrap;
	margin-top: 50px;
}
.double {
	width: 48%;
	margin-right: 4%;
}

.tripple {
	width: 30.6%;
	margin-right: 4%;
}
.smaller > img {
	margin-top: 2%;
}
.smaller .tripple{
	width: 32.6%;
	margin-right: 2%;
}
.smaller .double{
	width: 49%;
	margin-right: 2%;
}
.double:last-child, .tripple:last-child {
	margin-right: 0px;
}

.content {
	font-size: 1.05em;
	color:#333333;
}
.content div.double  {
	display: inline-block;
	margin: 35px 0px 0px 0px;
}
.content h2 {
	text-transform: uppercase;
	clear: both;
	font-size: 1.8em;
}
.content p ,.content li{
	line-height: 180%;
	white-space: normal;
}
.exhibition > span {
	display: block;
	white-space: nowrap;
}

.exhibition .year {
	display: inline-block;
	width: 90px;
	white-space: normal;
	float: left;
}
.exhibition .title {
	display: block;
	overflow: hidden;
	white-space: normal;
}
/*
 * Mobile
 */

@media only screen and (max-width:600px) {
body, html {
	font-size: 14px;
	padding-bottom: 0;
}
header {
	position: relative;
	top: auto; 
    left: auto;
    width: 90%;
    margin: 20px auto 10px auto;
	font-size: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hideOnDesktop {
	display: flex;
}
header .mobileMenuButton {
	height:  25px;
	width:  25px;
	display: block;
	font-size: 0;
	transition: background ease 0.5s;
	background-image: url('../icons/menu.png');
	background-size: contain;
	background-repeat: no-repeat;
}
header .mobileMenuButton--enabled {
	background-image: url('../icons/close.png');
}
.desktopFooter {
	display: none;
}
.mobileFooter, .mobileNav {
	display: block;
	position: relative;
	background: transparent;
}
.mobileFooter {
	width: 90%;
    margin: 0 auto;
}
.mobileFooter ul {
	padding: 0;
}
.mobileFooter li {
	margin-left: 0;
}
.mobileNav--enabled {
	max-height: 500px;
}
footer > ul, .mobileNav > ul {
	padding-left: 10px;
}
footer > ul > li, .mobileNav > ul > li {
	margin: 5px 10px;
	display: block;
}
.single > img, .single > div, img.single {
	margin-top: 0px;
}
.single { margin: 25px auto; }
.tripple{
	width: calc(33.333% - 16.6666px);	
	margin-right: 25px;
}
.double{
	width: calc(50% - 12.5px);	
	margin-right: 25px;
}
.content div.double  {
	width: 100%;
	display: block;
	margin: 0px;
}
}
