nav.navbar {
  display: none !important;
}
footer {
  display: none !important;
}
@page {
  size: auto;
  margin: 0;
  padding 0;
}
html.has-navbar-fixed-top, body.has-navbar-fixed-top {
  padding-top: 0;
}

#container {
  padding: 0.25in;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  width: 1100px;
}
nav.breadcrumb.is-small {
  display: none !important;
}

div.maplibregl-control-container {
	display: none;
}

div.maplibregl-marker {
  color: #19275a;
  background-color: white;
  border-color: #19275a;
}

div.maplibregl-marker a {
  color: #19275a;
}

div.maplibregl-marker a:hover {
  color: #19275a;
}
