/*
Copyright 2019, Peter Rowntree (PR~). All rights reserved.
http://www.hdyn.com/mail/contact.php?addr=pr
Created Jul 1, 2019 9:17:55 PM.
*/
/* 
    Created on : Jul 1, 2019, 9:17:55 PM
    Author     : Peter Rowntree (PR~)
*/

html,body,div,canvas {
	position:absolute;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}
body {
	font-size: 16px;
	cursor: none;
	background: #fed radial-gradient( #fff, #ccc) center center no-repeat fixed;
}
canvas {
	background-color: transparent;
	z-index: 0;
}
#c1 {
	z-index: 10;
}
#c0 {
	z-index: 30;
}
#c3 {
	z-index: 20;
}
#n {
	box-sizing: border-box;
	z-index: 40;
	opacity:0;
	transition: all 0.75s ease 0s;
}
#n * {
	padding: 0.4rem;
	transition: all 0.75s ease 0s;
}
#n img { 
	width:64px;
	display: block;
	float:left;
	opacity: 0.25;
}
#msg { 
	font-size: 3.4rem;
	box-sizing: border-box;
	opacity: 0.25;
}
#n img:hover { 
	background-color: white;
}
#fullscreen {
	display: none;
}