.bottomMenu {
    visibility: hidden;
    overflow: hidden;
    background-color: var(--color-1);
    opacity: 1;
    position: fixed;
    bottom: 0;
    width: 100vw;
    padding: 5px calc(2vw + 15px);
    z-index: 99;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.bottomMenu a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 0.2em 0.4em  0.4em 0.4em;
    margin: 2px;
    text-decoration: none;
    font-size: 1.3em;
    min-width: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}


.bottomMenu a:first-child {
    margin-left: 0;
}

.bottomMenu a:last-child {
    text-align: left;
    min-width: 100px; 
    word-wrap: inherits;
}



.bottomMenu a:hover {
	color: #fff000; 
}

.bottomMenu a.active {
	content: "";
}
