html,
body {
    margin: 0;
    padding: 2;
}

body {
    position: absolute;
    top: 0vh;
    /* This centers our sketch horizontally. */
    justify-content: center;
    z-index: 500;
    -webkit-user-select: none;
    /* This centers our sketch vertically. */
    /*    align-items: flex-end;*/
    /* flex-start; flex-end; */
    background-color: black;
}


splash {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    border-radius: 0vh;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(images/splash.jpg);
    background-size: 100vw 100vh;
    background-color: black;
    opacity: 1.0;
    z-index: 2001;
    -webkit-app-region: no-drag;
}

settingsSplash {
    position: absolute;
    top: -10vw;
    right: 2vw;
    width: 5vw;
    height: 5vw;
    border: none;
    color: black;
    cursor: pointer;
    background-color: transparent;
    background-image: url(images/settings.png);
    background-size: 5vw 5vw;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 2002;
    opacity: .8;
    -webkit-app-region: no-drag;
}

toggleSwitch {
    position: absolute;
    top: -10vw;
    right: 2vw;
    width: 5vw;
    height: 4vw;
    border: none;
    color: black;
    cursor: pointer;
    background-color: transparent;
    background-image: url(images/off.svg);
    background-size: 5vw 4vw;
    background-position: left top;
    background-repeat: no-repeat;
    z-index: 2002;
    opacity: .8;
    -webkit-app-region: no-drag;
}

settingsSplash:hover {
    opacity: 1.0;
}

settingsSplash:active {
    opacity: 0.2;
}

startSplash {
    position: absolute;
    bottom: 2.5vw;
    right: 2vw;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    background-color: transparent;
    background-image: url(images/start.png);
    background-size: 10vw 10vw;
    z-index: 10002;
    opacity: .8;
    -webkit-app-region: no-drag;
}

startSplash:hover {
    opacity: 1.0;
}

startSplash:active {
    opacity: 0.2;
}

helpSplash {
    position: absolute;
    left: -20vw;
    bottom: 2.5vw;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    background-color: transparent;
    background-image: url(images/help.svg);
    background-size: 10vw 10vw;
    z-index: 10002;
    opacity: .8;
    -webkit-app-region: no-drag;
}

helpSplash:hover {
    opacity: 1.0;
}

helpSplash:active {
    opacity: 0.2;
}

guideSplash {
    position: absolute;
    left: -20vw;
    top: 2.25vw;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    background-color: transparent;
    background-image: url(images/info.svg);
    background-size: 10vw 10vw;
    z-index: 10002;
    opacity: .8;
    -webkit-app-region: no-drag;
}

guideSplash:hover {
    opacity: 1.0;
}

guideSplash:active {
    opacity: 0.2;
}

#layoutViewport {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

#picomBar {
    position: fixed;
    left: 0px;
    right: 0px;
    top: 90vh;
    bottom: 0vh;
    background-color: black;
    background-size: 100vw 10vh;
    transform-origin: left bottom;
    transform: translate(0px, 0px) scale(1);
    z-index: 1501;
}

#gui_container {
    position: absolute;
    top: 0vh;
    left: 0vw;
    z-index: 3000;
    transform: scale(1.25);
}

#gui {
    position: absolute;
    top: 3.75vh;
    left: .9vw;
    height: 70vh;
    opacity: .95;
    border: outset;
    border: none;
    overflow-y: auto;
    overflow-x: auto;
}

#gui2 {
    position: absolute;
    top: 3.75vh;
    left: .9vw;
    height: 70vh;
    opacity: .95;
    border: outset;
    border: none;
    overflow-y: auto;
    overflow-x: auto;
}

buttonPanel {
    position: absolute;
    top: 9.5vh;
    left: 1vw;
    width: 35vw;
    height: 80vh;
    border-radius: 0vh;
    border: none;
    outline: none;
    background: url(images/panel.png);
    background-size: 100% 100%;
    opacity: .95;
    z-index: 2000;
    -webkit-app-region: no-drag;
}

closeButton {
    position: absolute;
    top: 5vh;
    left: 1vw;
    width: 5vw;
    height: 5vh;
    border-radius: 0vh;
    border: outset;
    color: black;
    cursor: pointer;
    background-color: rgb(240, 240, 240);
    background-image: url(images/close.png);
    background-size: 4.5vh 4.5vh;
    background-position: left top;
    background-repeat: no-repeat;
    line-height: 3vh;
    text-align: center;
    font-size: 3vh;
    opacity: 0.95;
    z-index: 1700;
    -webkit-app-region: no-drag;
}

editButton {
    position: absolute;
    top: 5vh;
    left: 23.7vw;
    width: 5vw;
    height: 5vh;
    border-radius: 1vh;
    border: groove;
    color: black;
    cursor: pointer;
    background-color: rgb(240, 240, 240);
    background-image: url(images/button.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 4.5vh 4.5vh;
    background-position: center top;
    line-height: 3vh;
    text-align: center top;
    font-size: 3vh;
    opacity: 0.95;
    z-index: 2000;
    -webkit-app-region: no-drag;
}

settings {
    position: absolute;
    top: 5vh;
    left: 4.3vw;
    width: 10vw;
    height: 5vh;
    border-radius: 1vh;
    border: groove;
    color: white;
    cursor: pointer;
    background-color: rgb(240, 240, 240);
    background-image: url(images/settings.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 4vh 4vh;
    opacity: 0.95;
    z-index: 2000;
    -webkit-app-region: no-drag;
}

boardButton {
    position: absolute;
    top: 5vh;
    left: 14vw;
    width: 10vw;
    height: 5vh;
    border-radius: 1vh;
    border: groove;
    color: white;
    cursor: pointer;
    background-color: rgb(240, 240, 240);
    background-image: url(images/board.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 6vh 4.5vh;
    opacity: 0.95;
    z-index: 2000;
    -webkit-app-region: no-drag;
}

crosshairs {
    position: absolute;
    top: 45vw;
    left: 45vh;
    width: 5vw;
    height: 10vh;
    border-radius: 0vh;
    border: none;
    outline: none;
    cursor: pointer;
    background: url(images/crosshairs.png);
    background-size: 5vw 10vh;
    background-color: transparent;
    opacity: 1;
    z-index: 1700;
    pointer-events: none;
    -webkit-app-region: no-drag;
}

@media print {
    .no-print {
        visibility: hidden
    }
}

/*added by DMS for no print of toolbar, see index.html*/
