 html, body {
	background-color: #fefdfb !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	line-height: 130%;
	width: 100%;
    height: 100%;
	margin: 0px;
	border: 0;
    overflow: hidden; /*  Disable scrollbars */
    display: block;  /* No floating content on sides */
			
}

 html, body {
           
        }
		

/* header {
	height: 60px;
	background-color: rgba(140, 0, 0, 1);
	color: #EEE;
	text-align: center;
	overflow: hidden;
	top: 0px;
	
} */

.txt_mini{
	font-family: "Verdana";
	font-weight: normal;
	font-size:12px;
	color:#a29b94;
	line-height: 16px;
	/* color:#b5aa9e; */
	
}

p { 
	margin:12px 0px; 
	
}


header h1 {
font-size: 44px;
font-weight: bold;
line-height: 10%;
}

canvas {
	width: 100%;
	
}
aside.info {
	background-color: #fefdfb;
	padding: 10px;
	font-size: 14px;
}

button {
	border: 1px solid rgba(0, 0, 0, 1);
	border-radius: 8px;
	color: white;
	background-color: rgba(140, 0, 0, 1);
	/*background-image: -webkit-linear-gradient(top, white 50%, black 100%);*/
	/*background-image: linear-gradient(top, white 0%, black 50%);*/

	text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
	font-family: sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	padding: 4px 8px;
	margin: 0px 15px 0px 0px;
	-webkit-appearance: none;
	
	
	
}





/*
a:link {
	color: #C00;
}
a:visited {
	color: #900;
}
*/


/*
audio {
	position: absolute;
	top: -100px;
	left: -1000px;
}
*/




@media all and (orientation: landscape){
	header, aside {
	display: none;
	}
	
}



