#mapid {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
}

#progress {
    display: none;
    position: absolute;
    right: 0;
    z-index: 9999;
    background-color: rgba(44, 61, 244, 0.8);
    color: #fff;
    padding: 20px;
    font-family: Arial;
    width: calc(100% - 40px);
}

.nav {
    overflow: hidden;
    position: absolute;
    min-height: 59px;
    top: 0;
    right: 0;
    width: 100%;
}

.nav #navLinks {
    display: none;
    background-color: rgba(44, 61, 244, 1);
}

.nav #navLinks hr {
    margin: 1rem 0;
}

.nav #navLinks #backdrop {
    position: absolute;
    height: 2000px;
    width: 100%;
    overflow:hidden;
    background: transparent;
}

.nav a {
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    font-size: 24px;
    display: block;
}

.nav a.icon {
    background: #fff;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    color: rgba(44, 61, 244, 0.8);
}

#buttons {
    display: none;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(44, 61, 244, 0.8);
    color: #fff;
    padding: 8px 0;
    width: 100%;
    font-family: Arial;
    text-align: center;
}

.buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.buttons button {
    width: 45%;
    max-width: 200px;
    height: 50px;
    margin: 0 4px;
}
