html {overflow-x:hidden;}
/* Style the video: 100% width and height to cover the entire window */
.fullscreen {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  height: 100vh;
}
#start{
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  height: auto;
  width: 100%;
  background: white;
  z-index:5;
  overflow:hidden;
  transition:0.25s;
  -webkit-transition:0.25s;
}
#start.button {
	width: 100vw;
	height: 100vh;
}
.start {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  margin: auto;
  height: auto;
  width: 100%;
  overflow:hidden;
}
.start > input {
  background: transparent;
  color: black;
  padding: .5em 1em;
  border-radius: 3px;
  font-size: 1.5em;
  transition:0.25s;
  -webkit-transition:0.25s;
  cursor: pointer;
}
.start > input:hover {
  color: blue;
  transition:0.25s;
  -webkit-transition:0.25s;
}
.watermark {
  opacity: 0.15;
}
#main-container {
  opacity: 0;
  transition:0.25s;
  -webkit-transition:0.25s;
  width: 100%; /* for good measure */
}
#gnVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
.guess_box{
  width:395px;
  position:absolute;
  top:10px;
  left:10px;
  background:white;
  opacity:.8;
  margin:10px;
  z-index:100;
}
input:focus{
  outline: 0;
}
.guess_box input{
  float:left;
}
.guess, .email{
  width:100%;
  clear:both;
}
.feedback{
padding-left: 10px;
}
.guess_box h1{
  text-align: left;
  padding:0px;
}
.guess_box input{
  display:block;
}
.submit {
  float: none !important;
  margin-top: 10px;
  -webkit-box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
  -moz-box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
  box-shadow:rgba(0,0,0,0.98) 0 1px 0 0;
  background-color:#EEE;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border:1px solid #999;
  color:#666;
  cursor:pointer;
  font-family:'Lucida Grande',Tahoma,Verdana,Arial,Sans-serif;
  font-size:11px;
  font-weight:700;
  padding:2px 6px;
  height:28px
}
.submit:hover{
  background:#84B2A6;
}
body{
	background-color:white;
	font-family:arial;
	margin:0;
	padding:0;
	height:100%;
}
html{
	height:100%;
}

video, object {
	top:0;left:0;
	position:absolute;
}

h1, p {
	background:white;
	background-color:rgba(255, 255, 255, 0.8);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99FFFFFF, endColorstr=#99FFFFFF)";
	position:relative;
	padding:10px;
}
.guess_box h1{
	text-align: left;
	padding:0px;
}
video {
  position: absolute;
  /* Vertical and Horizontal center*/
  left: 50%; top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}

/*---------------------------------
RESETS 
------------------------------------------*/

* { 
    margin: 0; 
    padding: 0; 
}

a  { 
	text-decoration: none; 
	outline: 0; 
}

a img { border: 0; }

.stretch,
.clear {
	clear: both;
	height: 1px;
	margin: 0;
	padding: 0;
	font-size: 15px;
	line-height: 1px;
}

.clearfix:after {
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
	content: ".";
}

p { line-height: 1.5; margin: 0 0 15px 0; }


/*-------------------------------------
GLOBAL
------------------------------------------*/

html, body { 
	margin: 20px 0 0 0; 
 	padding:0 0 0 10px;
 	background-color: #f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

/*-------------------------------------
HEADINGS
------------------------------------------*/

h1 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 14px;
	color: #000000;
}

h2 {
	margin: 0 0 0.5em 0;
	padding: 0;	
	line-height: 1.5em;	
	font-size: 12px;
	color: #000000;
}

/*-------------------------------------
LINKS
------------------------------------------*/

a:link { color: #06C; text-decoration: underline; }
a:visited { color: #06C; text-decoration: underline; }
a:hover { color: #06C; text-decoration: underline; }
a:active { color: #06C; text-decoration: underline; }


/*-------------------------------------
LISTS
------------------------------------------*/

ul {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 14px;
}

ul li {
	margin: 0 0 3px 15px;
	padding: 0;
}

ol {
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 14px;
}

ol li {
	margin: 0 0 3px 30px;
	padding: 0;
}

label.error { 
	display: block;
	color: red;                              
	font-size: 11px; 
	font-weight: bold;
}

/*-------------------------------------
FORM CORE
------------------------------------------*/

form#contact fieldset {
	padding: 10px 20px 20px 20px;
	margin: 0 auto;
	border: 0;
	background-color: #fff;
	width: 290px;
	text-align: left;
	border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 0px 10px #d3d3d3; 
	-webkit-box-shadow: 0px 2px 10px #d3d3d3; 
	box-shadow: 0px 0px 10px #d3d3d3; 
}

form#contact input[type="text"], input[type="url"], 
input[type="email"], input[type="tel"], textarea {
	margin: 3px 0 0 0;
	padding: 6px; 
	width: 260px; 
	font-family: arial, sans-serif; 
	font-size: 12px; 
	border: 1px solid #ccc;
    background: -webkit-gradient(linear, left top, left 15, from(#FFFFFF), color-stop(4%, #f4f4f4), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #f4f4f4 1px, #FFFFFF 15px);
}

form#contact textarea {
	width: 275px; 
	height: 150px;
}

form#contact label {
	display: block;
	font-size: 13px;
	color: #666;
	margin-top: 10px;
	font-weight: bold;
}

form#contact label.error { 
	width: 270px;
	margin: 3px 0 0 0;
	display: block;
	color: #cf0101;                              
	font-size: 11px; 
	text-align: right;
}

form#contact .placeholder {
	color: #aaa;
}

form#contact .button {
	display: inline-block;
	margin: 15px 0 0 90px;
	padding: 5px 15px 5px 15px;
	background-color: #ff9e00;
	border: none;
	color: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
}

form#contact .button:hover {
	background-color: #fc8500;
	cursor: pointer;
}

form#contact .button:active {
	margin-top: 16px;
	background-color: #f08004;
	cursor: pointer;
}