@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "quakeFont";
	src:
		local("Handel Gothic FS Bold"),
		url("fonts/handelgothic.ttf") format("truetype"),
		url("fonts/handelgothic.woff") format("woff");
}

body {
	background-color: #585858;
	width: 100%;
	margin: 0;
	padding: 0;
	color: white;
}

.filter-button {
	font-size: 1em;
	border-radius: 1em;
	background-color: #333;
	color: white;
	padding: 0.1em;
	padding-left: 0.65em;
	padding-right: 0.65em;
	border-color: #CCCCCC;
}

.container {
	width: 99.5%;
	padding-top: 124px;
	display: block;
	padding-left: 0.25%;
	padding-right: 0.25%;
}

.maps {
	width: 100%;
}

.map {
	width: 31.8%;
	float: left;
	padding : 0.5%;
	margin: 0.25%;
	background-color: #333;
	position: relative;
}

.map-label {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	display: block;
	font-weight: 500;
	font-size: 1.4em;
	text-align: center;
	padding-top: 0.5%;
}

.map-preview {
	width: 100%;
}

.sticky {
	position: fixed;
	top: 0;
	z-index: 1;
}

.hidden {
	visibility: hidden;
}

.factories {
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	padding-top: 3%;
	padding-right: 1.5%;
}

.factory {
	float: right;
	width: 32px;
	margin-right: 1.5%;
}

.selected {
	font-weight: bold;
}

#footer {
	width: 100%;
	float: right;
	background-color: #222;
}

.footer-link {
	width: 25%;
	float: left;
	text-align: center;
}

a {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	text-decoration: none;
	color: #F7E481;
}

#button-top {
	position: fixed;
	right: 1%;
	bottom: 0.5%;
	z-index: 666;
	background-color: transparent;
	border: none;
	width: 64px;
	height: 64px;
}