html { 
	background: url(../images/vogel-background.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-color: #3b234b;
}


/* video */

#zzzmyVideo {
  margin: auto;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0; 
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  visibility: visible;
}

#myVideo {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
 #fullwidth-video{
    height: 50vw; 
    min-height:50vh;
    position: relative;
} 

 #fullwidth-video .fullwidth-video-bg {
    position: absolute; 
    z-index: 1; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    overflow: hidden;
    background-size: cover; 
    background-color: transparent; 
    background-repeat: no-repeat;
    background-position: 0% 50%; background-image:url(http://mysite.com/assets/images/bg/myvideobg.jpg);  
}

#fullwidth-video video {
    margin: auto;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0%;
    transform: translate(0%, -50%);
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

 @supports (-ms-ime-align:auto){ 
     #fullwidth-video video
     { object-fit:none; 
       margin:none;
       position:inherit;
       z-index:1;
       top:50%;
       left:0%;transform:translate(0%, -50%);
       height:auto;width:100%; } 
} 
*/

/* text */
html {
	color: #FFF;
	font-family: 'PT Sans', Arial, Helvetica, sans-serif;
}

.navLinks{
	color: #FFF;
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 1.5em 1em 1.5em 1em;
	font-size: 1em;
}

a{
	color: #f72058;
	text-decoration: none;
	font-weight: bold;
}

h2{
	font-weight: bold;
	font-size: 1.5em;
}

@media only screen and (max-width: 1100px){
	a{
		padding: 1.5em 0.5em 1.5em 0.5em;
		font-size: 0.9em;
	}
}

a:hover{
	color: #b1acc0;
}

strong{
	font-weight: bold;
}

.EPLink{
	color: #f72058;
	font-size: 1em;
}


#mobileheader{
	display:none;
}

#readability{
	display:none;
}

#fader{
	background-color: #000000;
	width:100%;
	height:100%;
	position:fixed;
	z-index: 100;
	display:none;
	pointer-events:none;
}

#buttonVolume{
	padding: 1em;
	cursor: pointer;
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
	visibility:hidden;
	width: 40px;
	z-index: 666;
}

#buttonVolume:hover{
	opacity:1;
	filter:alpha(opacity=100);
}

#emailform
{
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 2.5em;
}

#mce-EMAIL
{
	background: #333;
	border: 1px solid #AAA;
	color: #AAA;
	font-size: 1em;
	padding: 0.3em;
}

#emailsubmit
{
	background: #4d4353;
	border: 1px solid #AAA;
	color: #FFF;
	font-size: 1em;
	font-weight: bold;
	padding: 0.3em;
	cursor: pointer;
	padding-left: 1em;
	padding-right: 1em;

}

#emailsubmit:hover{
	background: #ff2058;
}

/* Navigation div strip */
#navigation
{
	background-color: #1b1021;
	background: rgba(27, 16, 33, .85);
	text-align: center;
	height: auto;
	width: 100%;
	position: fixed;
	bottom: 5em;
}

#navigation ul{
	list-style: none;
}

#navigation ul li{
	list-style: none;
	display: inline-block;
	
	/* IE compatibility fix */
	zoom: 1;
	*display: inline; 
}

#copyright{
	color: #DDD;
	font-size: 0.8em;
	text-align: center;
	width: 100%;
	position: fixed;
	bottom: 0.5em;
}

#EP_info{
	/*border: 1px solid red;*/
	max-width: 650px;
	padding: 3em;
	background-color: #1b1021;
	background: rgba(27, 16, 33, .90);
	margin: 2em auto;
	display: none;
}

#hologram_thumb{
	padding: 0.5em;
}

@media only screen and (max-width: 1024px){
	#EP_info{
		padding: 1em;
		font-size: 0.7em;
	}
}

#modalbed{
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -666;
}

p{
	padding: 0.5em;
}