@font-face{
	font-family:'Open Sans';
	font-style:normal;
	font-weight:400;
	font-display:swap;
	src:local('Open Sans Regular'),local('OpenSans-Regular'),url('https://cdn.midas.network/img/opensans.woff2') format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
	}
html{height:100%}
body{overflow:hidden;background-color:#D0E0F0;font-family:'Open Sans','Segoe UI',sans-serif;font-size:16px;color:#FFF;text-align:center;cursor:default}
a{color:#EE9E5B;text-decoration:none}
a:hover{color:#FFFF94}
.color1{color:#FFF}	/* white */
.color2{color:#000}	/* black */
.color3{color:#FFFF94}	/* l.yellow */
.color4{color:#EE9E5B}	/* coral */
.color5{color:#8592B4}	/* l.purple */
.color6{color:#323852}	/* d.purple */
.color7{color:#ccc}	/* l.grey */
.color8{color:#666}	/* grey */
.color9{color:#222}	/* d.grey */
.cookiecontrol{margin:0;padding:0;width:80px;height:80px;border:none;background:transparent;fill:#555;cursor:pointer;position:fixed;left:0;bottom:0;box-shadow:none}
.bronze{color:#A67D3D;font-weight:bold}
.silver{color:#CCCCCC;font-weight:bold}
.gold{color:gold;font-weight:bold}
.platinum{color:#AAAAAA;font-weight:bold}

.font9{font-size:9px}
.font10{font-size:10px}
.font13{font-size:16px}
.font13b{font-size:16px;font-weight:bold}
.italic{font-style:italic}

ul{margin:5px;margin-top:-10px;margin-bottom:-10px;padding:5px}
li{list-style-image:URL(link.png);margin-bottom:10px}
.dot{background-image:URL(link.png);width:7px;height:7px;vertical-align:middle;display:inline-block}

.block{display:inline-block;margin:5px;border-color:#FFFF94;border-width:2px;border-style:solid;border-radius:13px;-moz-box-shadow: 5px 5px 5px #666;-webkit-box-shadow: 5px 5px 5px #666;box-shadow: 5px 5px 5px #666;vertical-align:top}
.blockhead{height:20px;text-align:left;letter-spacing:1px;background-image:URL(top.png);background-size:contain;padding:10px;line-height:20px;border-top-left-radius:10px;border-top-right-radius:10px}
.blocktext{background-image:URL(grad.png);text-align:left;background-size:100% 100%;padding:15px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}

.fb0{height:32px;width:32px;background-image:URL(facebook_32.png);display:inline-block;opacity:.7}
.fb1{height:32px;width:32px;background-image:URL(facebook_32.png);display:inline-block}
.tw0{height:32px;width:32px;background-image:URL(twitter_32.png);display:inline-block;opacity:.7}
.tw1{height:32px;width:32px;background-image:URL(twitter_32.png);display:inline-block}
.yt0{height:32px;width:32px;background-image:URL(youtube_32.png);display:inline-block;opacity:.7}
.yt1{height:32px;width:32px;background-image:URL(youtube_32.png);display:inline-block}
.ss{margin:5px;-moz-box-shadow: 5px 5px 5px #323852;-webkit-box-shadow: 5px 5px 5px #666;box-shadow: 5px 5px 5px #323852;vertical-align:top}

.nav{width:175px;position:absolute;top:60px;left:10px;z-index:10}
.social{position:absolute;bottom:0;left:80px;z-index:10}
#content{position:absolute;left:0px;padding-left:180px;right:0px;padding-right:180px;top:60px;bottom:20px;overflow-x:hidden;overflow-y:auto}

#nightfall{position:absolute;z-index:-300;left:0;top:0;background-image:URL(nightsky.png);background-size:100% 100%;width:100%;height:100%; -webkit-animation: nightfall 10s 1; -moz-animation: nightfall 10s 1; animation: nightfall 10s 1;}
#landscape{position:absolute;z-index:-100;left:0;bottom:0px;background-image:URL(landscape.png);background-repeat:no-repeat;width:100%;height:100%;background-position:bottom;background-size:contain}
#moon{position:absolute;z-index:-200;left:90%;bottom:80%;background-image:URL(moon.png);background-size:100% 100%;width:100px;height:100px; -webkit-animation: moonrise 20s 1; -moz-animation: moonrise 20s 1; animation: moonrise 20s 1;}
#meteor{position:absolute;z-index:-250;left:-200px;top:-200px;background-image:URL(meteor.png);background-size:100% 100%;width:200px;height:200px;-webkit-animation: meteor 1s ease 10s 1 normal;-moz-animation: meteor 1s ease 10s 1 normal; animation: meteor 1s ease 10s 1 normal; }

@-webkit-keyframes moonrise {
0% { left:0px;bottom:0;width:50px;height:50px;opacity: 0.1; }
100% { left:90%;bottom:80%;width:100px;height:100px;opacity: 1; }
}
@-moz-keyframes moonrise {
0% { left:-200px;bottom:0;width:50px;height:50px;opacity: 0.1; }
100% { left:90%;bottom:80%;width:100px;height:100px;opacity: 1; }
}
@keyframes moonrise {
0% { left:-200px;bottom:0;width:50px;height:50px;opacity: 0.1; }
100% { left:90%;bottom:80%;width:100px;height:100px;opacity: 1; }
}

@-webkit-keyframes nightfall {
0% { top:-600px }
100% { top:0 }
}
@-moz-keyframes nightfall {
0% { top:-600px }
100% { top:0 }
}
@keyframes nightfall {
0% { top:-600px }
100% { top:0 }
}

@-webkit-keyframes meteor {
0% { top:0px;left:0px;opacity: 1; }
100% { top:100%;left:50%;opacity: 0.1; }
}
@-moz-keyframes meteor {
0% { top:-200px;left:-200px;opacity: 1; }
100% { top:100%;left:50%;opacity: 0.1; }
}
@keyframes meteor {
0% { top:-200px;left:-200px;opacity: 1; }
100% { top:100%;left:50%;opacity: 0.1; }
}

