/*
 * This file is part of Pathfinder.
 * Pathfinder is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
 * Pathfinder is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
    You should have received a copy of the GNU General Public License along with Pathfinder. If not, see <https://www.gnu.org/licenses/>.
 */

@font-face { font-family: KwlData; src: url('../fonts/kwl-data-1088/kwl-data-1088.ttf'); } 

h1, h2 {
	text-align: center;
	font-family: KwlData;
	font-size: 2.5em;
}

#map-options {
	padding: 1em;
}

#map-options > * {
	display: inline-block;
}

#legend {
	border: 1px solid black;
	margin: 1em;
}

#legend > * {
	display: inline-block;
	padding: 1em;
}

.legend-dot {
	width: 1em;
	height: 1em;
	border-radius: 50%;
	display: inline-block;
	vertical-align: top;
	border: 1px solid black;
	margin-right: 1em;
}

.fixmecontinue-dot {
	background-color: #f54254;
}

.fixmecontinue-note-dot {
	background-color: #e28743;
}

.fixmecontinue-selected-dot {
	background-color: #42f560;
}

.mountain-dot {
	background-color: #401818;
}

.locality-dot {
	background-color: #e6d627;
}

#map {
	height: 50em;
}
