<script src="https://unpkg.com/leaflet@1.7.1/dist/leaflet.js"
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
crossorigin=""></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<style>
h1 {text-align: center;} h1 {color: #012169;}
h2 {text-align: center;} h2 {color: #012169;}
h3 {text-align: center;} h3 {color: #012169;}
#my-map {
width:960px;
height:500px;
display: block;
margin-left: auto;
margin-right: auto;
width: 75%;
}
/* Style the header with a grey background and some padding */
.header {
overflow: hidden;
background-color: #f1f1f1;
padding: 30px 10px;
}
/* Style the header links */
.header a {
float: left;
color: #012169;
text-align: left;
padding: 12px;
text-decoration: none;
font-size: 20px;
line-height: 25px;
border-radius: 4px;
text-align: center;
}
/* Style the logo link (notice that we set the same value of line-height and font-size to prevent the header to increase when the font gets bigger */
.header a.logo {
font-size: 20px;
font-weight: bold;
}
/* Change the background color on mouse-over */
.header a:hover {
background-color: #0000;
color: black;
}
/* Style the active/current link*/
.header a.active {
background-color: #012169;
color: white;
}
/* Float the link section to the right */
.header-right {
float: right;
}
/* Add media queries for responsiveness - when the screen is 500px wide or less, stack the links on top of each other */
@media screen and (max-width: 500px) {
.header a {
float: none;
display: block;
text-align: left;
}
.header-right {
float: none;
}
}
</style>