/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
	/*background-color: #fcfbf4;*/
}
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;
}

body,html {
 margin:0;
 padding: 0;
}

/* HTML5 display-role reset for older browsers */
h2 {
	margin: 0;
}
/* CSS Document */

html {
}

body, html {
	color: #333333;
	width: 100%;
 	height: 100%;
}

body {
	padding-top: 5%;
}

.cover {
	background-color: #333333;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	z-index: 111;
}

.left {
	width: 33%;
	display: inline-block;
	text-align: center;
}

.center {
	text-align: center;
	width: 33%;
	display: inline-block;
}

.right {
	text-align: center;
	width: 33%;
	display: inline-block;
}

span {
	color: #333333;
	font-family: "regular";
	font-size: 20px;
	line-height: 120%;
}	

div#content {
	width: 65%; 
	margin-left: 17.5%;
}

div#content img {
	width: 100%;
	height: auto;
}

.title {
	width: 75%;
	text-align: center;
	margin-left: 12.5%;
	margin-right: 12.5%;
	display: inline-block;
	margin-top: 10%;
	z-index: 1;
	position: relative;
}

.poster {
	margin-top: -5%;
    position: relative;
    display: inherit;
    z-index: 0;
}

.part2 {
    background-color: #E6E7E8;
    text-align: center;
    margin-top: -25%;
    padding-top: 35%;
    padding-bottom: 10%;
}

.part2 p {
	color: white;
	font-family: "regular";
	font-style: normal;
	font-size: 28px;
	line-height: 35px;
	position: relative;
	display: inline-block;
}

.part3 {
	margin-top: 7.5%;
	width: 85%;
	margin-left: 7.5%;
	display: inline-flex;
}

.part3 .paint {
	width: 40%;
	margin: 0 5%;
	display: inline-block;
}

.part3 .legend {
    font-size: 14px;
    color: #282828;
    text-align: center;
    width: 100%;
    display: inline-block;
    line-height: 20px;
    margin-top: 10%;
}

.part3 .paint img {
	width: 100%;
	height: auto;
}

.nextexhibition {
	width: 100%;
	display: inline-block;
	padding-bottom: 10%;
	text-align: center;
}

.nextexhibition p {
	font-size: 90px;
	line-height: 130px;
	margin-top: 5%;
	margin-bottom: 5%;
}

.nextexhibition a  {
	font-family: "regular";
	color: #194f3a;
	font-size: 20px;
	text-decoration: none;
}

.nextexhibition a:hover{
	border-bottom: 1px solid #194f3a;
}
.credit {
	width: 100%;
	text-align: center;
	display: inline-block;
	margin-bottom: 5%;
}
.credit a  {
	font-family: "regular";
	color: #194f3a;
	font-size: 16px;
	opacity: 0.4;
	text-decoration: none;
}

 .credit a:hover {
	border-bottom: 1px solid #194f3a;
	opacity: 1;
}
.smalltxt {
	font-size: 20px;
	margin-bottom: 60px;
	display: inline-block;
}

p {
font-family: "regular";
font-smooth:always;
-webkit-font-smoothing: antialiased;
font-style: normal;
font-size: 11px;
line-height: 16px;
}

::selection {
  background: #48836c; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #48836c; /* Gecko Browsers */
}
@media (max-width: 667px) {
	.left, .center, .right {
		width: 32%;
		font-size: 16px;
		line-height: 20px;
		margin-top: 5%;
	}

	div#content {
		width: 80%;
		margin-left: 10%;
		margin-top: 10%;
	}

	.part2 p {
		max-width: 80%;
		font-size: 22px;
	}
	
	.part3 {
		display: block;
		margin-top: 17.5%;
	}

	.part3 .paint {
		width: 80%;
		margin: 0 10% 10%;
	}
}	

@font-face {
	font-family: 'regular';
	src: url('BaskervilleMTStd-Regular.woff2') format('woff2'),
		url('BaskervilleMTStd-Regular.woff') format('woff'),
		url('BaskervilleMTStd-Regular.ttf.html') format('truetype');
	font-weight: normal;
	font-style: normal;
}
