.nav-selected {
    color: red;
}

.hotspot-button {
    background-color: #acacac9e;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 5px solid gray;
    transition: height 0.25s, width 0.25s, margin 0.25s;
}

.hotspot-button:hover {
    height: 70px;
    width: 70px;
    margin-top: -10px;
    margin-left: -10px;
}

.hotspot-button a {
    width: 100%;
    height: 100%;
    display: block;
}

#fade {
    background: transparent;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.8) 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
    color:#333;
 
}

.uk-navbar-nav > li > a {
    min-height: 50px;
}

nav,
main,
#modal,
#fade{
    display:none!important;
}