html{color:#000;background:#FFF;}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{font-size:100%;z-index: 9999;}
legend{color:#000;}

html {
	-webkit-user-select: none;
	cursor: caret;
	background: #000;
}

body {
	font-family: "proxima-nova-1","proxima-nova-2", arial, sans-serif;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 62.5%;
}



h1 {
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 268px;
	height: 55px;
	background: url(images/logo.png);
	overflow: hidden;
	text-indent: 300px;
}

h2 {
	color: #fff;
	font-size: 1.3em;
	margin-bottom: 0.2em;
	font-weight: bold;
}

a {
	color: #c0fdf7;
	text-decoration: none;
}



	a:hover {
		color: #fff;
		text-decoration: underline;
	}

p {
	color: #999999;
	font-size: 1.3em;
	margin-bottom:0.5em;
}

strong {
	font-weight:bold;
}

/*#ui {
	display: none;
}*/

#fps {
	position: absolute;
	top: 0;
	left: 0;
	z-index:2;
}

#chatText
{
	display:inline-block;	
}
/* #chatText,#chat
{
	font-size:3em;
	font-weight: bold;
	max-width: 70%;
} */
#chatText,#chat
{
	font-size:2em;
	font-weight: bold;
	max-width: 100%;
}
/* #chat {
	display: block;
	position: relative;
	bottom: 20%;
	left: 0%;
	padding: 10px 20px;
	background: rgba(255,255,255,.1);
	border-radius: 20px;
	color: #fff;
	text-align: center;
	border-style:none;
	outline-style:none;
	height:30px;
	opacity:0;
	transition: opacity .2s linear;
	-o-transition: opacity .2s linear;
	-moz-transition: opacity .2s linear;
	-webkit-transition: opacity .2s linear;
	-ms-transition: opacity .2s linear;
} */

#chat {
	text-align: center;
	width: 90vw;
	color: #fff;
	position: absolute;
	bottom: 0%;
	xleft: 11vw;
	margin: 0 3vw 2vh 3vw;
	height: 50px;
	border-radius: 10px;;
	outline: none;
	border: none;
	padding: 0 2vw 0 2vw;
	font-size: 18px;
	z-index: 99999;
	background: rgba(0,0,0,0.5);
}
@media only screen and (max-width: 600px) {
  #chat {
	width: 90vw;
  }
}
#cant-connect {
	/*font-family: "Arial Rounded MT Bold";*/
	display: none;
	position: absolute;
	top: 200px;
	left: 10px;
	padding: 10px 20px;
	color: rgba(249,136,119,0.9);
	width: 400px;
	font-size: 2em;
	font-weight: bold;
}

#cant-connect a:link {
	color: #c0fdf7;
	text-decoration: underline;
}

#unsupported-browser {
  display: none;  
	position: absolute;
	z-index:2;	
	background-color: #fff;
	background-image: linear-gradient(top, #fff, #e2e2e2);
	background-image: -o-linear-gradient(top, #fff, #e2e2e2);
	background-image: -moz-linear-gradient(top, #fff, #e2e2e2);
	background-image: -ms-linear-gradient(top, #fff, #e2e2e2);
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #fff),color-stop(1, #e2e2e2));

	border-radius: 10px;
	box-shadow: 1px 1px 5px #000;
	
	top: 55%;
	left: 50%;
	width:420px;
	margin:-200px;
	padding:35px;
	font-size: 1.5em;
	border: 1px solid #fff;
}

#unsupported-browser p {
	color: #000;
	text-shadow: white 1px 1px 0;
	line-height: 1.4em;
}

a#force-init-button {
	font-size: .6em;
	color: #e47c6c;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}
a#force-init-button:hover {
  color: #999999;  
}


#unsupported-browser ul li  {
	display: inline;
	list-style-type: none;
	padding-right: 10px;
	font-weight: bold;
	padding: 4px 10px 4px 10px;
	background-color: #606061;
	border-radius: 100px;
	box-shadow:inset -1px -1px -5px #000;
	text-shadow: none;
	font-size: .8em;
}

#unsupported-browser ul   {
	margin: 20px 0px 20px 0px;
}



#info {
	xbackground-color: red;
	position: absolute;
	xleft: 10vw;
	bottom: 80px;
	width: 100vw;
	text-align: center;
	margin: 0 auto;
}

	
