@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'AvantGarde';
    font-style: normal;    
	src: url(../fonts/AvantGardeLT-Book.otf) format('opentype');
}	
/* fullscreen */
			html {
				height:100%;
			}
			body {
				height:100%;
				margin: 0px;
				overflow:hidden; /* disable scrollbars */
				font-style: normal; 
				font-weight: lighter;
				font-family: 'AvantGarde';
				font-size: 15px;
				
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* remove highlight on tab for iOS/Android */
			}
			/* fix for scroll bars on webkit & >=Mac OS X Lion */ 
			::-webkit-scrollbar {
				background-color: rgba(0,0,0,0.5);
				width: 0.75em;
			}
			::-webkit-scrollbar-thumb {
				
    			background-color:  rgba(255,255,255,0.5);
			}
.logo{
  z-index: 20000;
  position: absolute;
  top: 15px;
  left: 30px;
  width: 225px;
  height: 58px;
}
.image{
  z-index: 1;
  position: absolute;
 
}		
.container{ 
	z-index: 1;
	font-style: normal; 
				font-weight: lighter;
				font-family: 'AvantGarde';
	position: relative;
}
						
