html, body { 
	margin: 0; 
	padding: 0;
	line-height: 1.5em;
	width:100%;
	font-size: 16px;
	font-family: Arial, sans-serif;
	background: #555;
	color:#FFF;
}
:-webkit-full-screen #canvas {
	width: 100%;
	height: 100%;
}
:-webkit-full-screen {
	width: 100%;
	height: 100%;
}

#orientation {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../assets/orientation.jpg); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: rgb(255.0, 255.0, 255.0);
    z-index: 999;
    display: none;
}

 @font-face {
    font-family: 'futura_xblk_btextra_black';
    src: url('../assets/fonts/webfonts/futura_xblk_bt_extra_black-webfont.eot');
    src: url('../assets/fonts/webfonts/futura_xblk_bt_extra_black-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/webfonts/futura_xblk_bt_extra_black-webfont.woff2') format('woff2'),
         url('../assets/fonts/webfonts/futura_xblk_bt_extra_black-webfont.woff') format('woff'),
         url('../assets/fonts/webfonts/futura_xblk_bt_extra_black-webfont.ttf') format('truetype'),
         url('../assets/fonts/webfonts/futura_xblk_bt_extra_black-webfont.svg#futura_xblk_btextra_black') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'p22_platten_neupro_regular';
    src: url('../assets/fonts/webfonts/ihof_-_p22plattenneupro-webfont.eot');
    src: url('../assets/fonts/webfonts/ihof_-_p22plattenneupro-webfont.eot?#iefix') format('embedded-opentype'),
         url('../assets/fonts/webfonts/ihof_-_p22plattenneupro-webfont.woff2') format('woff2'),
         url('../assets/fonts/webfonts/ihof_-_p22plattenneupro-webfont.woff') format('woff'),
         url('../assets/fonts/webfonts/ihof_-_p22plattenneupro-webfont.ttf') format('truetype'),
         url('../assets/fonts/webfonts/ihof_-_p22plattenneupro-webfont.svg#p22_platten_neupro_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.fontLoader1 { font-family: 'futura_xblk_btextra_black'; position: absolute; top: -1000px; }
.fontLoader2 { font-family: 'p22_platten_neupro_regular'; position: absolute; top: -1000px; }

.susshaun-textfield { 
    width: 550px; 
    height: 40px; 
    
    background-color: #becd61; 
    position: absolute; 

    border:5px solid white;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;

    -moz-box-shadow:    inset 0 0 10px #929b44;
    -webkit-box-shadow: inset 0 0 10px #929b44;
    box-shadow:         inset 0 0 10px #929b44;

    text-align: center;
    font-family: 'p22_platten_neupro_regular', 'Arial', sans-serif;
    font-size:16pt;
    color: #765426; 
} 

::-webkit-input-placeholder {
   color: #dbe982;
}

:-moz-placeholder { /* Firefox 18- */
   color: #dbe982;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #dbe982;  
}

:-ms-input-placeholder {  
   color: #dbe982;  
}


#login-overlay, #register-overlay, #registered-overlay {
    display: none;
}
