* {
	margin: 0;
	padding: 0;
}

body {
	font-family: CozetteVector;
	font-size: 13px;
	background: #000;
	color: #FFF;
}

header {
	margin: 5px;
}
main {
	margin: 5px;
}

h1 {
	font-size: 2em;
}

footer {
	border-top: 1px solid #FFF;
	height: 25px;
	width: 100%;
	position: fixed;
	bottom: 0;
}
footer div.bar {
	position: fixed;
	bottom: 0;
	left: -100%;
	width: calc(100vw - 200px);
	height: 25px;
	z-index: -1;
	transition: 3s;
	clear: both;	
	background-image: url("/images/lgbt-flag.svg");
	background-size: auto 25px;
}

div.bar > div.gradient0 {
	float: right;
	left: calc(100vw - 50px);
	display: inline-block;
	pointer-events: none;
	width: 20px;
	background-image: linear-gradient(to left, #000, rgba(0,0,0,0));
	height: 25px;
}
footer div > img {
	z-index: 3;
}
footer div:hover > div {
	transition: 3s;
	left: 0;
}
footer > a {
	position: relative;
	z-index: -2;
	padding: 3px;
}
#srvList {
	right: -100%;
	position: absolute;
	transition: 1s;
	bottom: 25px;
	display: block;
	background: #000;
	border: 1px solid #FFF;
	padding: 5px;
}
#srvList li {
	list-style-type: none;
}
footer > span {
	height: 25px;
	background: #000;
	z-index: 3;
	display: block;
	float: right;
	padding: 3px;
}
footer > span  a {
	color: white;
	text-decoration: none;
}

span:hover #srvList {
	right: 0;
}

@media only screen and (max-width: 768px) {
	body {
		font-size: 26px;
	}
}
