/*the welcome page*/

body{
word-wrap: break-word;
margin: 0 auto;
width: 100%;
font-family: 'georgia',ＭＳ ゴシック,ms mincho,verdana,Arial, Helvetica, sans-serif; /*change verdana to something else*/
font-size: 14px;
/*background-image: url("/assets/ds bios tile 1.png");*/
background-color:#000;
background-repeat: repeat;
background-size: auto;
background-position: center;
overflow-x:hidden;
}

#container {
	/*position: absolute;*/
	/*left: 23%;*/
	top: 14%;
	padding: 10px;
	width: 50%;
	/*height: 300px;*/
	text-align: center;
	margin: 0 auto;
	list-style-type: none;
	margin-bottom: 20px;
	margin-top:10px;
	max-width: 90%;
	color: #fff;
	background: #000;
	border: 1px solid #fff;
}

#container a {
	color: #007cea;
	font-weight: 700;
	text-decoration: none;
}
#container a:hover {
	color: #00b324;
	font-weight: 700;
	text-decoration: underline;
}


#warning {
	font-size: 2em;
	font-weight: 700;
	padding: 8px;
	font-family: 'georgia',sans-serif,serif,Arial;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*font-family: 'trebuchet ms',verdana,sans-serif,serif,arial;*/
	background-color: #000;
	border: 1px solid #fff;
	color: #fff;
	width:fit-content;
	left:34%;
	position:relative;
}

#enterblock {
	font-size: 40px;
	font-weight: 700;
	margin-top: 15px;
}

#enterblock a {
	border: 1px solid #a8a8a8;
	display: block;
	width: 40%;
	margin: 0 auto;
	padding: 8px;
	color: #007cea;
	background-color: #f8f8f8;
}
#enterblock a:hover {
	color: #88f900;
	background-color: #262626;
	border-color: #262626;
	text-decoration:none;
}

video{
  max-width:100%;
  max-height:100%;
}

/*add footer here?*/
