#main_logo img {
  max-height: 60px;
  margin-top: -15px; /* Trim the position */
  margin-right: 15px;
  margin-left: 5px;
}

#main_logo {
 float: left;
}

#main_logo,
#main_heading {
  height: 50px;
}

#main_heading h1,
#main_heading p {
  padding: 0;
  margin: 0;
  line-height: 1.1em;
  color: #d6171e; /* Heading color */
}

#main_heading h1 {
  margin-top: 5px;
  font-size: 16pt;
  font-weight: bold;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#main_heading .claim {
  font-size: 10pt;
}




#topheading,
nav,
nav > span  {
  color: #0078a8!important;
 
}

nav > span  {
margin-left: 25px;
}

#dialog-info p {
  text-align: left; /* justify; */
}

#toplogo {
  height: 50px!important;
  margin-top: -12px;
  margin-left: -3px;
  margin-right: 15px;
}
 
/* Hide 'leaflet' in attribution. Use in leaflet 1.8.0 when attributions of base layers are 
concatinated when attribution is added with L.control.attribution. See bug report at github: 
https://github.com/Leaflet/Leaflet/issues/8416 */
.leaflet-control-attribution a:first-of-type { 
   display: none;
}

.leaflet-control-attribution span:first-of-type { 
  display: none;
}

.rounded-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: white!important;
    text-decoration: none;
    border-radius: 20px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: Arial, Helvetica, sans-serif;
}

.rounded-button:hover {
    background-color: #0056b3;
}

.bmu {
  overflow: hidden;
  width: 100%;
  height: 190px;
  margin-top: -40px;
  justify-content: right;
  display: flex;
}

.bmu img {
  float: right;
  margin-right: -30px;
  margin-top: -15px;
}

@media screen and (max-width: 700px) {
 .bmu {
   justify-content: center;
   margin-top:-20px;
 }

 .bmu img {
   height: 130px!important;
   margin-right: 0;
 }
}
