html, body { 
	background-color: #000;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
    font-family: 'Yanone Kaffeesatz', sans-serif;
	font-size: 28px;
}
a {
	color: #666;
	text-decoration: none;
}
img, iframe {
	border: none;
}
#video, #logo, #info {
	position: absolute;
}
#video {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#video iframe {
	width: 100%;
	height: 100%;
}
#logo, #info {
    left: 0;
    right: 0;
}
#logo {
	top: 20px;
	height: 240px;
	width: 100%;
	opacity: 0.66;
	background: url("http://darkwell.eu/pix/darkwell_logo_big.png") no-repeat center center;
}
#logo img, 
#info .inner {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#info {
	bottom: 50px;
}
#info .inner {
	width: 585px;
}
#info .inner .border {
	float: left;
	width: 56px;
	height: 276px;
	opacity: 0.66;
}
#info .inner .border.left {
	background: url("http://darkwell.eu/pix/border_left_big.png") no-repeat center center;
}
#info .inner .border.right {
	background: url("http://darkwell.eu/pix/border_right_big.png") no-repeat center center;
}
#info .inner .box {
	float: left;
	padding: 10px;
	color: #000;
	border: 1px solid #000;
	background: rgba(215, 199, 185, 0.66);
	overflow-y: scroll;
	width: 385px;
	height: 256px;
	margin: 0 30px;
	box-shadow: inset 0px 0px 1px 1px rgba(0, 0, 0, 0.66);
}
#info .inner .social {
    margin-left: auto;
    margin-right: auto;
	width: 230px;
	margin-top: 20px;
}
.close {
	float: right;
	color: #897C62;
}
/* Responsive elements */
@media (max-width: 1100px) { 
	html, body { 
		font-size: 24px;
	}
	#logo {
		top: 10px;
		height: 180px;
		background: url("http://darkwell.eu/pix/darkwell_logo_medium.png") no-repeat center center;
	}
	#info .inner {
		width: 430px;
	}
	#info .inner .border {
		width: 33px;
		height: 162px;
	}
	#info .inner .box {
		width: 320px;
		height: 156px;
		margin: 0 10px;
	}
	#info .inner .border.left {
		background: url("http://darkwell.eu/pix/border_left_medium.png") no-repeat center center;
	}
	#info .inner .border.right {
		background: url("http://darkwell.eu/pix/border_right_medium.png") no-repeat center center;
	}
}

@media (max-width: 500px) { 
	html, body { 
		font-size: 18px;
	}
	#logo {
		height: 110px;
		background: url("http://darkwell.eu/pix/darkwell_logo_small.png") no-repeat center center;
	}
	#info .inner {
		width: 235px;
	}
	#info .inner .box {
		width: 120px;
	}
}
