#mobilHead {
    background-color: navy;
    float: none;
    height: auto;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
    font-size: 24px;

}

#mobilHead p {
    color: white;
    display: inherit;
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
}

#mobilHead a {
    border-radius: 10px;
    color: white;
    font-size: 1em;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

#mobilHead a:hover {
    background-color: rgb(24, 24, 167);
}

#mobilNav {

    padding: 0px 0px 80px 0px;
    position: relative;
    margin: 0px;
    font-size: 22px;

}



.icon {
    position: relative;
    top: 0px;
    /* padding-left: 15px; */

}

ul.icon {

    padding: 0px 0px 0px 0px;
    margin: 0px;
}

.icon ul {
    margin: 0px;

    padding-left: 20px;


}

.icon li {
    list-style-type: none;
    list-style-position: outside;
}

/* new style */
.icon li svg {
    float: left;
}

.icon a {
    border-radius: 15px;
    padding: 10px 0px 10px 10px;
    text-decoration: none;
    display: block;
    font-size: 1em;

}

.blackColor {
    color: black;

}

.selLink {
    border: gray solid;
    color: black;
    border-width: 1px;

}


.mobilBackButton {
    background-color: blue;
    border-color: black;
    border-radius: 50%;
    border-width: 2px;
    bottom: 15px;
    height: 3.5rem;
    width: 3.5rem;
    left: 50%;
    position: fixed;
    text-align: center;
    transform: translateX(-50%);
    z-index: 2;
}

.mobilBackButton svg {
    left: 1px;
    top: 2px;
    position: relative;

}

#mobilFoot {
    bottom: 0px;
    height: 70px;
    left: 0px;
    position: relative;
    width: 170px;
}


.disNoneJs {
    display: none;
    background-color: #0000FF;
}

svg {
    bottom: 0px;
}

a:not([href]):hover {
    cursor: pointer;
}