html{
    height: 100%
}
nav {
    height: 70px;
    text-align: center;
    flex-direction: row;
}
nav p{
    font-size:300%;
    margin-top: -5px;
    
}

nav ul{
    position: absolute;
    right:0;
    top: 0;
}

.clear_points{
    bottom:0;
    
}
.map{
    height: 600px;
   
}
div[id$="Form"]{
    position: relative;
    z_index: 1;
    //padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

#Form_content{
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;

}

footer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    position:fixed;
    bottom:0;
    
}

footer img{
    max-height: 5em;
}
