*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
header, .blurheader {
background: rgba(255, 255, 255, .8); position: fixed;
width: 100%;
top: 0;
border-bottom:1px solid rgba(0, 0, 0, .2);
z-index: 999999;
}
header { display: none;
max-width: 100%;
}
.blurheader {
background: transparent;
overflow: hidden;
z-index: 10000;
background: #fff;
left: 0;
}
#canvas {
opacity:1;
z-index: 100;
position: absolute;
display: block;
top: 3px;
}