/* GENERAL ========================================= */

/* Zero default margin & padding around common elements */
article, blockquote, body, dd, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, header, li, menu, nav, ol, p, section, ul {
	margin: 0;
	border: 0 none #FFFFFF;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position: 100% 50%;
	background-size: cover;
	color: #ffffff;
	font-size: 140%;
	font-family: 'Quando', 'Georgia', serif;
	line-height: 1.5;
	text-align: left;
}

body.warping {
	background-image: none;
}

a {
	color: #0099cc;
	text-decoration: underline;
}

a:visited {
	color: #0099cc;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0 none transparent;
}

input, select, table, textarea {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}





/* CONTENT ========================================= */

#description {
	display: table;
	height: 100%;
	color: #ffffff;
	vertical-align: middle;
}

.warping #description {
	display: none;
}

#description > .inner {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

#description > .inner > .inner {
	margin: 0 20%;
	padding-left: 140px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
}

#logo {
	position: absolute;
	width: 392px;
	height: 576px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999px;
}

p {
	margin: 1.5em 0 0 0;
}

.disclaimer {
	font-size: 70%;
	font-style: italic;
}

canvas {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

video {
	display: none;
}

.dg.ac {
	z-index: 10 !important;
}

.close-button {
	display: none;
}

#weird {
	display: none;
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	padding: 0 0.3em;
	background-color: #ffffff;
	font-size: 70%;
	color: #000000;
}

.warping #weird {
	display: block;
}