@font-face {
    font-family: 'brolgaregular';
    src: url('fonts/brolga-webfont.woff2') format('woff2'),
         url('fonts/brolga-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    -webkit-font-smoothing: antialiased;
    outline: none;
    box-sizing: border-box;
        cursor:url('../img/cursor.png'), auto; 
}

html, body {
    width:100%;
    height: 100%;
    margin: 0px;
    padding: 0px;

    overflow: hidden;
    background: #f58220;
    font-family: brolgaregular;
}

map {
   
}

area {
cursor:url('../img/cursorhover.png'), auto;    
}

#loading {
    background-size: 34px;  
    background: #000 url('../img/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;	
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

#home {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;    
    padding: 0px;
    overflow: hidden;    
}

.linky {
    position: absolute;
    bottom: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);   
    color: #fff;
    text-decoration: none;
    font-size: 2em;
    text-align: center;
    z-index: 1111;
    cursor: pointer;
    -webkit-animation: flash1 .2s linear infinite;
    animation: flash1 .2s linear infinite;       
}

.linky:hover {
    -webkit-animation: flash1 10s linear infinite;
    animation: flash1 10s linear infinite;       
}

@-webkit-keyframes flash1 {  
0% { color: #e3cbe2; }
10% { color: #6e66d5; }
20% { color: #c9342c; }    
30% { color: #538f40; }    
40% { color: #f29551; }        
50% { color: #139ec3; }
60% { color: #3d0000; }    
70% { color: #eee9db; }
80% { color: #004daf; }  
90% { color: #00849a; }      
}

@keyframes flash1 {  
0% { color: #e3cbe2; }
10% { color: #6e66d5; }
20% { color: #c9342c; }    
30% { color: #538f40; }    
40% { color: #f29551; }        
50% { color: #139ec3; }
60% { color: #3d0000; }    
70% { color: #eee9db; }
80% { color: #004daf; }  
90% { color: #00849a; }      
}

@-webkit-keyframes flash1-hover {  
0% { color: #fff; }
50% { color: #ff0abd; }
100% { color: #fff; }        
}

@keyframes flash1-hover {  
0% { color: #fff; }
50% { color: #ff0abd; }
100% { color: #fff; }     
}

.urls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 70%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


    #screen {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100vw;
        height: 100vh;
        z-index: 1;
    padding: 0px;
    overflow: hidden;        
        transition: 0.5s;
    }


.bg-video {
  height: auto;
  width: auto;
    max-width: 100vw;
    max-height: 100vh;
  min-width: 100%;
  min-height: 100%;
    padding: 0px;
    overflow: hidden;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
    object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.red-overlay{    
    overflow: hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:103;opacity:0;filter:alpha(opacity=0);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;mix-blend-mode:multiply;-webkit-transition:all 0.2s;-moz-transition:all 0.2s}.red-overlay--2{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1000;opacity:0;filter:alpha(opacity=0);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;mix-blend-mode:difference;-webkit-transition:all 4s;-moz-transition:all 4s}.red-overlay--2--show{-webkit-transition:all 0.4s;-moz-transition:all 0.4s;opacity:1;filter:alpha(opacity=100);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=100);visibility:visible;box-sizing: border-box;}.red-overlay--show{opacity:1;filter:alpha(opacity=100);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=100);visibility:visible;box-sizing: border-box;}



.white-flash{    padding: 0px;
    overflow: hidden;position:absolute;top:0;left:0;width:100%;height:100%;z-index:104;background:white;opacity:0;filter:alpha(opacity=0);opacity:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);visibility:hidden;-webkit-transition:all 0.2s;-moz-transition:all 0.2s;box-sizing: border-box;}
.white-flash--show{opacity:1;filter:alpha(opacity=100);opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";filter:alpha(opacity=100);visibility:visible;box-sizing: border-box;}


.pink {
    background: pink;
}

.yellow {
    background: yellow;
}

.lime {
    background: lime;
}

.blue {
    background: blue;
}

.purple {
    background: purple;
}

.hide {
    opacity: 0;
}

.show {
    opacity: 1;
}

a {
    text-decoration: none;
    color: #b54c00;
}

a:hover {

}

.mobile {
    display: none;
}

/****  MEDIA QUERIES ****/ 


@media (max-width: 800px) {
	
	.desktop {
		display: none;
	}	
    
    .mobile {
        display: block;
    }

	html, body {overflow: hidden}    


.urls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    
    #launch .urls {
        top: 40%;
    }
    
.bg-video {
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
    padding: 0px;
    overflow: hidden;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  z-index: 1;
}    
    

.linky {
    font-size: 1.5em;  
}    
    
    
}


/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 768px)
  and (orientation: landscape) {

}
