/*==============================
 Body
==============================*/
body {
  position: relative;
  overflow: hidden;
  font-size: 100%;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none; }

/* 404 File Not Found*/
#error {
	width: 100vw;
	height: 100vh;
	display: block;
	text-align: center;
	background: #EEE;
}
#error h1 {
	display: block;
	margin: 0 auto;
	padding: 80px 0 20px;
	font: 200 6em/1.2em "Arial Black", Gadget, "sans-serif";
	color: #0c81c4;
}
#error h2 {
	display: block;
	margin: 0 auto;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1.2em;
}
#error a {
	width: 300px;
	height: 50px;
	display: block;
	margin: 40px auto;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 50px;
	text-decoration: none;
	color: #333;
	border: solid 1px #999;
}