@font-face {
    font-family: Chainprinter;
    src: url(../fonts/chainprinter.woff)
}
@font-face {
    font-family: Swiss721;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/Swiss721Regular.woff2");
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: Swiss721;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/Swiss721Light.woff2");
    font-weight: 100;
}
@font-face {
    font-family: Swiss721;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/Swiss721RegularItalic.woff2");
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: Swiss721;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/Swiss721Medium.woff2");
    font-weight: 300;
}
@font-face {
    font-family: Swiss721;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/Swiss721MediumItalic.woff2");
    font-weight: 300;
    font-style: italic;
} 
@font-face {
    font-family: Swiss721;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/Swiss721Bold.woff2");
    font-weight: 400;
}

@font-face {
    font-family: GaramondCondensed;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/GaramondCondensed.woff2");
    font-weight: 200 normal;
}
@font-face {
    font-family: GaramondCondensed;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/GaramondCondensedLight.woff2");
    font-weight: 100;
}
@font-face {
    font-family: GaramondCondensed;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/GaramondCondensedLightItalic.woff2");
    font-weight: 100;
    font-style: italic;
}
@font-face {
    font-family: GaramondCondensed;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/GaramondCondensedItalic.woff2");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: MDIO;
    src: url("https://d2fhlomc9go8mv.cloudfront.net/static/fonts/MDIO-Regular.woff");
    font-weight: 200 normal;
    font-style: normal;
}

@media (max-width: 800px) {
    html, body {
        overflow-x: hidden;
    }
}
/* Landscape phones and down */
@media (max-width: 480px) {
    html {
        font-size: 90%;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    html {
        font-size: 95%;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    html {
        font-size: 100%;
    }

}

@media (min-width: 980px) and (max-width: 1999px) {
    html {
        font-size: 100%;
    }
}
/* Large desktop */
@media (min-width: 2000px) {
    html {
        font-size: 100%;
    }
}

html, body {
    overflow-x: hidden;
    overflow-y: hidden;
}
a, u {
    text-decoration: none;
    color: black;
}
/* Solid border */
hr.solid {
    border-top: 2px solid #E2DECF;
    margin-top:0rem;
    width: 100%;
    animation: 0.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadeInDelayed;
    z-index: 1;
}

.cntct-copy {
    cursor: pointer;
    height: 1.0rem;
    width: 5rem;
    border: none;
    margin: auto;
    margin-left: 0.5rem;
    margin-top: 0.25rem;
    margin-right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
    padding: 0;
    border-radius: 0.5rem;
}
.cntct-copy p {
    font-family: Swiss721;
    font-weight: 100;
    font-size: 0.85rem;
    line-height: 0.85rem;
    font-style: normal;
    align-self: center;
    padding: 0;
    margin: auto;
}
#dashboard {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    height: 100%;
    max-height: 28rem;
    width: 11rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    z-index: 8;
}
#dashboard-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    max-width: 30rem;
    width: calc(100% - 1rem);
    max-height: 11rem;
    height: 100%;
    margin: auto;
    display: grid;
    grid-template-columns: auto 10rem;
    grid-template-rows: 3rem auto;
    z-index: 8;
}
.dashboard-container-standard {
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    background-color: #F9FFC7;
    outline: 2px solid #e1e7a7;
    color: black;
    height: calc(100% - 2rem);
    max-height: 30rem;
    width: calc(100% - 2rem);
    border-radius: 0.75rem;
    margin: auto;
    margin-right: 1rem;
    margin-top: 1rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    z-index: 9;
}
.dashboard-container-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    background-color: #F9FFC7;
    outline: 2px solid #e1e7a7;
    color: black;
    width: calc(100% - 2rem);
    height: 8rem;
    border-radius: 0.5rem;
    margin: auto;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    z-index: 9;
}
.dashboard-fixed-container {
    min-width: 10rem;
    width: 100%;
    min-height: 14rem;
    max-height: 14rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
}
.dashboard-fixed-compact {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: -1;
    min-width: 10rem;
    width: 100%;
    max-height: 8rem;
    height: 100%;
    margin: auto;
    margin-left: 0rem;
    margin-bottom: 0rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.dashboard-flex-container {
    width: 100%;
    max-width: 10rem;
    height: 100%;
    max-height: 12rem;
    border-radius: 0.5rem;
    display: flex;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    align-items: flex-start;
    background-color: #f0f0f0;
    border: 2px solid #e6e6e6;
}
.dashboard-flex-compact {
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    width: 100%;
    max-width: 10rem;
    max-height: 7rem;
    height: 100%;
    border-radius: 0.25rem;
    margin: auto;
    margin-right: 0rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #f0f0f0;
    border: 2px solid #e6e6e6;
}
#description-block-A {
    width: auto;
    height: fit-content;
}
#description-block-B {
    display: grid;
    width: 100%;
    height: auto;
    border-radius: 1rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
}

.description-download-container {
    background-color: #E5FFFE;
    height: 8rem;
    width: 100%;
    display: flex;
    border-top: 1px solid #C6C6C6;
}
#desscription-header {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 6rem;
    width: 100%;
    min-width: 8rem;
    max-width: 32rem;
    margin-top: 1rem;
    margin-left: 1rem;
    z-index: 8
}
#description-header h2 {
    font-family: Swiss721;
    font-weight: 400;
    margin-top: 1.0rem;
    margin-left: 1.0rem;
    left: 0;
    margin-bottom: 0;
}
#description-header ul {
    margin-top: 0.125rem;
    margin-left: 1.0rem;
    padding-left: 0;
}
#description-header li {
    font-family: Swiss721;
    list-style-type: none;
    font-weight: 200;
    font-size: 1.00rem;
}
/*
Detail Description Component
*/
#description-lod-container {
    width: auto;
    min-width: 16rem;
    height: auto;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 0px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: 8rem 8rem;
    grid-template-rows: 1.5rem auto 1.5rem;
}
#description-lods-left {
    width: 8rem;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    list-style-type: none;
}
#description-lods-right {
    width: 8rem;
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
}
#description-lods-left ul {
    width: 8rem;
    padding-left: 0;
    list-style-type: none;
}
#description-lods-left li {
    margin: 0;
    margin-left: 1rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.0rem;
}
#description-lods-right ul {
    width: 8rem;
    padding-left: 0;
    list-style-type: none;
}
#description-lods-right li {
    margin: 0;
    padding-left: 0;
    margin-right: 1rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.0rem;
    text-align: right;
}
#description-lod-header {
    width: 12rem;
    height: 1.5rem;
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}
#description-lod-footer {
    width: 8rem;
    height: 1.5rem;
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: 4;
}
#description-lod-header p {
    margin: 0.5rem 1rem 0 1rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.5rem;
}
#description-lod-footer p {
    margin: -0.5rem 1rem 0.5rem 1rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1rem;
    line-height: 1.5rem;
    text-align: right;
}
#description-credits-container {
    width: "auto";
    padding: 2rem 1rem 1rem;
}
#description-credits-container p {
    font-family: Swiss721;
    font-weight: 200;
    font-size: 0.85rem;
}
.description-line-break {
    border-bottom: 1px solid #C6C6C6;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 3px;
    width: 32rem;
    margin: 2rem auto 1rem;
}
#description-material-left {
    grid-column-start: 1;
    grid-column-end: 2;
    width: 10rem;
    margin-left: 1rem;
    list-style-type: none;
    font-family: Swiss721;
    font-weight: 300;
    font-size: 1.0rem;
}
#description-material-right {
    width: auto;
    min-width: 10rem;
    max-width: 18rem;
    grid-column-start: 2;
    grid-column-end: -1;
    list-style-type: none;
    margin-right: 1rem;
    margin-left: auto;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    text-align: right;
}
.download-button-container {
    width: 100%;
    height: 6rem;
    margin: auto;
    margin-right: 0rem;
    margin-bottom: 0.75rem;
    border-radius: 0.75rem;
    display: flex;
    background-color: #CBE3E2;
}
#download-button {
    height: 4.0rem;
    width: 11.5rem;
    border-radius: 0.5rem;
    background-color: #97EBFF;
    margin: auto;
    margin-right: 0.25rem;
    margin-bottom: 0rem;
    border: 1px solid #3B6F88;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, auto);
    cursor: pointer;
}
#download-text-top {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    text-align: left;
    margin: auto;
    margin-top: 0.25rem;
    margin-left: 0.25rem;
}
#download-text-bottom {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    text-align: right;
    margin: auto;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}
#download-button p {
    font-family: Swiss721;
    font-weight: 200;
    font-size: 0.75rem;
    color: #3B6F88;
}
.graphic-direction {
    width: 1.25rem;
    height: 1.25rem;
}
.graphic-cf {
    height: 2rem;
    width: 2rem;
    margin-right: 0.5rem;
    margin-left: auto;
}
.graphic-github {
    height: 1.0rem;
    width: 1.0rem;
}

@media (max-height: 960px) {
    .graphic-earth512 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: -1;
        min-height: 384px;
        min-width: 384px;
        height: 384px;
        width: 384px;
        margin: auto;
        margin-right: -5%;
        margin-bottom: 12rem;
        opacity: 100%;
        z-index: 4;
    }
}
@media (min-height: 961px) and (max-height: 1048px) {
    .graphic-earth512 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: -1;
        min-height: 512px;
        min-width: 512px;
        height: 512px;
        width: 512px;
        margin: auto;
        margin-right: -5%;
        margin-bottom: 12rem;
        opacity: 100%;
        z-index: 4;
    }
}
@media (min-height: 1049px) and (max-height: 1240px) {
    .graphic-earth512 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: -1;
        min-height: 512px;
        min-width: 512px;
        height: calc((100vh + 100vw) / 6);
        width: calc((100vh + 100vw) / 6);
        margin: auto;
        margin-right: -5%;
        margin-bottom: 12rem;
        opacity: 100%;
        z-index: 4;
    }
}
@media (min-height: 1241px) {
    .graphic-earth512 {
        grid-column-start: 1;
        grid-column-end: -1;
        grid-row-start: 1;
        grid-row-end: -1;
        min-height: 512px;
        min-width: 512px;
        height: calc((100vh + 100vw) / 6);
        width: calc((100vh + 100vw) / 6);
        margin: auto;
        margin-right: -5%;
        margin-bottom: 12rem;
        opacity: 90%;
        z-index: 4;
    }
}
.graphic-rml {
    height: 3rem;
    width: 3rem;
    margin: auto;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
}
.graphic-rml-header {
    height: 2rem;
    width: 2rem;
    margin-top: 0rem;
}
.nav-link {
    font-family: GaramondCondensed;
    font-style: italic;
    font-weight: 100;
    font-size: 2.5rem;
    margin-bottom: 0rem;
    margin-top: auto;
    -webkit-transition: .6s;
    transition: .6s;
}

.library-cntct-container {
    flex-basis: 12rem;
    flex-grow: 1;
    flex-shrink: 0.5;
    max-width: 32rem;
    width: 100%;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
}
.library-cntct-info {
    height: 3rem;
    min-width: 12rem;
    width: 100%;
}
.library-cntct-module {
    height: 3rem;
    min-width: 12rem;
    max-width: 24rem;
    width: 100%;
    border-radius: 1.0rem;
    margin-left: auto;
    margin-right: 0rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.library-external-container {
    width: 18rem;
    height: 5rem;
    margin-left: auto;
    margin-right: 0.5rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    outline: 1px solid black;
}
.library-external-container h4,
.library-cntct-container h4 {
    margin: auto;
    margin-right: 0.25rem;
    margin-bottom: 0.5rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    text-align: right;
}
.library-external-container h5,
.library-cntct-container h5 {
    margin: auto;
    margin-left: 0.5rem;
    margin-top: 1.0rem;
    font-family: GaramondCondensed;
    font-weight: 100;
    font-size: 1.5rem;
    font-style: italic;
    line-height: 1.5rem;
    color: black;
}
.library-external-container h6,
.library-cntct-container h6 {
    margin: auto;
    margin-right: 0rem;
    margin-left: auto;
    font-family: GaramondCondensed;
    font-weight: 200;
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-decoration: underline;
    color: black;
}
.lib-nav {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    max-width: 20rem;
    max-height: 16rem;
    margin-top: 1rem;
    margin-left: 1.0rem;
    background: white;
    display: flex;
    flex-direction: column;
    border-radius: 1.5rem;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    z-index: 4;
    animation: 0.5s ease 0s normal forwards 1 fadeIn;
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadeIn;
}
.lib-nav-inactive {
    cursor: pointer;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    height: 4rem;
    width: 6rem;
    margin-top: 1rem;
    margin-left: 1.0rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    border-radius: 1.5rem;
    z-index: 4;
    animation: 0.5s ease 0s normal forwards 1 fadeIn;
    -webkit-animation: 0.5s ease 0s normal forwards 1 fadeIn;
}
.lib-nav-inactive p {
    margin: auto;
    color: #B6B5B0;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
}
.lib-nav-actions {
    bottom: 0;
    width: calc(100% - 2rem);
    height: 100%;
    display: flex;
    margin-left: 1.0rem;
    margin-right: 1.0rem;
    flex-direction: row;
    justify-content: space-between;
    grid-template-columns: auto;
    grid-template-rows: auto;
}
.lib-nav-button {
    color: black;
    cursor: pointer;
    border: none;
    padding: 0;
    background: transparent;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
}
.lib-nav-close p {
    cursor: pointer;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    margin-left: 1rem;
    margin-bottom: 1rem;
    margin-top: auto;
}
.nav-category p {
    cursor: pointer;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    margin-bottom: -0.85rem;
    margin-left: 1rem;
    
}
.nav-subcategories {
    margin-bottom: 0rem;
}
.nav-subcategories li {
    cursor: pointer;
    margin-bottom: 0rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    list-style-type: none;
    line-height: 1.1rem;
    margin-left: -0.5rem;
    margin-top: 0rem;
}
body {
    height: 100vh;
    min-height: 20rem;
}
/* ===== Scrollbar CSS ===== */
/* Firefox */
@media (prefers-color-scheme: dark) {
    * {
        scrollbar-width: 8px;
        scrollbar-color: #65676a transparent;
    }
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }
    *::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #808080;
        border-radius: 4px;
    }
    *::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 5px white; 
        background-color: black;
        border-radius: 4px;
    }
    *::-webkit-scrollbar-thumb:hover {
        background-color: rgb(151, 235, 255);
        box-shadow: inset 0 0 5px #808080;
        border-radius: 4px;
    }

}
@media (prefers-color-scheme: light) {
    * {
        scrollbar-width: 8px;
        scrollbar-color: #65676a transparent;
    }
    /* Chrome, Edge, and Safari */
    *::-webkit-scrollbar {
        width: 8px;
    }
    *::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 4px;
    }
    *::-webkit-scrollbar-thumb {
        color: #113745;
        box-shadow: inset 0 0 5px white; 
        background-color: gray;
        border-radius: 4px;
    }
    *::-webkit-scrollbar-thumb:hover {
        background-color: rgb(151, 235, 255);
        box-shadow: inset 0 0 5px black; 
        border-radius: 4px;
    }
}

.ADB4 {
    height: 100%;
    background-color: black;
}
.metrics {
    background-color: transparent;
    font-family: Swiss721;
    font-size: 0.75rem;
    text-align: right;
    position: fixed;
    z-index: 5;
    right: 1rem;
    top: 0;
}
.metrics ul {
    list-style-type: none;
}
.markdown-roger-cntct {
    margin: auto;
    width: 100%;
    flex-basis: 20rem;
    flex-grow: 1;
    flex-shrink: 1;
    max-width: 48rem;
}
.markdown-roger-cntct h4 {
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
}
.markdown-roger-about h4 {
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
}
.markdown-landing-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    min-width: 12rem;
    min-height: 4rem;
    height: auto;
    max-height: 100%;
    margin-left:  auto;
    margin-right: auto;
    padding-top: 0rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    overflow-y: scroll;
    overflow-x: visible;
    outline: 1px solid red;
    animation: 1s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1s ease 0s normal forwards 1 fadeInDelayed;
}
.markdown-content-container img {
    display: block;
    width: 20rem;
    height: auto;
    margin: auto;
}
.markdown-landing {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    width: calc(100% - 8rem);
    min-height: 4rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    overflow-x: visible;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
    z-index: 13;
    color: #dbdbdb;
}
@media (min-width: 1921px) {
    .markdown-landing h6 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 3.1rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h5 {
        max-width: calc(100% - 32rem);
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 3.1rem;
        color: #d0ff61;
        background-color: black;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h4 {
        max-width: calc(100% - 40rem);
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 200;
        font-size: 3.1rem;
        color: #fffb00;
        background-color: #1f1d1c;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing strong {
        cursor: pointer;
        color: white;
        font-family: Swiss721;
        font-style: normal;
        font-weight: 200;
        font-size: 2.2rem;
        align-self: center;
    }
}
@media (min-width: 1681px) and (max-width: 1920px) {
    .markdown-landing h6 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 2.8rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h5 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 2.8rem;
        color: #d0ff61;
        background-color: black;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h4 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 200;
        font-size: 2.8rem;
        color: #fffb00;
        background-color: #1f1d1c;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing strong {
        cursor: pointer;
        color: white;
        font-family: Swiss721;
        font-style: normal;
        font-weight: 200;
        font-size: 1.8rem;
        align-self: center;
    }
}
@media (max-width: 1680px) and (min-width: 1240px) {
    .markdown-landing h6 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 2.4rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h5 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 2.4rem;
        color: #d0ff61;
        background-color: black;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h4 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 200;
        font-size: 2.4rem;
        color: #fffb00;
        background-color: #1f1d1c;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing strong {
        cursor: pointer;
        color: white;
        font-family: Swiss721;
        font-style: normal;
        font-weight: 200;
        font-size: 1.2rem;
        align-self: center;
    }
}
@media (max-width: 1239px) {
    .markdown-landing h6 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 2.4rem;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h5 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 100;
        font-size: 2.4rem;
        color: #d0ff61;
        background-color: black;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing h4 {
        display: inline;
        user-select: none;
        font-family: GaramondCondensed;
        font-style: normal;
        font-weight: 200;
        font-size: 2.4rem;
        color: #fffb00;
        background-color: #1f1d1c;
        margin-bottom: 0;
        margin-top: 0;
    }
    .markdown-landing strong {
        cursor: pointer;
        color: white;
        font-family: Swiss721;
        font-style: normal;
        font-weight: 200;
        font-size: 1.2rem;
        align-self: center;
    }
}
.model-detail-actions {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}
#model-detail-container-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    min-height: 4rem;
    height: 100%;
    max-height: calc(85vw + 14.5rem);
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    scrollbar-width: none;
    background-color: white;
    border-radius: 0 0 1rem 1rem;
    margin-top: 0rem;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    border: 2px solid #C6C6C6;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
    z-index: 6;
}
#model-detail-compact-left {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    max-width: 56rem;
    min-width: 16rem;
    min-height: 16rem;
    max-height: 56rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 9rem;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    -moz-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
}
#model-detail-compact-right {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    max-width: 56rem;
    min-width: 16rem;
    min-height: 16rem;
    max-height: 56rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 5.0rem auto;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    -moz-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
}
#model-detail-compact-outer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 3rem;
    width: 100%;
    max-width: 42rem;
    min-height: 4rem;
    height: 100%;
    max-height: calc(100% - 2rem);
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white;
    border-radius: 1.5rem;
    margin-top: 1.0rem;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
    z-index: 6;
}
#model-detail-standard-outer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    display: flex;
    flex-direction: row;
    width: calc(100% - 2.0rem);
    height: calc(100% - 2.0rem);
    max-width: 72rem;
    min-height: 16rem;
    max-height: 56rem;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: white;
    border-radius: 1.5rem;
    margin: auto;
    margin-top: 1.0rem;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
    z-index: 6;
}
.model-detail-standard-inner {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    max-width: 72rem;
    min-height: 16rem;
    max-height: 56rem;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
    z-index: 7
}
#model-detail-standard-left {
    flex-grow: 1;
    flex-shrink: 0.5;
    flex-basis: 16rem;
    width: 100%;
    height: 100%;
    min-width: 16rem;
    min-height: 16rem;
    max-height: 56rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    -moz-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
}
#model-detail-standard-right {
    flex-shrink: 1.5;
    flex-grow: 1;
    flex-basis: 16rem;
    width: auto;
    height: calc(100% - 1rem);
    margin-right: 0.25rem;
    max-width: 36rem;
    min-width: 16rem;
    min-height: 16rem;
    max-height: 56rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 6rem auto 8rem;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    -moz-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
}
.roger-about-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
    scrollbar-width: none;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
}
.roger-changelog-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 100%;
    outline: 2px solid red;
    overflow-y: scroll;
    overflow-x: visible;
    scrollbar-width: none;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
    animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.roger-cntct-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 100%;
    overflow-y: scroll;
    overflow-x: visible;
    scrollbar-width: none;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    column-gap: 1rem;
    flex-wrap: wrap;
    animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
}
.roger-header-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 4rem;
    width: calc(100% - 2rem);
    margin-top: 0.5rem;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: 4rem auto 10rem;
    grid-template-rows: auto;
    z-index: 3;
}
.roger-header-container a {
    font-family: Swiss721;
    font-weight: 200;
    font-style: normal;
}
.roger-header-nav-container {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: -1;
    width: 100%;
    height: 4rem;
    display: flex;
    flex-direction: row;
    column-gap: 0.25rem;
}
.roger-header-nav-link {
    margin-top: 1rem;
    margin-left: 0.5rem;
    font-family: Swiss721;
    font-size: 1.0rem;
}
.roger-header-logo {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: -1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    transition: all 1s ease;
}
/*
total height of web + lib header is 4.3rem
*/
#web-color-toggle-container {
    grid-column-start: 3;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    height: 1.875rem;
    width: 10rem;
    margin-top: 0.125rem;
    margin-right: 2.0rem;
    margin-left: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}
#web-color-toggle-background {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    width: 8rem;
    height: 1.5rem;
    margin-right: 0rem;
    margin-left: auto;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: row;
    z-index: 4;
}
#web-color-toggle-info {
    margin: auto;
    margin-left: 0.125rem;
    margin-right: 0.25rem;
    width: calc(100% - 0.5rem);
    height: 1.25rem;
    border-radius: 0.75rem;
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    background-color: black;
}
#web-color-toggle-info h4 {
    font-family: Swiss721;
    font-weight: 200;
    font-size: 0.75rem;
}
.web-color-toggle-switch {
    min-width: 2.25rem;
    width: 2.25rem;
    height: 1.25rem;
    border-radius: 0.75rem;
    margin-right: 0.125rem;
    margin-left: auto;
    margin-top: 0.125rem;
    margin-bottom: auto;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    z-index: 9;
}
.web-color-toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 7;
}
.web-color-slider {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    height: 1.0rem;
    width: 1.0rem;
    margin-top: 0.125rem;
    margin-bottom: auto;
    cursor: pointer;
    border-radius: 0.6rem;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 11;
}
.web-color-slider:before {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    height: 1.0rem;
    width: 1.0rem;
    margin-top: 0.125rem;
    margin-bottom: auto;
    border-radius: 0.5rem;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 11;
}
input:checked + .web-color-slider {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background-color: white;
    z-index: 11;
}
input:focus + .web-color-slider {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: 0 0 1px #FFE800;
    z-index: 11;
}
input:checked + .web-color-slider:before {
    -webkit-transform: translateX(-1.0rem);
    -ms-transform: translateX(-1.0rem);
    transform: translateX(-1.0rem);
    z-index: 11;
}
/* Rounded sliders */
.web-color-slider.round {
    cursor: pointer;
    background-color: white;
    border-radius: 34px;
    z-index: 11;
}
.web-color-slider.round:before {
    background-color: white;
    border-radius: 50%;
    z-index: 11;
}
.web-color-toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 7;
}
.web-header-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 2rem;
    width: 100%;
    padding-top: 0.5rem;
    padding-left: 1rem;
    column-gap: 0.35rem;
    display: flex;
    flex-direction: row;
    z-index: 3;
}
.web-header-container a {
    font-family: Swiss721;
    font-weight: 200;
    font-style: normal;
}
.footer-elements-container {
    position: relative;
    bottom: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
}
.lib-header {
    height: 2.5rem;
    font-size: 2rem;
    letter-spacing: -0.075rem;
    margin-left: 0rem;
    margin-right: 0rem;
    margin-top: 0rem;
    display: flex;
    flex-direction: column;
}
.lib-header a {
    font: GaramondCondensed;
    animation: 1s ease 0s normal forwards 1 fadeInLeft;
    -webkit-animation: 1s ease 0s normal forwards 1 fadeInLeft;
}
.led-flex {
    height: 1.5rem;
    width: 2.5rem;
    margin: auto;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.led-bar {
    width: 100%;
    height: 0.25rem;
    border-radius: 0.0625rem;
    background-color: black;
}
.root-container-inner {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 6rem;
    margin-top: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    min-width: 6rem;
    width: auto;
    max-width: 100%;
    min-height: 8rem;
    height: 100%;
    overflow-y: visible;
    overflow-x: visible;
    z-index: 2;
    -webkit-transition: all 1s ease 0s normal forwards 1 fadeInDelayed;
    -moz-transition: all 1s ease 0s normal forwards 1 fadeInDelayed;
    transition: all 1s ease 0s normal forwards 1 fadeInDelayed;
}

.landing-footer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    width: calc(100% - 2rem);
    height: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    margin: auto;
    margin-left: 0rem;
    margin-top: 0rem;
    display: flex;
    flex-direction: row;
    column-gap: 1.0rem;
    justify-content: space-between;
    z-index: 8;
}
.landing-footer h4 {
    margin-top: 0rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
}

.root-nav-header-flex {
    margin: auto;
    min-width: 8rem;
    width: calc(100% - 1rem);
    height: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}
#root-nav-desktop-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    height: 4rem;
    max-height: 100%;
    outline: 2px solid #696969;
    background-color: #cccccc;
    display: flex;
    flex-direction: row;
}
#root-nav-desktop-container h2 {
    margin: auto;
    margin-left: 1.0rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.5rem;
    color: black;
}
#root-nav-desktop-container h3 {
    margin: auto;
    margin-right: 0.5rem;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    color: black;
}
.root-nav-desktop-external {
    min-width: 20rem;
    max-width: 42rem;
    border-radius: 1.0rem;
    width: 100%;
    height: 8.5rem;
    color: white;
    margin-left: 0rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 4;
}

.root-nav-desktop-link {
    min-width: 8rem;
    max-width: 14rem;
    width: calc(100% - 1rem);
    height: 2.5rem;
    margin: auto;
    margin-right: 1.5rem;
    color: white;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    z-index: 4;
    outline: 1px solid black;
    background-color: #e5ff00;
}
.model-detail-toggle-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    border: none;
    height: 3rem;
    margin-bottom: 0rem;
    margin-top: auto;
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
}
.model-detail-toggle-container-inner {
    cursor: pointer;
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    height: 2.5rem;
    width: calc(100% - 0.5rem);
    border-radius: 1.25rem;
    margin: auto;
    margin-bottom: 0.25rem;
    display: flex;
    flex-direction: column;
}
.model-detail-toggle-container-inner p {
    font-family: Swiss721;
    font-weight: 300;
    font-size: 1.25rem;
    margin: auto;
}
body:not(.loaded) #model-image img {
    display: none;
}
#model-image {
    width: calc(100% - 3rem);
    max-width: 512px;
    height: auto;
    border-radius: 4rem;
}
.model-view-header {
    height: 5rem;
    margin: auto;
    margin-top: 0rem;
    margin-left: 0rem;
}
.model-view-header-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 5rem;
    width: calc(100% - 7rem);
    margin: auto;
    margin-top: 0.75rem;
    margin-left: 1rem;
    margin-right: 1rem;
}
.model-view-header h2 {
    font-family: GaramondCondensed;
    font-weight: 400;
    font-size: 2.2rem;
    font-style: italic;
    margin-top: 0.25rem;
    margin-left: 0rem;
    margin-bottom: 0;
}
.model-view-header-compact h2 {
    font-family: GaramondCondensed;
    font-weight: 400;
    font-size: 1.6rem;
    font-style: italic;
    margin-top: 0.25rem;
    margin-left: 0rem;
    margin-bottom: 0;
}
.model-view-header ul,
.model-view-header-compact ul {
    margin-top: 0.125rem;
    margin-left: 0rem;
    padding-left: 0;
}
.model-view-header li {
    font-family: Swiss721;
    list-style-type: none;
    font-weight: 200;
    font-size: 1.0rem;
}
.model-view-header-compact li {
    font-family: Swiss721;
    list-style-type: none;
    font-weight: 200;
    font-size: 0.8rem;
}
.model-view-loading {
    max-width: 54rem;
    width: 32rem;
    max-height: 12rem;
    height: 100%;
}
.model-view-loading p {
    text-align: center;
    font-family: MDIO;
    font-size: 1.0rem;
    line-height: 2.0rem;
    font-weight: 300;
}
.model-view-statistics {
    width: 9.0rem;
    height: 4.0rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0.1875rem;
    margin-right: 0rem;
}
.model-view-statistics p {
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-right: 0rem;
    margin-left: auto;
    font-size: 1.0rem;
    font-family: Swiss721;
    font-weight: 200;
}
.model-view-reset-button,
.model-view-rotate-button,
.model-toggle-description-button {
    border: none;
    cursor: pointer;
    box-shadow: rgb(207, 207, 207) 3px 3px 6px 0px inset, rgb(206, 206, 206) -3px -3px 6px 1px inset;
    outline: 1px solid #b5b5b5;
}
.model-view-reset-button:hover,
.model-view-rotate-button:hover {
    background-color: rgb(151, 235, 255);
    box-shadow: inset 0 0 5px #e8e8e8;
}
.model-view-reset-button p,
.model-view-rotate-button p,
.model-toggle-description-button p {
    margin: auto;
    font-family: Swiss721;
    font-size: 1.0rem;
    line-height: 1.0rem;
    font-weight: 200;
}
.model-view-reset-button {
    margin-bottom: 0.1875rem;
    margin-left: 0.25rem;
    margin-right: 1.0rem;
    width: 8rem;
    height: 1.5rem;
    border-radius: 0.75rem;
}
.model-view-rotate-button {
    margin-bottom: 0.1875rem;
    margin-left: 0.25rem;
    width: 12rem;
    height: 1.5rem;
    border-radius: 0.75rem;
}
.model-toggle-description-button {
    margin-top: 0.1875rem;
    margin-right: 0rem;
    margin-left: auto;
    width: 12rem;
    height: 1.5rem;
    border-radius: 0.75rem;
}
#model-view-standard {
    width: 100%;
    height: 100%;
    min-width: 16rem;
    min-height: 16rem;
    max-width: 72rem;
    max-height: 56rem;
    margin: auto;
    display: grid;
    grid-template-columns: auto 14rem;
    grid-template-rows: 4rem auto 8rem;
    -webkit-transition: 1s ease 0s normal forwards 1 fadeIn;
    -moz-transition: 1s ease 0s normal forwards 1 fadeIn;
    transition: 1s ease 0s normal forwards 1 fadeIn;
}
#model-view-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto 9rem;
    margin: auto;
}
.model-view-information {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    border-radius: 0.75rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    z-index: 8;
}
.model-view-description {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 3;
    grid-row-end: -1;
    max-width: calc(100% - 2rem);
    width: calc(100% - 2rem);
    height: 100%;
    max-height: 7rem;
    border-radius: 0.75rem;
    margin: auto;
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    z-index: 8;
}
.model-view-description-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    width: 100%;
    height: calc(100% - 1rem);
    overflow-y: scroll;
    overflow-x: hidden;
    border-radius: 0.75rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    z-index: 7;
}
.description-content {
    display: flex;
    flex-direction: row;
    column-gap: 1rem;
    width: calc(100% - 1rem);
    height: calc(100% - 1rem);
    max-width: 54rem;
    margin: auto;
    margin-top: 1rem;
    justify-content: flex-start;
}
.description-content-compact {
    display: flex;
    flex-direction: column;
    column-gap: 1rem;
    width: 100%;
    height: calc(100% - 1rem);
    margin: auto;
    margin-top: 1rem;
    justify-content: flex-start;
}
.description-content-compact p {
    font-family: GaramondCondensed;
    font-weight: 200;
    font-style: italic;
    font-size: 1.2rem;
    margin: 1rem 2rem 1rem;
}
.description-left p {
    margin-top: 0rem;
    font-family: GaramondCondensed;
    font-style: italic;
    font-size: 1.0rem;
    font-weight: 200;
}
.description-right p {
    margin-top: 0rem;
    font-family: Swiss721;
    font-size: 0.75rem;
    font-weight: 200;
}
.description-left {
    width: 60%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.description-right {
    width: 40%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.model-view-module-standard {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    min-height: 8rem;
    min-width: 8rem;
    width: calc(100% - 0.5rem);
    height: calc(100% - 1rem);
    border-radius: 1.0rem;
    margin: auto;
    margin-left: 0.5rem;
    overflow: hidden;
    animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    z-index: 8;
}
.model-view-module-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    min-height: 8rem;
    min-width: 8rem;
    width: calc(100% - 0.5rem);
    height: calc(100% - 1rem);
    border-radius: 1.0rem;
    margin: auto;
    animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    z-index: 8;
}
.model-view-exit {
    grid-column-start: 2;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    min-height: 2rem;
    min-width: 8rem;
    width: calc(100% - 2rem);
    height: 3rem;
    margin: auto;
    margin-top: 0.75rem;
    display: flex;
    flex-direction: row;
    column-gap: 0.25rem;
    justify-content: flex-end;
    z-index: 9;
}
.model-view-exit-compact {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    min-height: 2rem;
    min-width: 8rem;
    width: calc(100% - 2rem);
    height: 3rem;
    margin: auto;
    margin-top: 0.75rem;
    margin-right: 0.75rem;
    display: flex;
    flex-direction: row;
    column-gap: 0.25rem;
    justify-content: flex-end;
    z-index: 9;
}
.model-view-controller {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    min-height: 2rem;
    min-width: 8rem;
    width: calc(100% - 2rem);
    height: 3rem;
    margin: auto;
    margin-bottom: 0.75rem;
    display: flex;
    flex-direction: row;
    column-gap: 0.25rem;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 10;
}
.model-view-reset-button {
    cursor: pointer;
    z-index: 10;
}
.model-view-menu {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    height: 10rem;
    width: calc(100% - 1rem);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border-radius: 0.5rem;
    margin: auto;
    margin-bottom: 0.5rem;
    outline: 1px solid white;
    z-index: 8;
}
.model-view-lod-container {
    grid-column-start: 5;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    max-width: 8rem;
    background-color: red;
}
.model-info p {
    font-family: Swiss721;
    font-size: 1.0rem;
    padding-left: 1vw;
    padding-right: 2vw;
}
.model-header h2 {
    margin-top: 0.5rem;
    font-family: Swiss721;
    font-weight: 100;
    font-size: 1.5rem;
}
.model-header p {
    margin-top: 0.75rem;
    font-family: Swiss721;
    font-size: 1.25rem;
}
#model-gallery-container-outer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1rem auto;
    min-width: 6rem;
    width: auto;
    min-height: 4rem;
    height: calc(100% - 1rem);
    margin-top: 0rem;
    margin-left: 1rem;
    margin-right: 1rem;
    z-index: 2;
}
#model-gallery-grid {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    min-width: 22rem;
    max-width: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    margin-top: 0rem;
    overflow-y: scroll;
    overflow-x: hidden;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    z-index: 3;
}
#model-gallery-list {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end:-1;
    width: auto;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, 20rem);
    grid-template-rows: auto 3rem;
}
#model-gallery-flex {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 4;
    animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 1.5s ease 0s normal forwards 1 fadeInDelayed;
}
#model-gallery-end {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end:-1;
    width: 100%;
    height: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    margin-bottom: 4rem;
}
#model-gallery-end p {
    color: #959595;
    margin: 0;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1rem;
}
.exit-button-container {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end:-1;
    display: flex;
    border-radius: 0.875rem;
    text-align: center;
    cursor: pointer;
    width: 5.25rem;
    height: 2.25rem;
    background-color: #eb3d1a;
    z-index: 10;
}
.exit-button {
    display: flex;
    margin: auto;
    margin-top: 0.0625rem;
    border-radius: 0.75rem;
    text-align: center;
    cursor: pointer;
    width: 5.0rem;
    height: 1.5rem;
    background-color: #eb3d1a;
    border: 1px solid #f25b1f;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 2px 2px, rgba(9, 30, 66, 0.13) 0px 0px 2px 2px;
    z-index: 10;
}
.exit-button p {
    margin: auto;
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    line-height: 1.5rem;
}
.view-parameters li {
    list-style-type: none;
    font-family: Swiss721;
}
#lod-selector h3 {
    font-size: 0.7rem;
}
/* Toggle Switch */
.toggle-switch {
    position: relative;
    display: inline-block;
    margin-left: 0.125rem;
    width: 2.25rem;
    height: 1.25rem;
    border-radius: 0.75rem;
    z-index: 10;
}
.toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
    z-index: 7;
}
.wireframe-selector-outer {
    min-width: 6rem;
    height: 2rem;
    width: 100%;
    margin-left: 0rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    z-index: 8;
}
.wireframe-selector-inner {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: -1;
    height: 1.5rem;
    width: 9.5rem;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    margin: auto;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
    margin-left: 0.25rem;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    column-gap: 0.5rem;
    z-index: 9;
}
#shading-selector {
    min-width: 4rem;
    max-width: 8.5rem;
    max-height: 6rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    z-index: 9;
}
#material-selector {
    min-width: 4rem;
    max-width: 8.5rem;
    height: 100%;
    max-height: 4rem;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 9;

}
#lod-selector {
    max-height: 7.5rem;
    height: calc(100% - 1rem);
    width: calc(100% - 1rem);
    margin: auto;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 0rem;
    z-index: 9;
}
#lod-selector-compact {
    max-height: 4rem;
    height: 100%;
    max-width: 9rem;
    width: 100%;
    margin: auto;
    margin-top: 0.25rem;
    margin-left: 0.5rem;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: 1rem auto;
    z-index: 9;
}
#lod-selector-compact p {
    height: 1.2rem;
    margin: auto;
    margin-top: 0rem;
    margin-bottom: 0rem;
    font-size: 0.85rem;
    font-family: Swiss721;
    font-weight: 300;
}
#lod-selector-compact-interface {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: -1;
    height: 2.5rem;
    width: 100%;
    border-radius: 1.25rem;
    margin: auto;
    background-color:#cfcfcf;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 0.25rem;
    outline: 1px solid #adadad;
}
#lod-selector-compact-display {
    width: 4.0rem;
    height: 2.0rem;
    border-radius: 1.0rem;
    background-color:#adadad;
    display: flex;
    flex-direction: row;
}
#lod-selector-compact-display p {
    font-family: Swiss721;
    font-weight: 300;
    font-size: 1.0rem;
    line-height: 1.0rem;
    margin: auto;
}
#lod-selector-compact-button {
    width: 2.0rem;
    height: 2.0rem;
    border-radius: 1.0rem;
    border: none;

}
.color-selector-header {
    height: 1.2rem;
    margin-left: 0.5rem;
    margin-bottom: 0rem;
    margin-top: 0.25rem;
    font-size: 0.85rem;
    font-family: Swiss721;
    font-weight: 300;
}
#color-selector-container {
    width: calc(100% - 1.0rem);
    height: 4.5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    z-index: 9;
}
#color-selector-amber {
    background-color: darkorange;
}
.color-selector-outer {
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.625rem;
    background-color: #d9d9d9;
    display: flex;
    flex-direction: row;
    border: none;
}
.color-selector-flex {
    height: 1.25rem;
    display: flex;
    flex-direction: row;
    column-gap: 0.06125rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0rem;
    margin-bottom: 0rem;
    margin-left: 0.5rem;
}
.selector-button {
    width: auto;
    height: 1.25rem;
    color: #7C4E00;
    border: none;
    border-radius: 0.625rem;
    margin: 0;
    margin-left: 0rem;
    margin-right: auto;
    padding: 0;
    display: grid;
    cursor: pointer;
    z-index: 10;
}
.selector-button p {
    font-family: Swiss721;
    font-weight: 200;
    font-size: 1.0rem;
    text-align: right;
    line-height: 0.8rem;
    margin: auto;
    margin-left: 0.5rem;
}
.selector-flex {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0rem;
}
.selector-flex-dynamic {
    max-height: 5rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0rem;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.6rem;
    background-color: black;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 10;
}
.slider:before {
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    position: absolute;
    content: "";
    height: 1.0rem;
    width: 1.0rem;
    border-radius: 0.5rem;
    top: 0.125rem;
    left: 0.125rem;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 11;
}
input:checked + .slider {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    background-color: #FFE800;
    z-index: 9;
}
input:focus + .slider {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
    box-shadow: 0 0 1px #FFE800;
    z-index: 9;
}
input:checked + .slider:before {
    -webkit-transform: translateX(1.0rem);
    -ms-transform: translateX(1.0rem);
    transform: translateX(1.0rem);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    z-index: 11;
}
.slider.round:before {
    border-radius: 50%;
    z-index: 11;
}
.marquee {
    font-family: Swiss721;
    font-size: 0.8rem;
    width: 18rem;
    white-space: nowrap;
    overflow: hidden;
    outline: 1px dashed blue;
    margin-left: 0;
}
.marquee span {
    display: inline-block;
    animation: marquee 12s linear infinite;
}

.marquee2 span {
    animation-delay: 0s;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-100%, 0);
    }
}

#root {
    display: block;
    height: 100vh;
    max-height: 100dvh;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
    z-index: 1;
}
.item img {
    width: auto;
    max-height: 100%;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}
#toggle-color {
    user-select: none;
    position: fixed;
    top:0;
    right: 4rem;
}
#toggle-color p {
    user-select: none;
    font-family: Swiss721;
    cursor: pointer;
}
#standard-header {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
    height: 2px;
    margin-top: 0rem;
    margin-left: 0rem;
    margin-right: 0rem;
    z-index: 6;
    animation: 1s ease 0s normal forwards 1 fadeIn;
    -webkit-animation: 1s ease 0s normal forwards 1 fadeIn;
}
.quote-container-outer {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 1;
    grid-row-end: 2;
    min-width: 12rem;
    width: 100%;
    min-height: 4rem;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.quote-content-container {
    min-width: 12rem;
    width: 100%;
    min-height: 4rem;
    height: auto;
    margin: auto;
    border-radius: 1rem;
    animation: 3s ease 0s normal forwards 1 fadeInLeftDelayed;
    -webkit-animation: 3s ease 0s normal forwards 1 fadeInLeftDelayed;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.quote-content-container p {
    font-family: GaramondCondensed;
    font-weight: 100;
    font-style: italic;
    text-align: left;

}
#quote-refresh {
    margin-top: 1rem;
    margin-right: 0rem;
    padding-top: 0;
    height: 2rem;
    border: none;
    color: black;
    background: transparent;
    width: auto;
    animation: 2s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 2s ease 0s normal forwards 1 fadeInDelayed;
}
#quote-refresh span {
    align-self: flex-start;
}
#quote-refresh p {
    text-align: right;
    font-family: Swiss721;
    font-weight: normal;
    font-size: 1rem;
}
#quote-info {
    margin-left: 0rem;
    margin-bottom: 1rem;
    height: 2rem;
    width: auto;
    animation: 2s ease 0s normal forwards 1 fadeInDelayed;
    -webkit-animation: 2s ease 0s normal forwards 1 fadeInDelayed;
}
#quote-info span {
    align-self: flex-end;
}
#quote-refresh p {
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Swiss721;
    font-weight: 100;
    font-size: 1rem;
}
#quote-info p {
    user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0;
    font-family: Swiss721;
    font-weight: 100;
    font-size: 1rem;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes fadeInDelayed {
    0% {
        opacity: 0;
    }
    33% {
        opacity: 0;
    }
    100% {
        opacity: 1;
        visibility: visible;
    }
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInLeftX {
    0% {
        opacity: 0;
        transform: translateX(-4rem);
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeInLeftDelayed {
    0% {
        opacity: 0;
        
    }
    33% {
        opacity: 0;
        transform: translateX(-1rem);
    }
    100% {
        opacity: 1;
    }
}