html, body {
	margin: 0px auto;
	max-width: 980px;
	min-width: 480px;
	-webkit-box-shadow: 0 0 2em rgba( 0, 0, 0, .2 );
	-moz-box-shadow: 0 0 2em rgba( 0, 0, 0, .2 );
	box-shadow: 0 0 2em rgba( 0, 0, 0, .2 );
	font-family: 'Noto Serif', serif, sans-serif;
	font-size: 12pt;
}
html {background-color: #f7eee3;}
a {color: #771d1d;}
.content a {color: #000;}
h1, h4, .stands {text-transform: uppercase; color: #771d1d; font-weight: bold;}
h1, h4, h5, h5 a, .stands a {text-decoration: none; text-align: center; color: #771d1d;}
p {text-align: justify;}
.stands p {font-size: 90%;text-align: left;}
.header, .footer {margin: 0px; padding: 20px;background-color: #973043;color: white;}
.header h1 {color: white;margin: 0px;}
.content {padding: 1px 20px;}
.footer {text-align: right;}
/** Purecss custom **/
.pure-g [class *= "pure-u"] {font-family: 'Noto Serif', serif;}
.pure-g p {text-indent: -0.4em;}
.pure-g {text-align: center;}
.pure-g img {margin: 0px;width: auto !important; width:100%;max-width: 100%; -webkit-box-shadow: 0 0 1em rgba( 0, 0, 0, .75 ); -moz-box-shadow: 0 0 1em rgba( 0, 0, 0, .75 ); box-shadow: 0 0 1em rgba( 0, 0, 0, .75 ); }
.pure-g > div {padding: 1em;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}

/** Highslide custom **/

.highslide-html-content {width: 980px;}
.highslide-caption {text-align: justify;}

/** Media **/

@media (max-width:1024px){
	html, body {width: 800px; margin:0px auto;}
	body {background: #f8dfbe;}
	.header {padding: 4px 0px;}
	.content {padding: 4px 8px;}
	.highslide-html-content {width: 800px;}
}

@media (max-width:800px){
	html, body {width: 600px; margin:0px auto;}
	body {background: #f8dfbe;}
	.header {padding: 2px 0px;}
	.content {padding: 2px 4px;}
	.highslide-html-content {width: 98%;}
}

@media (max-width:768px){
	html, body {width: 500px; margin:0px auto;}
	body {background: #f8dfbe;}
	.header {padding: 2px 0px;}
	.content {padding: 2px 4px;}
	.highslide-html-content {width: 98%;}
}