/* global---------------------------------------------------------*/

body {
	margin: 0%;
	font-size: 100%;
	font-family: 'Play', sans-serif;
	line-height: 150%;
	color: #666;
	background-color: #111;
}

::selection {
  	color: #333;
  	background-color: #cdd465;
}

a{
	color: #000;
	text-decoration: underline;
}

a:hover{
	color: #666;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

hr{
	border-top: 3px solid #ccd465;
	width: 60%;
	text-align: left;
	margin: 0px;
}

ul{
	list-style-type: none;
	margin: 5px 0px;
	border-left: 3px solid #ccd465;
	padding: 5px 0px 35px 10px;
	font-size: 95%;
}

li{
	list-style-image: none;
	list-style-type: none;

}

address{
	margin: 5px 0px;
	border-left: 3px solid #ccd465;
	padding-left: 10px;
	font-size: 90%;
}

h1 {
	font-size: 240%;
	line-height: 70%;
}

h2 {
	font-size: 160%;
	line-height: 100%;
}

h3 {
	font-size: 120%;
	line-height: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oxanium', cursive;
	margin: 0px;
}

p{
	margin: 5px 0px 20px 10px;
}

iframe{
	width: 100%;
	height: 400px;
	border: 0px;
	border-radius: 12px;
	margin: 5px 0px 30px 0px;
	filter: invert(100%);
}

/* header---------------------------------------------------------*/

header{
	background-color: #000;
	padding: 0px;
	position: relative;
}

header h1{
	margin: 5px 0px 10px -2px;
}

header img#logo {
	background-color: #666;
	display: block;
	height: auto;
}

header img#logo:hover {
	background-color: #ccd465;
	transform: translate(10px, 0px) scale(1.1);
	transition: .8s ease-in-out;
}

div.deco{
	width: 100%;
	height: 50px;
	clip-path: polygon(0 0, 0 20px, 100% 0);
	background-color: #ccd465;
}

/* main---------------------------------------------------------*/

main {
	padding: 0px 0px 100px 0px;
	color: #111;
	background-color: #EEE;
}
main div.deco{
	margin-top: 0px;
}
figure {
	margin: 0%;
	padding: 0%;
}

figure img {
	text-align: center !important;
	background: #333 url("../images/interface/spinner.gif") no-repeat 50% 50%;
	width: 100%;
	height: auto;
}

div.gallery figure:hover {
	transform: rotateY(360deg);
	transition: all 3s ease-in-out;
	background-color: #222;
	filter: drop-shadow(5px 5px 5px #888);
	position: relative;
	top:-2px;
	left: -2px;
}

div.gallery figcaption {
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding: 3px 5px;
	text-transform: uppercase;
	color: #FFF;
	margin-top: -40px;
	display: block;
	text-shadow: 0px 1px 2px #222;
	cursor: pointer;
}

div#viewer figure {
	text-align: right;
}

div#viewer figcaption
{
	text-align: center;
	padding: 2px 0px;
	margin-bottom: 30px;
	background-color: #DDD;
	text-transform: uppercase;
	font-size: 90%;
	font-weight: bold;
}

a.navbutton{
	display: inline-block;
	text-align: center;
	color: #666;
	position: relative;
	overflow: hidden;
	z-index: 1;
	cursor: pointer;
	font-size: 300%;
	line-height: 50%;
}

a.navbutton:hover{
	color: #ccd465;
	text-decoration: none;
}

a.back{
	position: relative;
	top: 0px;
	left: 0%;
	transform: translate(0%,-50%);
}

a.next{
	position: relative;
	top: 0px;
	right: 0%;
	transform: translate(0%,-50%);
}

a.up{
	position: fixed;
	bottom: 0px;
	right: 0%;
	transform: translate(0%,-50%);
}

/* footer---------------------------------------------------------*/

footer {
	color: #777;
	background-color: #222;
	background-color: #111;
	padding: 20px 0px;
}
footer div.deco{
	margin-top: -20px;
}
footer h3{
	color: #777;
	margin-bottom: 0px;
}
footer a{
	color: #777;
	padding: 20px 10px;
	text-decoration: none;
}
footer a:hover{
	color: #cdd465;
	text-decoration: none;
}
footer address{
	color: #777;
	list-style-type: none;
	padding: 0px 10px;
	margin: 5px 0px 20px 2px;
	border-left: 2px solid #ccd465;
}
footer ul{
	list-style-type: none;
	padding: 0px;
	margin: 5px 0px 20px 2px;
	border-left: 2px solid #ccd465;
}
footer li{
	list-style-image: none;
}

a.external{
	padding-right: 28px;
	background: url("../images/interface/external.png") no-repeat 100% 50% !important;
}
a.external:hover{
	padding-right: 28px;
	background: url("../images/interface/external_over.png") no-repeat 100% 50% !important;
}
.copyright{
	border-top: 1px solid #555;
	font-size: 80%;
	margin: 10px 0px;
}
.copyright p{
	color: #777;
	text-align: left;
	white-space: nowrap;
	margin: 3px 0px;
}

