html {
    height: 100%;
    width: 100%;
    background-color: #1d292c;
}
body {
    margin: 0;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #1d292c;
    font-family: Helvetica, arial, sans-serif;
    position: relative;
    width: 100%;

    -webkit-tap-highlight-color: transparent;
}

#application-canvas {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#application-canvas.fill-mode-NONE {
    margin: auto;
}
#application-canvas.fill-mode-KEEP_ASPECT {
    width: 100%;
    height: auto;
    margin: 0;
}
#application-canvas.fill-mode-FILL_WINDOW {
    width: 100%;
    height: 100%;
    margin: 0;
}

canvas:focus {
    outline: none;
}

/* for 8thwall */
#loadBackground {
    background-color: #101010;
}

#requestingCameraPermissions {
    background-color: #101010;
    color: #f0f0f0;
    display: none;
    visibility:hidden;
}

#requestingCameraIcon {
    /* This changes the image from white to black */
    filter: invert(1);
}


#reloadButton.main-button {
    background-color: #f0f0f0;
    color: #101010;
}

#microphonePermissionsErrorAndroid,
#cameraPermissionsErrorAndroid,
#linkOutViewAndroid,
#copyLinkViewAndroid,
#cameraPermissionsErrorApple,
#microphonePermissionsErrorApple,
#deviceMotionErrorApple,
#motionPermissionsErrorApple,
#cameraSelectionWorldTrackingError {
    background-color: #101010;
    color: #f0f0f0;
    padding: 3vh 5vh;
    font-size: 3.5vh;
}


#error_msg_unknown,
#error_msg_open_in_safari,
#error_unknown_webview,
#error_msg_web_assembly_ios,
#error_msg_web_assembly_android,
#error_msg_android_almost_there
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #101010;
    color: #f0f0f0;
    padding: 3vh 5vw;
    text-align: center;
    font-size: 1.5vh;
    overflow: auto;
}
#error_msg_device
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #101010;
    color: #f0f0f0;
    padding: 2vh 5vw;
    text-align: center;
    overflow: auto;
}

.note-wrap {
    background-color: #5a5b5c;
    text-align: left;
    max-width: 80.0em;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    padding: 0.5em;
    font-size: small;
}

.note-wrap .note {
    display: flex;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.3em;
}

.note-wrap .note span {
    vertical-align: middle;
}
.note-wrap .note span:first-child {
    margin-right: 0.25em;
    white-space:nowrap;
}

