@keyframes RGBspin {
  0% {background-color: red;rotate:0deg;}
  25% {background-color: yellow;}
  50% {background-color: rgb(22, 255, 22);rotate:360deg;}
  75% {background-color: rgb(0, 255, 247);}
  100% {background-color: rgb(200, 0, 255);rotate:0deg;}
}

.panel {
    position: relative;
    background-color: rgba(48, 47, 47, 0.849);
    color: rgb(255, 255, 255);
    padding-top: 0px;
    padding-bottom: 2 px;
    max-height: 0;
    width: 100%;
    top: 52px;
    right: 0px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    z-index: 20;
    font-size: 15px;
    text-align: center;
}

.menubtn {
    background: #fff;
    position: relative;
    z-index: 1;
    top: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    border-radius: 5px;
    width: 150px;
    border: 2px solid rgba(0, 0, 0, 0.4);
    font-family: 'Open Sans', sans-serif;
}

.menubtn a {
    font-size: 15px;
    color: #404040;
    display: block;
    margin: 0;
    padding: 0;
    padding: 5px;
    text-decoration: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    text-align: center;
}

.menubtn a:last-child {
    border: none;
}

.menubtn a:hover {
    background-color: #f8f8f8;
    color: #404040;
}

.menubtn a.active {
    background-color: #CD3629;
    color: #ffffff;
}

.menubtn a.active:hover {
    background: #8b320e;
}

.overlay4 {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 5px;
    padding-top: 6px;
    position: absolute;
    right: 40px;
    top: 30px;
    width: 70%;
    height: 25%;
    z-index: 10;
    background-color: rgba(241, 241, 241, 0);
    /*dim the background*/
    color: black;
    font-size: 16px;
    font-weight: 720;
    text-align: center;
    border-color: rgba(0, 0, 0, 0.623);
    border-width: 0px 0px 0px 0px;
    border-style: solid;
}

button:focus {
    outline: 0;
}

.geocoder {
    position: absolute;
    left: 40px;
    top: 30px;
    z-index: 200;
}

.distance-container {
    position: absolute;
    top: 100px;
    left: 40px;
    z-index: 1;
}

.distance-container>* {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border-radius: 3px;
}

.tooltip-container {
    position: absolute;
    right: 40px;
    top: 30px;
    z-index: 200;
}

.tooltip-container {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border-radius: 3px;
}

#fly-home {
    position: absolute;
    left: 290px;
    top: 30px;
    z-index: 200;
    height: 35px;
    width: 35px;
    font-size: 15px;
    text-align: center;
    color: #757575;
    background: #fff;
    box-shadow: 0px 0px 8px 2px rgb(117, 117, 117, 0.3)
}

#fly-home:hover {
    position: absolute;
    left: 290px;
    top: 30px;
    z-index: 200;
    height: 35px;
    width: 35px;
    font-size: 15px;
    text-align: center;
    color: #444444;
    background: #fff;
    box-shadow: 0px 0px 8px 2px rgb(117, 117, 117, 0.3)
}