@charset "utf-8";

#mobile-section {
    position: relative;
    top: 0%;
    height: max-content;
    min-height: 100vh;
    margin-left: 0 auto;
    left: 0;
    background-color:#ffffff;
    padding-bottom: 0;
}

/*
#leaflet-download-div {
    margin-top: 10svh;
}
*/
.leaflet-download-container {
    position: relative;

    background-color: #eeeeee;
    
    margin-inline: 10%;
    margin-top: 2svh;
    margin-bottom: 6svh;
    padding-inline: 10%;
    padding-top: 6svh;
    padding-bottom: 2svh;

    border-radius: 3em;

}

#download-discription {
    margin-top: 0.8rem;
    line-height: 2.5;
    text-align: center;
    font-size: calc(1vw + 1svh);
}
#download-discription span{
    color: #17c0ef
}


.leafletimg {
    width: 100%;
    object-fit: cover;
    user-select: none;
}




@media screen and (orientation:landscape){
    .leaflet-download-container {
        margin-top: 7svh;
        margin-bottom: 12svh;
        padding-top: 10svh;
        padding-bottom: 5svh;
    }
    #download-discription {
        font-size: calc(0.6vw + 0.6svh);
    }
}