@font-face {
    font-family: Questrial;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
    font-variant: normal;
    font-feature-settings: normal;
    src: url(https://fonts.gstatic.com/s/questrial/v11/QdVUSTchPBm7nuUeVf70viFl.woff2);
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

body {
    background-color: rgb(64, 64, 64);
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
	color: rgb(32, 32, 32);
    line-height: 1.5;
}

p {
    margin-top: 0;
}

text, .white, .white-t, .black, .black-t, .black-t-x, .transparent, .g1, .g2, .truth, .controls-button {
    cursor: pointer;
}

text {
    font-family: Questrial;
    font-size: 19px;
    text-anchor: middle;
}

img {
    margin-bottom: 5px;
    vertical-align: middle;
}

.content {
    justify-content: center;
    align-items: center;
    width: 100%;
    background-image: url('svg/bg.svg');
    background-size: max(calc(24px + 4.8vh), 64px);
    background-position: center;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.svg {
    width: 100vw;
    height: 100vh;
    min-width: 320px;
    min-height: 320px;
}

.truth {
    stroke: url(#g0);
    stroke-width: 7px;
}

.center-alert, .info-parent, .controls, .scroll-right {
    -moz-background-clip:    padding;
    -webkit-background-clip: padding-box;
    background-clip:         padding-box;
}

.center-alert {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgb(32, 32, 32);
    width: 352px;
}

.js-alert {
    height: 282px;
}

.browser-alert {
    height: 476px;
}

.css-table {
    display: table;
    border-collapse: separate;
    border-spacing: 30px;
}

.css-caption {
    display: table-caption;
    margin-top: 30px;
}

.css-tr {
    display: table-row;
}

.css-td {
    display: table-cell;
    vertical-align: top;
    min-width: 70px;
}

.browser {
    line-height: 1.8em;
}

.browser-svg {
    width: 50px;
    height: 50px;
}

.info-parent, .controls, .scroll-right {
    position: fixed;
    display: table;
    background-color: rgba(0, 0, 0, 0.4);
}

.info-parent {
    width: 60vw;
    min-width: 120vh;
    min-height: max(calc(12px + 2.4vh), 32px);
    padding-left: max(calc(24px + 4.8vh), 64px);
    padding-right: max(calc(24px + 4.8vh), 64px);
    padding-top: max(calc(4px + 0.5vh), 8px);
    padding-bottom: max(calc(4px + 0.5vh), 8px);
}

.class-info, .controls {
    border-bottom-right-radius: max(calc(12px + 2.4vh), 32px);
}
.link-info, .controls {
    border-top-right-radius: max(calc(12px + 2.4vh), 32px);
}

.class-info, .scroll-right {
    border-bottom-left-radius: max(calc(12px + 2.4vh), 32px);
}
.link-info, .scroll-right {
    border-top-left-radius: max(calc(12px + 2.4vh), 32px);
}

.class-info {
    top: 0px;
    border-bottom: max(0.1vh, 1px) solid rgb(0, 0, 0);
}

.link-info {
    bottom: 0px;
    border-top: max(0.1vh, 1px) solid rgb(0, 0, 0);
}

.controls, .scroll-right {
    border-top: max(0.1vh, 1px) solid rgb(0, 0, 0);
    border-bottom: max(0.1vh, 1px) solid rgb(0, 0, 0);
    padding: max(calc(2px + 1.2vh), 12px);
}

.controls {
    top: unset;
    bottom: 8vh;
    left: 0px;
    border-right: max(0.1vh, 1px) solid rgb(0, 0, 0);
}

.scroll-right {
    bottom: 16vh;
    right: 0px;
    border-left: max(0.1vh, 1px) solid rgb(0, 0, 0);
}

.controls-row {
    display: table-row;
}

.gen-info, .controls-button-group, .controls-heading, .hline {
    display: table-cell;
}

.gen-info, .controls-heading, .hline {
    line-height: normal;
}

.controls-button-group {
    line-height: 0px;
}

.gen-info {
    font-family: Questrial;
    font-size: max(calc(4px + 1vh), 12px);
    font-weight: 400;
    vertical-align: middle;
    color: rgb(255, 255, 255);
}

.controls-button-group, .controls-heading, .hline {
    padding: max(calc(2px + 0.6vh), 7px);
}

.controls-heading {
    padding-top: max(calc(2px + 0.4vh), 5px);
    padding-bottom: max(calc(2px + 0.4vh), 5px);
}

.controls-svg {
    width: max(calc(20px + 5vh), 60px);
    border: 1px solid transparent;
}

.hline {
    padding-top: max(calc(2px + 1.2vh), 12px);
    padding-bottom: max(calc(2px + 1.2vh), 12px);
}

.white-line {
    width: 100%;
    height: max(0.2vh, 2px);
    border: 0px;
    margin: 0px;
    background-color: rgb(255, 255, 255);
}

.controls-button, .transparent-button {
    stroke-width: 10px;
}

.controls-button, .transparent-button {
    stroke: rgb(255, 255, 255);
}

.transparent-button {
    fill: rgba(0, 0, 0, 0.25);
}

.off {
    stroke: rgb(191, 191, 191);
    cursor: default;
}

.button-label {
    stroke-width: 0px;
    font-size: 98px;
}

.white, .truth {
    fill: rgb(255, 255, 255);
}

.white-t {
    fill: rgba(255, 255, 255, 0.25);
}

.black, .button-label {
    fill: rgb(0, 0, 0);
}

.black-t, .black-t-x {
    fill: rgba(0, 0, 0, 0.333333);
}

.grey, .controls-button {
    fill: rgb(191, 191, 191);
}

.grey {
    stroke: rgb(127, 127, 127);
}

.dark-grey {
    fill: rgb(127, 127, 127);
}

.transparent {
    fill: transparent;
}

.stop03 {
    stop-color: rgb(84, 84, 84);
}

.stop06 {
    stop-color: rgb(171, 171, 171);
}

.g1 {
    fill: url(#g1);
}

.g2 {
    fill: url(#g2);
}

.space {
    white-space: pre;
}

.ie, .touch, .home, .content, .scroll-right, .browser-alert, .landscape {
    display: none;
}

@media only screen and (hover: none), (pointer: coarse), (max-device-width: 1020px) {
    .mouse {
        display: none;
    }
    .touch {
        display: table-cell;
    }
}

@media only screen and (max-aspect-ratio: 6 / 5) {
    .info-parent {
        width: 100%;
        min-width: unset;
    }
}

@media only screen and (max-width: 700px) and (max-height: 600px) and (min-aspect-ratio: 4 / 5), (max-height: 360px) {
    .scroll {
        display: none;
    }
    .scroll-right {
        display: table;
    }
    .controls {
        bottom: 16vh;
    }
}

@media only screen and (max-aspect-ratio: 10 / 9) {
    .scroll {
        display: none;
    }
}

@media only screen and (min-width: 590px) {
    .portrait {
        display: none;
    }
    .landscape {
        display: table;
    }
    .center-alert {
        padding: 10px;
        width: 582px;
    }
    .js-alert {
        height: 132px;
    }
    .browser-alert {
        height: 256px;
    }
    .css-table {
        border-spacing: 20px;
    }
    .css-caption {
        margin-top: 20px;
    }
}