#item1, #item2, #item3 {
    font-size: 0.8rem;
    position: relative;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem 0.5rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;

    color: #2b2b2b;
    background-color: rgba(0,149,216,0.8);
    background: rgba(255,255,255,0.8);
    border-radius: 100vh;
}

#item1:hover {
    background-color: #4bcdfc;
    color: #ffffff;
}
#item2:hover {
    background-color: #4bcdfc;
    color: #ffffff;
}
#item3:hover {
    background-color: #4bcdfc;
    color: #ffffff;
}

#minimap {
	top: 8% !important;
}


#main-title-wrapper {
    max-width: 80% !important;
}

#model-title {
    max-height: 50%;
    min-height: auto;
}