#map {
	position: absolute;
	width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #06080F;
}

.mapbox-gl-home {
	color: 333;
	background-image: url('assets/icons/home.svg');
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

img.inline-icon {
	display: inline-block;
	width: 17px;
	height: 17px;
	vertical-align: text-top;
}

.mapboxgl-ctrl-attrib {
	border-radius: 4px;
}

.mapboxgl-ctrl-attrib-inner {
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 16px;
}

.mapboxgl-popup-content {
	box-shadow: none;
	padding: 0;
	margin: 0;
	width: 63mm;
	height: 88mm;
	border-radius: 2.75mm;
	background-color: rgba(0, 0, 0, 0);
	transform: scale(1.5);
}

.mapboxgl-popup-tip {
	display: none;
}

.mapboxgl-popup-close-button {
	top: 5%;
	right: 5%;
	display: none;
}

.mapboxgl-popup h1 {
	font-family: "ITC Souvenir";
	text-align: center;
	margin-bottom: 8px;
}

.mapboxgl-popup h2 {
	color: dimgrey;
	text-align: center;
	font-style: italic;
	font-weight: normal;
	margin: 4px;
}

#card-body {
	width: 100%;
	height: 82mm;
	border-radius: 2.75mm 2.75mm 0 0;
	margin: 0;
}

.card-art {
	width: 58mm;
	height: 36mm;
	background-color: #06080F;
	margin-top: 2.25mm;
	margin-bottom: 2mm;
	margin-left: 2.5mm;
	margin-right: 2.5mm;
	overflow: hidden;
	align-content: center;
	image-rendering: smooth;
	object-fit: cover;
}

.card-art-attr {
	background-color: #06080F;
	width: 63mm;
	height: 6mm;
	border-radius: 0 0 2.75mm 2.75mm;
	font-family: "ITC Souvenir";
	font-size: small;
	color: #e7e0d9;
	text-align: center;
}

.card-link {
	text-align: center;
	font-family: "ITC Souvenir";
	font-size: 0.8em;
	color: #e7e0d9;
	text-decoration: none;
}

.lore {
	font-size: 1.0em;
	width: 58mm;
	color: #e7e0d9;
	max-height: 24mm;
	margin-left: 2.5mm;
	margin-right: 2.5mm;
	line-height: 100%;
	padding: 0;
	text-align: left;
	font-family: "ITC Souvenir";
}

h1.card {
	padding: 0;
	white-space: pre-wrap;
	font-size: 1.45em;
	text-align: center;
	margin: 0;
	color: #ecdb2dff;
	font-family: "ITC Souvenir";
}

h2.card {
	padding: 0;
	margin: 0;
	font-size: 0.75em;
	text-align: center;
	height: 3.5mm;
	max-height: 3.5mm;
	color: #e7e0d9;
	font-family: "ITC Souvenir";
}

div.card-title {
	width: 58mm;
	margin-left: 2.5mm;
	margin-right: 2.5mm;
	height: 10mm;
	line-height: 10mm;
}

span.card-title {
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	text-align: center;
	width: 100%;
}

@media (max-width: 1500px) {
	.mapboxgl-popup-content {
		transform: scale(1.25);
	}
}

@media (max-width: 1000px) {
	.mapboxgl-popup-content {
		transform: scale(1.0);
	}
}