
* {margin: 0; padding: 0;}

/* ==========================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: SansationTitle;
    src: url(../fonts/sansation_title.ttf);
}


/* ==========================================================================
   Main
   ========================================================================== */

canvas {
	display: block;
}
   
body{
	font-family: Roboto;
	overflow: hidden;
}
   
#background-img{
	width: 100%;
	position: absolute;
	bottom: 250px;
	left: 0;
}
   

#bottom-bar{
	width: 100%;
	height: 250px;
	background-color: #f2f2f2;
	bottom: 0;
	position: absolute;
	left: 0;
}

body, #bg{
  background: #000 none 50% / cover no-repeat;
}

#bg{
  top:0;
  left:0;
  width:100%;
  height:100%;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed; 
  width: 100%;
  position: absolute;

}

#bg img {
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  margin: auto; 
}

/* ==========================================================================
   Boxes
   ========================================================================== */

#player-info{
	background-color: #ffffff;
	width: 460px;
	padding-right: 10px;
	height: 90px;
	border-radius: 5px;
	position: absolute;
	bottom: 299px;
	left: 10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
	padding-top: 0px;
}

.staff-info{
	width: 290px;
	bottom: 300px;
	height: auto;
	position: absolute;
	right: 10px;
	
}

#staff-box{
	width: 280px;
	padding: 5px;
	padding-top: 2px;
	height: 75px;
	border-radius: 5px;
	font-weight: 300;
	font-size: 14px;
	display: inline-block;
	position: relative;
	top: 5px;
	overflow: hidden;
	text-overflow: ellipsis; 
	background-color: #ffffff;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#color-box{
	height: 41px;
	border-radius: 5px 5px 0px 0px;
	background-color: #4286f4;
	position: absolute;
	z-index: 0;
	margin: -2px 0 0 -5px;
	width: 100%;
}

#rule-info{
	width: 28%;
	padding-right: 10px;
	height: auto;
	border-radius: 5px;
	position: absolute;
	top: 5px;
	left: 15px;
	display: table-cell;
    vertical-align:middle;
	padding: 5px;
	overflow: hidden;
	font-size: 1.1vw;
}


#server-desc{
	width: 40%;
	height: 205px;
	position: absolute;
	top: 2px;
	border-radius: 5px;
	left: 30%;
	font-size: 1.2vw;
	font-weight: 300;
	padding: 10px;
}

#server-info{
	width: 25%;
	height: 165px;
	position: absolute;
	border-radius: 5px;
	top: 5px;
	right: 15px;
	font-size: 20px;
	font-weight: 300;
	overflow: hidden;
	padding: 5px;
	padding-left: 10px;
}

#title-bar{
	width: 100%;
	top: 15%;
	position: absolute;
	text-align: center;
	color: #fff;
	line-height: 50px;
	font-size: 80px;
	font-family: SansationTitle;
	text-shadow: 2px 2px black;
	height: 100px;
	font-weight: 400;
}


#bar{
	width: 100%;
	background-color: #ffffff;
	position: absolute;
	bottom: 250px;
	left: 0;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#loadingbar{
	width: 3%;
	height: 40px;
	background-color: #2d3e50; 
}


	/* ==========================================================================
   Misc
   ========================================================================== */
   
.songname{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 42px;
	border-radius: 5px;
	padding: 10px 20px 10px 10px;
	font-family: Roboto;
	font-weight: 300;
	font-size: 20px;
	background: #fff;
	color: #000;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
   
#strip{
	background-color: #36ab98;
	position: absolute;
	left: 100px;
	width: 360px;
	height: 2px;
}
	
#img-avatar{
	height: 90px;
	width: 90px;
	border-radius: 5px 0 0 5px;
}
	
#username{
	padding-left: 95px;
	font-size: 30px;
	position: relative;
	margin: 10px 0 0 8px;
}

#steamid{
	padding-left: 95px;
	margin: 5px 0 0 10px;
	font-size: 22px;
}

#info-txt{
	font-size: 1.2vw;
}

#u-icon{
	height: 18px;
}
	
#s-icon{
	height: 18px;
}
	
#audio-icon{
	margin-bottom: 2.5px;
}

#rule-box{
	font-weight: 300;
	height: 35px;
	line-height: 35px;
	width: 100%;
}

#rule-box-value{
	height: 35px;
	line-height: 35px;
	width: 35px;
	text-align: center;
	position: absolute;
}


#Gamemode,#Map,#Slots{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 40%;
}



#staff-name{
	width: 200px;
	position: relative;
	top: -28px;
	left: 70px;
	height: 52px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}



	
	
	/* ==========================================================================
   Adjustments for small Screen resolutions
	========================================================================== */
	
	
	

@media screen and (max-width: 1599px) {
	#Gamemode,#Map,#Slots{
		width: 50%;
	}
}



@media screen and (max-width: 1281px) {
	
	#server-desc{
		font-size: 16px;
	}
	
	#info-txt{
		font-size: 16px;
	}
	
	#rule-info{
		font-size: 15px;
	}
	
	#Gamemode,#Map,#Slots{
		width: 42%;
	}
}

@media screen and (max-width: 1025px) {
	
	#Gamemode,#Map,#Slots{
	width: 35%;
	}
	#title-bar{
	font-size: 60px;
	}

	.staff-info{
	width: 424px;
	}

	#staff-box{
	width: 200px;
	}

	#color-box{
	width: 210px;
	}

	#staff-name{
	width: 125px;
	}
	
	#one-staff{
		width: 212px;
	}
}

@media screen and (min-width: 1600px) {
	
	#server-desc{
		font-size: 20px;
	}
	
	#info-txt{
		font-size: 20px;
	}
	
	#Gamemode,#Map,#Slots{
		width: 70%;
	}
}