.mainpage{
	margin:0;
	padding:0;
	background:#000000;
	font-family:Arial,Helvetica,sans-serif;
	background: url(images/login-background.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.logosmall{

	width:250px;
	height:250px;
	margin-top:100px;
	
}

.smallestlogo{
	
	width:50px;
	height:50px;	
	margin:0px;
	padding:2px;
	float:left;
	padding-right:20px;
	padding-left:10px;
}

body {
	margin:0px;
	padding:0px;
	overflow: hidden;
}


.navbar {
	overflow: hidden;
	background-color: #333;
	position: fixed; /* Set the navbar to fixed position */
	top: 0; /* Position the navbar at the top of the page */
	width: 100%; /* Full width */
	z-index:7;
}


.navbar a {
	float: left;
	display: block;
	color: #f2f2f2;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	height:100%;
	border-radius: 0px 0px 10px 10px;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
	font-size:20px;

}


.navbar a:hover {
	background: yellow;
	color: black;
}


.main {
	margin-top: 30px; 
	width:100%;
	height:100%;
	overflow:hidden;
	background:black;
	
}

.mapmoving {
	margin-top: 30px; 
	background: url(images/testmap.jpg) no-repeat center center; 
	width:6000px;
	height:4000px;
	
}

/*-------------------CHARACTERS----------------*/

.ultimatebr {
	display:block;
	clear:both;
}


.player { 
	//display: flex; 
	align-items: center; 
	justify-content: center; 
	font-family: roboto; 
	width: 100px; 
	height: 100px; 
	//background: #ccc; 
	border-radius: 10px; 
	text-align:center;
	z-index:1;
} 

.player_picture {
  border-radius: 50%;
  border:4px solid black;
  width:50px;
  height:50px;
  //display:block;
  margin-left:12.5px;
  margin-right:12.5px;
}

.player_plate {
  border-radius: 6px;
  border:1px solid black;
  background: black;
  width:90px;
  height:17px;
  color:white;
  text-align:center;
  //display:block;
  margin-top:-10px;
  font-family: verdana;
  font-size: 12px;
  padding-top:4px;
  margin-left:5px;
  margin-right:5px;
}