#divHeader {
    height:10vh;
    color:antiquewhite;
    background-color: saddlebrown;
}

#divMap {
    height:80vh;
    background-color: grey;
}

#divFooter {
    height:10vh;
    color:antiquewhite;
    background-color: saddlebrown;
}

#divCross {
    z-index:2000;
    color:red;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-13px;
    margin-left:-10x;
}

.btn {
    margin-top:20%;
}

    /* Modal Content */
    .modal {
        z-index:2001;
        height:90%;
        width:100%;
        display:none;
        overflow-y:auto;
        background-color: antiquewhite;
        color: saddlebrown; 
    }

    .sub-header {
        color: antiquewhite;
        background-color: saddlebrown; 
        padding:3px;
    }

