body{
    margin: 0; font-family: Arial, sans-serif; }
        #map { width: 100vw; height: 100vh; }
        .layer-controls {
            position: absolute;
            top: 10px;
            left: 10px;
            background: rgba(255, 255, 255, 0.8);
            padding: 10px;
            border-radius: 5px;
		}


.mousePosition {
    position: fixed;
    top: auto;
    right: auto;
    bottom: 5px;
    left: 50%;
    transform: translatelateX(-50%);
    border: 1px solid grey;
    border-radius: 10px;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.6);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 12px;

}

/*
.ol-popup {
    position: absolute;
    background-color: white;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    bottom: 12px;
    border-bottom: 1px solid #dddddd00;
    left: -50px;
    min-width: 200px;
}
.ol-popup:after, .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.ol-popup:after {
    border-top-color: white;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
.ol-popup:before {
    border-top-color: #cccccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
.ol-popup-closer {
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
.ol-popup-closer:after {
    content: "˟";
    color:blue;
    font-size:larger;
}
*/

.header-spacing {
    font-family: "Lucida Console", "Courier New", monospace;
    font-size: 15px;
    color: darkslategrey;
    margin-bottom: 0.5px;
    line-height: 0.5;
}
.paragraph-spacing {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: dimgrey;
    margin-top: 0.1px;
    line-height: 1.5;
}


/* Home control */

.myButton {
	position: absolute;
	top: 90px;
	left: 0px;
	padding: 2px;
    background-color: rgba(192, 192, 192, 1);
    color: white;
    font-weight: 700;
    text-align: center;
    border-radius: 0.1px;
    border: none;
    align-items: center;
}

.myButton:hover{
    background-color: rgb(254, 254, 255);
}

.myButton.clicked{
    background-color: rgba(22, 170, 35, 0.8);
}

.myButton.clicked:hover{
    background-color: rgba(22, 170, 35, 1);
}

.homeButtonDiv{
    position: relative;
    display: block;
    margin: 10px auto auto 10px;
}

/* Full screen control ('esc' to reduce the screen) */

.fullButton {
	position: absolute;
	top: 55px;
	left: -3px;
	padding: 2px;
    color: white;
    font-weight: 700;
    text-align: center;
    height: 35px;
    width: 35px;
    border-radius: 2px;
    border: none;
    align-items: center;
}

.fsButtonDiv {
    position: relative;
    display: block;
    margin: 8px auto auto 12px;
}
