body {
	background:#000;
	/* color:#0DBFE3;  */
	color: white;
	font-family: 'Orbitron', sans-serif;
	/* font:12px 'PT Sans Narrow', sans-serif;  */
	text-shadow:0 2px 0px #000;
	min-width:960px;
	top:0;
	left:0;
	position:absolute;
	height:100%;
	width:100%;
	margin:0;
}
/* #brain {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3;
} */
/* YouTube player container - cover behavior like video element */
#ice-player {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 177.77vh; /* 16:9 aspect ratio minimum width */
    height: 100vw; /* Dynamic height based on viewport width */
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: -3;
    pointer-events: none;
}
/* Ensure the iframe inside the YouTube player also covers properly */
#ice-player iframe {
    width: 100%;
    height: 100%;
    border: none;
    pointer-events: none;
}


.ie body {
	filter: dropshadow(color=#000000, offx=0, offy=1);	
}
.navbar-brand {
    float: left;
}
#brand-logo {
    height: 70px; /* Matches the previous h1's line-height */
	margin-left: 5px;
    display: block;
}
.ie h1 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
	padding-bottom:12px;	
}
h2 {
	text-shadow:0 2px 2px #000;
}
.ie h2 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h3 {
	font-size:25px;
	margin:0.2em 0;
	text-shadow:0 2px 2px #000;
}
.ie h3 {
	filter: dropshadow(color=#000000, offx=0, offy=3);
}
h4 {
	margin-bottom:5px;	
}
p, pre {
	margin:0 0 10px 0; 
}
code {
	text-transform:uppercase !important;
	color:#EEE;	
	border-bottom:1px dotted #666;
}
small {
	/* background:url(../images/alpha.png); */
	background:rgba(0, 0, 0, 0.8) url();	
	border:1px solid #111;
	font-size:15px;
	padding:0 5px;
}
a {
	color: white;
	text-decoration:none;	
}
a:hover {
	color:#BBB;	
} 
#Header {
margin-bottom: 0px;
position: relative;
width: 100%;
line-height: 118px;
z-index: 1;

height: 14%;
}

.wrapper {
margin: 0 auto;
margin-top: 5px;
position: relative;
width: 920px;
z-index: 1;
}
#Header ul {
margin: 0px;
position: relative;
top: 50%;
transform: translateY(50%);
float: right;
}
#Header ul li {
margin-right: 5px;
height: 34px;
line-height: 34px;
list-style-type: none;
float: left;
background: rgba(255, 255, 255, 0.44);

width: 80px;
}
#Header ul li a{
width:80px;
height:34px; 
display: inline-block;

text-align: center;
}
.twitterIcon, .facebookIcon, .linkedInIcon, .pintrestIcon{
background: url('../../img/social-icons.png') -74px 0px;
}
.facebookIcon{
background-position: 10px 0px;
}
.linkedInIcon{
background-position: -245px 0px;
}
.pintrestIcon{
background-position: -331px 0px;
}

#Content {
	height: 86%;
}
#Content h2 {
padding: 0px;
text-align: center;
font-size: 50px;
font-weight: 300;

margin: 2% 0 45% 0;
height: 9%;
clear: both;
position: relative;
}
#WindowSlide {
margin: 0 auto;
position: relative;
width: 634px;
height: 170px;
display: block;
overflow: hidden;
}
#Mail {
position: absolute;
width: 634px;
top: 0px;
left: 0px;
}

#Content {
	height: 86%;
}
#Content h3 {
text-align: center;
font-size: 32px;
font-weight: normal;
display: block;
clear: both;

margin: 1%;
}

#subscribe {
	height: 13%;
}
#subcribe h3 {
	height: 50%;
}
#subscribe form {
	height: 50%;
}

#subscribe p{
text-align:center;
}
#subscribe input {
background: rgba(255, 255, 255, 0.52); 
color: #000;
font: bold 19px Arial, Helvetica, sans-serif; 
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.68);
vertical-align: middle;
width: 293px;
border: 1px solid rgba(255, 255, 255, 0.76);
padding: 10px;
}
#subscribe input[type="button"]{
background: rgba(255, 255, 255, 1);
width:auto;
padding:10px 25px;
cursor:pointer;
}
#subscribe input[type="submit"]{
	background: rgba(255, 255, 255, 1);
	width:auto;
	padding:10px 25px;
	cursor:pointer;
}

.callback,
.simple {
  font-size: 20px;
  background: #27ae60;
  padding: 0.5em 0.7em;
  color: #ecf0f1;
  margin-bottom: 50px;
  -webkit-transition: background 0.5s ease-out;
  transition: background 0.5s ease-out;
}
.callback{
  cursor: pointer;
}
.ended {
  background: #c0392b;
}
.countdown {
text-align:center;
}
.styled{
  font-family: 'Orbitron', sans-serif;

  margin-bottom: 2%;
  height: 15%;
}
.styled div {
  display: inline-block;
  margin-left: 10px;
  font-size: 80px;
  font-weight: 100;
  line-height: 1;
  text-align: right;
  margin:0 25px;
}
/* IE7 inline-block hack */
*+html .styled div{
  display: inline;
  zoom: 1;
}
.styled div:first-child {
  margin-left: 0;
}
.styled div span {
  display: block;
  border-top: 1px solid #cecece;
  padding-top: 3px;
  font-size: 19px;
  font-weight: normal; 
  text-align: left;
}
footer{
width:100%;
height:30px;
background:rgba(0, 0, 0, 0.64);
position:absolute;
bottom:0px;
}
footer span{
float:right;
margin:10px;
}
@media(max-width:768px){
body {
min-width: initial !important;
}
.wrapper{width:100%;}
}
@media(max-width:420px){
	#Header h1 {
	float:initial;
	text-align: center;
	margin-left:0px;
	margin-bottom:0px;
	}
	#Content h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	font-size: 29px;
	font-weight: 300;
	}
	.styled {
	margin-bottom: 30px;
	}
	#subscribe input{
	width:80%;
	}
	footer{
	position:relative !important;
	}
}

@media (min-height: 880px) {
	#Header {
		height: 14%;
	}
	#Content h2 {
		margin: 2% 0 50% 0;
		height: 9%;
	}
	#Content h3 {
		margin: 1%;
	}
	#subscribe {
		height: 13%;
	}
	#subcribe h3 {
		height: 50%;
	}
	#subscribe form {
		height: 50%;
	}
}

@media (min-height: 750px) and (max-height: 879px) {
	#Header {
		height: 12%;
	}
	#Header h1 {
		margin: 0% 0;
	}
	#Content h2 {
		margin: 1% 0 45% 0;
		height: 9%;
	}
	#Content h3 {
		margin: 1%;
	}
}

@media (min-height: 629px) and (max-height: 749px) {
	#Header {
		height: 12%;
	}
	#Header h1 {
		margin: 0% 0;
	}
	#Content h2 {
		margin: 0% 0 35% 0;
		height: 9%;
	}
	#Content h3 {
		margin: 0%;
	}
}

@media (min-height: 381px) and (max-height: 628px) {
	#Header {
		height: 12%;
	}
	#Header h1 {
		margin: 0% 0;
	}
	#Content h2 {
		margin: 2% 0 5% 0;
		height: 15%;
	}
	#Content h3 {
		margin: 0%;
	}
	.styled{
		margin-bottom: 10%;
		height: 15%;
	}
}

@media (max-height: 380px) {
	#Header {
		height: 12%;
	}
	#Header h1 {
		margin: 0% 0;
		font-size: 50px;
	}
	#Content h2 {
		margin: 4% 0 2% 0;
		height: 15%;
		font-size: 42px;
	}
	#Content h3 {
		margin: 0%;
		font-size: 30px;
	}
	.styled{
		margin-bottom: 6%;
		height: 15%;
	}
}