.mapping-block,
.mapping-map.leaflet-container { height: 500px !important;
}

/* Resize the Union and Confederate Troops image */
img[src*="a354630985ec887718c036e4d5641e6c574a5951.png"] {
  max-width: 300px !important;   /* Adjust size as needed */
  height: auto !important;
  display: block;
  margin: 0 auto;                /* Optional: center it */
}
/* Make the site logo smaller in the header */
.site-header .site-title.logo img {
  max-height: 200px !important;  /* Try 60px, 80px, 100px etc. */
  width: auto !important;
}

/* Optional: keep the header from stretching too tall */
.site-header h1 {
  margin: 0 !important;
  padding: 0.5rem 0 !important;
}
