<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#Nav { position:relative;	Z-INDEX: 20;  WIDTH:100%; top:0; LEFT:0;  
      }
		
		#logo
		  { position:absolute; left:0; }

		
#social {
    position:absolute;
    bottom:0%;
       display: inline-block;
    width:200px;
    background-color:#333; 
    height:40px;
    vertical-align:middle;
    display:none;
}




#bbb {
display: inline-block;
padding:2px;
    
}		
		
		#footer{position:relative;  z-index:20; width:100%; padding-bottom:10px; margin: auto; padding-right: 20vw; }
		
		
		
				
	    #footerlinks { z-index:30;  position:absolute; left:10px; width: 100vw;
 						  text-align:center; font-family:"Myriad Pro"; font-size:16px; list-style:none;}

		#footerlinks li{display: inline-block; vertical-align:middle; float: left; margin-left:2%; margin-right:2%;}

.footerbar {
width: 100vw;
    height: 6vh;
    position: fixed;
    background-color: rgba(0,0,0,0.2);
    bottom: 0;
}

		
.controls {    top: 85%;
    position: Absolute;
    width: 100%;} 

        .controls li {   
        }
		
		#control { z-index:40; position:absolute; bottom:50px; right:0; display:inline; }
		
		#controlbuttons { z-index:40; float:right; list-style:none;  }
		
		#controls li{ display: inline; margin-left:2%; margin-right:2%; }
	
		
		A:link {
		                color: white;
			text-decoration:none;color:#fff;}
		A:hover
		{text-decoration:none; color:#d12828 !important;}
		A:visited
		{color: #fff; text-decoration:none; !important}
		A:active
		{color: #fff; text-decoration:none;}



			

* { margin:auto; padding:0; }
body { background:#111; height:100%; }
	img { border:none; }
	
	#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }</pre></body></html>