* {
	margin: 0;
	padding: 0;
}

html,
body,
form,
fieldset,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
dl,
dt,
dd,
a,
p,
img,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	margin: 0;
	padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
audio,
video {
	display: block;
}

body,
html {
	height: 100%;
}

a,
img {
	border: 0;
	outline: none;
}

img {
	max-width: 100%;
}

/*------------------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
	font-size: 14px;
	line-height: 1.5;
	background-color: #f44336;
	color: #721111;
}

section,
#map {
	text-align: center;
	width: 100%;
}

section {
	height: 33%;
	min-height: 229px;
}

#map {
	height: 67%;
	background: #000;
}

/*
section {
	height: 33.33%;
}

#map {
	height: 66.66%;
}
*/

.cc {
	opacity: 0.5;
}

.logo {
	max-width: 128px;
	max-height: 128px;
}

p.donate {
	margin-top: 20px;
	color: inherit;
}

a.coffee {
	color: inherit;
}

#lookupForm {
	margin-top: 20px;
	display: flex;
	justify-content: center;
	gap: 10px;
	flex-wrap: wrap;
	padding: 0 15px;
}
#ipInput {
	padding: .5rem 1rem;
	border: none;
	border-radius: 4px;
	font-family: 'Allerta', sans-serif;
	font-size: 1.4rem;
	    max-width: 12ch;
}
#lookupForm button {
	padding: 10px 20px;
	border: none;
	background-color: #721111;
	color: white;
	border-radius: 4px;
	cursor: pointer;
	font-size: 16px;
}
#lookupForm button:hover {
	background-color: #555;
}

#location-warning {
	display: none;
	background-color: #fff3cd;
	color: #856404;
	padding: 12px;
	text-align: center;
	border-bottom: 1px solid #ffeeba;
}

footer {
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 10px;
	opacity: 0.7;
}

footer:hover {
	opacity: 1;
}

footer p {
	text-align: center;
	font-size: 13px;
	text-align: center;
}

footer p,
footer a {
	color: #000;
}

h1,
p.info {
	font-family: 'Allerta', sans-serif;
	/* font-family: "Gudea", sans-serif; */
	/* font-family: "Quicksand", sans-serif; */
	/* font-family: "Ruda", sans-serif; */
	/* font-family: "Pathway Gothic One", sans-serif; */
	/* font-family: "Oswald", sans-serif; */
	/* font-family: "Roboto Condensed", sans-serif; */
}

h1 {
	font-style: normal;
	font-size: 7em;
	margin: 0 auto;
	color: inherit;
}

p.info {
	font-style: normal;
	font-size: 2em;
	margin: 0 auto;
	color: inherit;
	margin-top: -20px;
	letter-spacing: -1px;
}

section .contents {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

h1 strong {
	display: block;
}

p {
	color: #514f42;
	font-size: 0.7em;
	line-height: 1.3em;
}

.warning {
	background-color: red;
	color: white;
	padding: 10px;
}

.warning p,
.warning a {
	color: white;
}

.leaflet-control-zoomhome a {
	font: bold 18px 'Lucida Console', Monaco, monospace;
}

/* --- Custom Popup Styles --- */
.custom-popup .leaflet-popup-content-wrapper {
	background: #fff;
	color: #721111;
	border-radius: 8px;
	box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.custom-popup .leaflet-popup-content {
	margin: 15px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
	line-height: 1.6;
	font-size: 14px;
}
.custom-popup .leaflet-popup-tip {
	background: #fff;
}
.custom-popup a {
	color: #721111;
}

.popup-title {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 8px;
	color: #721111;
}
.popup-hr {
	border: 0;
	height: 1px;
	background-color: #d9a3a3;
	margin: 10px 0;
}
.popup-row {
	margin-bottom: 4px;
}
.popup-row strong {
	/* Makes the labels a bit darker for emphasis */
	color: #514f42;
}

a.leaflet-control-zoomhome-in,
a.leaflet-control-zoomhome-out {
	font-size: 1.5em;
	line-height: 26px;
}

@media (max-width: 960px) {
	h1 {
		font-size: 6em;
	}
}

@media (max-width: 640px) {
	h1 {
		font-size: 4em;
	}
}

@media (max-width: 420px) {
	h1 {
		font-size: 2em;
	}
}
