 Leaflet CSS 
<link rel="stylesheet" href="leaflet.css" />

<style type="text/css">
*::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
*::-webkit-scrollbar-track {
  border-radius: 5px;
  background-color: #2E6DA0;
  border: 1px solid #2c6c9e;
}

*::-webkit-scrollbar-track:hover {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-track:active {
  background-color: #B8C0C2;
}

*::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #52808D;
  border: 1px solid #FFFFFF;
}

*::-webkit-scrollbar-thumb:hover {
  background-color: #577A6A;
}

*::-webkit-scrollbar-thumb:active {
  background-color: #62A34B;
}
body {
	background-color: #2c6c9e;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-image: url(images/bg.jpg);
}
.bgColor {
	background-color: #2E6DA0;
}
.menu {
	text-align: center;
	height: 50px;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

.menuBox {
	text-align: center;
	margin: 0px;
	padding: 10px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	width: 1180px;
}
.textBlock {
	text-align:justify;
	width: 760px;
}

.bottomNav {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	height: 50px;
	font-size: 12px;
}
.bottomNavBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	margin: 15px;
}
.smallText {
	font-size:11px;
	color: #296490;
}
a:hover {
    color: #cd0000;
    text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
		}

#layout {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	visibility: visible;
}
h2 {
	font-size:20px;
	color: #1e90ff;
}

/* A class for an inline image that floats left, allowing text to wrap around it */
.inline-image-left {
    float: left;
    margin-right: 20px; /* Adds space between the image and the text */
    margin-bottom: 10px; /* Adds space below the image */
    border: 2px solid #52808D; /* A subtle border to help it blend */
    border-radius: 4px;
}

/* A class for an inline image that floats right */
.inline-image-right {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    border: 2px solid #52808D;
    border-radius: 4px;
}

.npLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin: 5px;
	width: 800px;
	padding: 5px;
	position: relative;
	float: left;
	height: 655px;
	overflow: scroll;
	clear: none;
	text-align: justify;
	white-space: normal;
}

/* To create space below paragraphs and headings for better readability */
.npLeft p, .npLeft h2, .npLeft ul {
    margin-bottom: 20px; /* Adjust the value as needed */
}
.npRight {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #FFF;
	padding: 5px;
	width: 345px;
	float: left;
	font-weight: 500;
	font-style: italic;
	line-height: normal;
	clear: none;
	height: 665px;
	overflow: scroll;
	position: static;
	margin-right: 5px;
}
.npHeader {
	background: #2c6c9e;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	font-variant: small-caps;
	color: #fff;
	text-align: center;
	height: 0px;
	width: 1180px;
	float: left;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	margin: 10px;
}
.outerTable {
	position: static;
}
.outerTable {
	position: static;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	color: #FFFFFF;
	text-decoration: none;
	white-space-collapse: collapse;

	text-align: center;
}
header {

    color: #fff;
    padding: 1rem 0;
    text-align: center;
}

header h1 {
    margin: 0;
    font-size: 24px;
}

header p {
    margin: 0;
    font-size: 16px;
}

.container {
    max-width: 750px;
    margin: 2rem auto;
    padding: 0 1rem;
}

ul {
	font-weight:400;
    list-style: none;
    padding: 0;
}

ul li {
	font-weight:400;
    margin: 0.5rem 0;
    padding: 0.5rem;
    border-left: 4px solid #1e90ff;
}

ul li ul li {
			
	margin: 20px;
    padding: 0px;
    border-left: 0px;
	font-weight:400;
}

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #cd0000;
    text-decoration: none;
	text-shadow: 1px 1px 1px #ffffff;
}
		
@media (max-width: 595px) {
header h1 {
    font-size: 24px;
}

header p {
    font-size: 16px;
}
	
#map {
    height: 90vh;
    width: 100%;
    margin: 0 auto;
    border: 2px solid #ddd;
}

.popup-content {
    font-size: 14px;
}

.popup-content strong {
    color: #1e90ff;
}
.leaflet-container {
	height: 400px;
	width: 600px;
	max-width: 100%;
	max-height: 100%;
		}
.lightBluer {
	color: #a2d5fb;
	text-decoration:none
}
.lightPurple {
	color: #cfbac8;
	text-decoration:none
}
.lightPerwinkle {
	color: #4cacf9;
	text-decoration: none
}
.lightCoral {
	color: #f8b091;
	text-decoration:none
}
.lightSalmon {
	color: #fbb9b7;
	text-decoration:none
}
.lightTeal {
	color: #8feceb;
	text-decoration:none
}
.lightYellow {
	color: #fcfa74;
	text-decoration:none
}
.lightGreen {
	color: #a7ec79;
	text-decoration:none
}
.lightPeach {
	color: #fcd5b0;
	text-decoration:none
}
.lightBlue {
	color: #66b7ea;
	text-decoration:none
}
.medHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #CCC;
}
.img {
	border-radius: 8px;
	border: 1px solid #000000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.75);
		}
</style>
