body {
font-family: 'Quicksand', sans-serif;
background-image: url(../../assets/img/game/9.png);
background-repeat: no-repeat;
background-size: cover;
}
.nav {
	padding-top: 25px;
}
.playercount {
	display: inline-block;
	background: rgba(0,0,0,0.4);
	padding: 15px;
	font-size: 160%;
	color: white;
	text-align: center;
}
.main {
  display: flex;
	flex-direction:column;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 85vh;
}

.text-header {
	font-size: 450%;
	font-weight: bold;
	font-family: 'Bebas Neue', sans-serif;
}

.info-bar {
  background-color: #383133;
	color: #fff;
	padding: 12px;
	border-top: 2px solid #e8b923;
	border-bottom: 2px solid #e8b923;
}
.status-bar {
  background-color: #141313;
	color: #fff;
	padding: 10px;
	}
.flex-1 {
	flex: 1;
}
.fa-fade {
  animation-duration: 1.8s!important;
}
.btn-k {
	display: inline-block;
	outline: none;
	cursor: pointer;
	font-size: 15px;
	line-height: 1;
	border-radius: 500px;
	transition-property: background-color,border-color,color,box-shadow,filter;
	transition-duration: .3s;
	border: 1px solid transparent;
	letter-spacing: 2px;
	min-width: 140px;
	text-transform: uppercase;
	text-decoration:none;
	white-space: normal;
	font-weight: 700;
	text-align: center;
	padding: 16px 14px 18px;
	color: #000;
	box-shadow: inset 0 0 0 2px #e8b923;
	background-color: #e8b923;
	height: 48px;
	margin: 0px 5px 0px 5px;
	
}
.btn-k:hover {
	color: #fff;
	background-color: transparent;
	text-decoration: none;
}
.text-krime-primary {
	color: #383133;
}
.text-krime-secondary {
	color: #e8b923;
}
#server-ip {
	cursor: pointer;
}
.logo {
	display: block;
}
.header-link {
	text-decoration: none;
	color: inherit;
	transition-duration: .2s;
}
.header-link:hover {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	transition-duration: .2s;
}
.info-o {
	background-color: #383133;
	color: #ffffff;
	box-shadow: inset 0 -15px 0 #e8b923;
}
.info-e {
	background-color: #e8b923;
	color: #ffffff;
	box-shadow: inset 0 -15px 0 #383133;
}
.title {
	font-weight: bold;
	font-size: 250%;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
}
.info-img {
	height: 100%;
}