/* Home */
header {
	min-height: 100vh;
	font-family: 'Nunito', sans-serif;
	background: linear-gradient(rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.25) 70%, rgba(244, 67, 67, 0.45) 99%), url("../img/background.jpg") no-repeat center center;
	background-size: cover;
}

.playercount {
	display: inline-block;
	background: rgba(0,0,0,0);
	padding: 3px;
	font-size: 0.7em;
	color: white;
	font-family: GoldMan;
	text-align: center;
}

.playercount span {
	color: red;
}

/* Media Queries */

@media(min-width: 1000px) {
	.item:not(:first-child) {
		margin-left: 90px;
	}
}

@media(min-width: 700px) {
	.playercount {
		font-size: 1.2em;
	}
}