body {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

@media screen and (max-width: 700px),
screen and (max-height: 420px) {

    .compass,
    .navigation-controls {
        display: block !important;
    }
}

#Loading {
    position: absolute;
    height: 100%;
    left: 50%;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

#Loading h1 {
    text-align: center;
    display: 'inline';
    margin: auto;
    width: 50%;
    padding: 10px;
}

#Logo {
    position: absolute;
    top: 5px;
    z-index: 999;
    height: 120px;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

#Logo img {
    height: calc(7vw);
    min-height: 50px;
    max-height: 150px;
}

#Credit {
    position: absolute;
    display: flex;
    bottom: 25px;
    z-index: 998;
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

#Credit img {
    height: calc(3vw);
    min-height: 30px;
    max-height: 75px;
}

#SelectFlyTo {
    padding: 5px;
}

#ToolModels {
    position: absolute;
    z-index: 9999;
    right: 5px;
    top: 55px;
}

#ToolModels input {
    cursor: pointer;
    width: 100px;
    height: 25px;
}