body {
    padding: 0;
    margin: 0;
}
html, body, #my-map {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
}

.nav {position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 50px; background-color: #000; color: #0a53be;}

@font-face {
    font-family: "hemi head bd it";
    src: url('../fonts/hemi head bd it.otf');
}

.navbar-brand {font-size: 30px; font-family: "hemi head bd it", Menlo, Monaco, Consolas, "Courier New", monospace; color: #abb7c4!important; padding-bottom: 0; margin-left: 10px;}

.copyright {position: absolute; right: 10px; top: 10px; color: #abb7c4; font-size: 12px;}
.copyright a {color: #abb7c4;}

.leaflet-bar.custom-address-field {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #fff;
    margin-top: 60px;
}

.custom-address-field .geoapify-address-input {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
}

.custom-address-field .geoapify-clear-button {
    height: 36px;
}

.leaflet-container a {color: #fff;}

#btnPosition {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    background-color: white;
    border-radius: 5px;
    border-color: gray;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    opacity: 0.6;
    text-align: center;
    width: 80px;
    height: 80px;
    font-size: xxx-large;
}

#btnPosition:hover{
    opacity: 0.8;
    cursor: pointer;
}
