@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Jost);
#currentlink {
	color: #666;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	text-align: center;
}
body {
	text-align: center;
}
boilerplate {
	color: #999;
}
body {
	font-family: Jost;
}
h1 {
	font-family: Jost;
	font-size: 50px; 
	text-align: center;
	padding: 0px;
	margin:0px;
}
h2 {
	text-align: center;
	font-family: Jost,Georgia, "Times New Roman", Times, serif;
	margin:0 24px;
	font-size: 16px; 
	padding: 4px;
	display: inline-block;
}
h3 {
    margin: 0;
    padding:0;
}
p {
	text-align:justify
}
a.fancybox.thumb img {
	margin:0%;
	display: inline;
	width:20%; 
	/*-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 2px 2px 10px #000;*/
}
a.fancybox.thumb img:hover {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0px 0px 10px #fff;
}

a.fancybox.thumbL img {
	margin:0%;
	display: inline;
	width:40%; 
	/*-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 2px 2px 10px #000;*/
}
a.fancybox.thumbL img:hover {
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0px 0px 10px #fff;
}

div.stills {
	max-width: 1200px;
	margin: auto;
}
div.content {
	max-width: 810px;
	margin: auto;
}
div.header {
	    margin: 0 60 60 60px;
    padding:0;
}
.still img {
	margin:0%;
	display: inline;
	width:40%; 
	/*-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 2px 2px 10px #000;*/