/* Banner */

#banner {
	position: relative;
	color: #fff;
	text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
	text-align: center;
	background: #245ea0b2 bottom center no-repeat;
	padding: 5em 0 5em 0;
	margin: 0;
	background-size: 125% auto;
}

/* Basic */

body {
	background-color:#245ea0b2;
	background-image: url("images/overlay.png"), url("../../images/hornisgrinde01.jpg");
	background-repeat: repeat, no-repeat;
	background-size: auto, cover;
	background-position: top left, center 0;
	background-attachment: fixed, fixed;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18pt;
	line-height: 1.75em;
	font-weight: 300;
	letter-spacing: 1px;
	color: #3a3939;
	text-shadow: 0 0 0.5px rgba(58, 57, 57, 0.25);
	-webkit-text-stroke: 0.25px;
}

/* Header */

#header {
	-moz-transition: opacity 2s ease-in-out;
	-webkit-transition: opacity 2s ease-in-out;
	-ms-transition: opacity 2s ease-in-out;
	transition: opacity 2s ease-in-out;
	position: relative;
	color: #fff;
	text-shadow: 0 0 0.5px rgba(255, 255, 255, 0.25);
	text-align: center;
	margin: 0;
	padding: 14em 0 14em 0;
	cursor: default;
	background-color: #11455a5e;
}

#list video { display: none; }