html {
	font-size: 100%;
	height: 101%;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	background-color: #1b1b1b;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	color: rgb(200, 200, 200);
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-track {
	background: #111;
}

::-webkit-scrollbar-thumb {
	background: #1f1f1f;
}

::-webkit-scrollbar-thumb:hover {
	background: rgb(45 45 45);
}

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

#container {
	width: 1400px;
	max-width: 1400px;
	margin: 0 auto;
	padding: 40px 20px;
}

header {
	background: #000 url(../img/banner.jpg) no-repeat;
	min-height: 185px;
	display: flex;
	align-items: center;
	padding: 0 20px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

header .intro {
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;
	padding: 10px 15px;
	display: flex;
	flex-direction: column;
}

header .intro h1 {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 36px;
	margin: 0;
	color: #fff;
}

header .intro p {
	font-weight: 600;
}

nav {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	position: relative;
	z-index: auto;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

nav a {
	display: block;
	background-color: rgb(31 31 31);
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

nav a:hover {
	background-color: rgb(45 45 45);
}

.preload {
	-webkit-transition: none!important;
	-moz-transition: none!important;
	-ms-transition: none!important;
	-o-transition: none!important;
}

main {
	margin: 30px 0;
}

main h1 {
	font-weight: 500;
	font-size: 1.7rem;
	color: #fff;
}

main p {
	font-size: 0.9rem;
	font-weight: 600;
}

main p strong {
	color: rgb(255 0 0);
}

.servers {
	display: block;
	width: 100%;
	background-color: rgb(0 0 0 / 15%);
}

.spacer {
	display: block;
	border-top: 1px solid #2b2b2b;
	padding-bottom: 20px;
	margin-top: 20px;
}

.servers>.row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	min-height: 50px;
	background-color: #1f1f1f;
	margin-bottom: 1px;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0 20px;
}

.servers>.row:last-child {
	margin-bottom: 0;
}

.servers>.row:hover {
	background-color: rgb(45 45 45);
}

.servers>.row>div:nth-child(2) {
	min-width: 400px;
}

span[data-game="l4d"],
span[data-game="cs"],
span[data-game="css"],
span[data-game="half-life"],
span[data-game="zm-panic"],
span[data-game="csgo"],
span[data-game="ut3"],
span[data-game="7days"],

/*
span[data-game="dod-source"]
{
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}

span[data-game="dod-source"] {
	background-image: url(../img/dodsource.png);
	border-radius: 50%;
}
*/

span[data-game="csgo"]
{
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}
span[data-game="ut3"]
{
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}
span[data-game="csgo"]
{
	background-image: url(../img/csgo.png);
	border-radius: 50%;
}
span[data-game="tf2"]
{
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}
span[data-game="tf2"]
{
	background-image: url(../img/tf2.png);
	border-radius: 50%;
}

span[data-game="7days"]
{
	background-repeat: no-repeat;
	display: inline-block;
	width: 34px;
	height: 34px;
}
span[data-game="7days"]
{
	background-image: url(../img/7days.png);
	border-radius: 50%;
}

span[data-game="l4d"] {
	background-image: url(../img/l4d.png);
	border-radius: 50%;
}

span[data-game="cs"] {
	background-image: url(../img/cs.png);
	border-radius: 50%;
}

span[data-game="css"] {
	background-image: url(../img/css.png);
	border-radius: 50%;
}

span[data-game="half-life"] {
	background-image: url(../img/half-life.png);
	border-radius: 50%;
}

span[data-game="zm-panic"] {
	background-image: url(../img/zm-panic.png);
	border-radius: 50%;
}

span[data-game="csgo"] {
	background-image: url(../img/csgo.png);
	border-radius: 50%;
}

span[data-game="ut3"] {
	background-image: url(../img/ut3.png);
	border-radius: 50%;
}

.servers>.row>div>span,
.servers>.row>div>a[data-game="connect"] {
	font-weight: 700;
}

.servers>.row>div>span[data-game="ip"] a {
	color: rgb(255 0 0);
}

.servers>.row>div>span[data-game="status"] {
	color: rgb(26 228 26);
}

.servers>.row>div>a[data-game="connect"]:before {
	content: "\f1b7";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1rem;
	text-rendering: auto;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

.servers>.row>div>span[data-game="status"]:before {
	content: "\f080";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 1rem;
	text-rendering: auto;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 5px;
}

footer {
	text-align: center;
	font-weight: 700;
	margin-top: 30px;
	line-height: 1.7;
}

footer p a {
	color: rgb(255 0 0);
}

@media (max-width: 768px) {
	#container {
		width: 100%;
		padding: 20px;
	}
	header {
		background-position: 100% 100%;
		background-size: auto;
		justify-content: center;
	}
	header .intro {
		text-align: center;
	}
	header .intro h1 {
		font-size: 28px;
	}
	nav {
		display: block;
	}
	.servers>.row {
		display: block;
		text-align: center;
		padding: 20px;
	}
	.servers>.row>div:nth-child(2) {
		min-width: auto;
	}
	main h1 {
		font-size: 1.5rem;
	}
}

@media (max-width: 500px) {
	header .intro h1 {
		font-size: 24px;
	}
}