body {
	background-color: #000000;
}
#fade {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	animation-name: fadein;
	animation-duration: 1s;
}
@keyframes fadein {
	0%   { opacity: 0; }
	100% { opacity: 1; }
}
#bg {
	position: fixed;
	background: url("/files/background.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top;
	width: 100%;
	height: 100%;
	filter: blur(1px);
	filter: brightness(150%);
	top: 0px;
	left: 0px;
	z-index: -1;
}
#centertext {
	width: 800px;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
}
#text { 
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	width: 96%;
	font-size: 13px;
	font-variant: normal;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 125%;
	margin-top: 7px;
	margin-bottom: 14px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 8px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
}
#inline-text {
	font-family: Verdana;
	font-weight: normal;
	color: #dedede;
	background: rgba(0, 0, 0, 0.4);
	padding: 10px;
	width: 46%;
	font-size: 13px;
	font-variant: small-caps;
	letter-spacing: 0.2px;
	text-align: center;
	line-height: 115%;
	margin-top: 0px;
	margin-bottom: 14px;
	margin-left: 5px;
	margin-right: 4px;
	border-radius: 14px;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.3);
	display: inline-block;
	vertical-align: top;
}
#bottom {
	margin-top: 40px;
	font-size: 14px;
	font-family: Arial;
	color: #dedede;
	text-align: center;
	font-weight: normal;
	line-height: 160%;
}
.underline {
	font-size: 18px;
	display: inline;
}
.underline:hover {
	text-decoration: underline;
}
.highlight:hover {
	color: #c7c7c7;
}
.zoom {
	transition: transform 200ms;
	display: inline-block;
}
.zoom:hover {
	transform: scale(1.04);
}
.brightness {
	display: inline-block;
}
.brightness:hover {
	filter: brightness(80%);
}
hr {
	width: 60%;
	border-color: #C7C7C7;
	border-width: 1px;
	border-style: solid;
}
.server-card {
	font-size: 13px;
	text-align: center;
	background: rgba(120, 120, 120, 0.1);
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgba(255, 255, 255, 0.4);
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: 16px;
	padding: 18px;
	max-width: 298px;
	line-height: 65%;
}
.server-name { 
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 105%;
}
.info {
	margin: 5px 0; 
}
.offline {
	color: red;
	font-weight: bold;
}
.ulserver {
	display: inline;
	color: #2a6ad1;
}
.ulserver:hover {
	text-decoration: underline;
}
