:root {
    --font-size: 1.3rem;
}

html {
    
    /* MOST IMPORTANT PARAMETER TO SCALE THE ENTIRE UI */
    font-size: 62.5%;
    
    /* Reset default browser styles */
    min-height: 100%;
    box-sizing: border-box;
    overscroll-behavior-y: none;
}

/* STRIPES */
.stripe-content {
    font-family: monospace;
    color: #5e709d;
    font-size: var(--font-size);
    border-radius: 0.5vw;
    margin: 2vw;
    padding: 1.5vw;
    box-shadow: 0 0 1.6rem #cccccc;
    background: #ebf4fd;
    background: linear-gradient(190deg,#ebf4fd,hsla(0,0%,100%,0) 45%);
}

.stripe-title {
    font-family: Content-font, Roboto, sans-serif;
    font-size: 3vw;
    font-weight: 900;
    color: #00aaee;
    text-align: center;
    width: 100%;
}

/* CODE */
code, .code-sample {
    display: block;
    font-size: var(--font-size);
    font-family: monospace;
    color: #2C3E50;
    background: #f3f5f7;
    box-shadow: 0 0 2rem #dddddd;
    
    margin: 1vw 1vw 1vw 2vw;
    padding: 1vw;

    border-style: solid;
    border-width: 0 0 0 0.8rem;
    border-color: #7112FC;
    user-select: text;
}

.code-feature {
    font-family: monospace;
    color: #ffffff;
    font-size: var(--font-size);
    padding: 2vw;
}

.code-help {
    color: #00aaee;
    font-weight: bold;
    cursor: pointer;
}

.code-tip {
    font-size: var(--font-size);
}


li {
    line-height: 1.625;
}

/* DEMO PANEL */
#dumb-text {
    font-size: var(--font-size);
    background-color: #f0f0f0;
    margin: 1vw;
    padding: 2vw;
    border-radius: 1.6rem;
}

/* SHOW CASE */
.showcase-margin {
    width: 0.4rem;
    min-width: 0.4rem;
    margin: 0 3.2rem 1rem 3.2rem;
    background: #8aa2c8;
    background: #7112FC;
    background: #00aaee;
}

.showcase-title {
    color: #8aa2c8;
    color: #7112FC;
    color: #00aaee;
    font-family: Content-font, Roboto, sans-serif;
    font-size: 5rem;
    font-weight: 900;
    padding-top: 2rem;
}

.showcase-description {
    margin: 1vw 1vw 1vw 1vw;
    padding: 1.5vw;
    word-wrap: break-word;
    
    font-family: Content-font, Roboto, sans-serif;
    font-size: var(--font-size);
    font-weight: 400;
    line-height: 1.625;
    border-radius: 0.5vw;
    box-shadow: 0 0 3.2rem #f0f0f0;
}

.showcase-example {
    display: inline-block;
    border-radius: 0.5vw;
    margin: 1vw 1vw 1vw 1vw;
    padding: 1.5vw;
    box-shadow: 0 0 2rem #f0f0f0;
}

/* NAVIGATION PANEL */
.navigation-panel {
    height: 100%;
    background: #f3f5f7;
    border-width: 0 0.1rem 0 0;
    border-color: #8aa2c8;
    border-style: solid;
}

.navigation-title {
    font-size: 2.4rem;
    color: #00aaee;
    margin-left: 1rem;
}

/* STORE */
.buy-options {
    font-family: Content-font, Roboto, sans-serif;
    font-size: var(--font-size);
    font-weight: 400;
    line-height: 1.625;
    border-radius: 0.5vw;
    box-shadow: 0 0 3.2rem #dddddd;
}

.buy-options {
    font-family: Content-font, Roboto, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    border-radius: 0.5vw;
    box-shadow: 0 0 3.2rem #dddddd;
}
#topbar {
    background-color: #f3f5f7;
    border-color: #dddddd;
    border-width: 0px 0px 1px 0px;
    border-style: solid
}
#landing-hero {
    color: #ffffff;
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(50,9,121,1) 35%, rgba(0,212,255,1) 100%);
    box-shadow: 10px 10px 50px #110044;
}

.home-title {
    text-align: center;
    font-family: Content-font, Roboto, sans-serif;
    font-size: 64px;
    font-weight: 900;
    text-shadow: 0px 1px 1px #000000;
}

.home-pitchline {
    font-family: Content-font, Roboto, sans-serif;
    text-align: center;
    font-family: monospace;
    font-size: 24px;
    font-weight: 900;
}

.home-version {
    font-family: Content-font, Roboto, sans-serif;
    text-align: center;
    font-family: monospace;
    font-size: 1vh;
    font-weight: 900;
}

.home-subtitle {
    font-family: Content-font, Roboto, sans-serif;
    text-align: center;
    font-family: monospace;
    font-size: 1vh;
}

/* Framework layers */
.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.layer {
    background-color: #00aaee; /* Yellow color */
    border: 1px solid #000; /* Black border */
    color: #ffffff;
    padding: 20px;
    margin: 15px 0; /* Regular margin */
    transform: skew(-20deg);
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 1.2em;
    width: 250px;
    position: relative;
    z-index: 1; /* Default z-index */
    box-shadow: 0 0 20px #000000;
}

.layer:nth-child(1) { z-index: 6; margin-top: 50px; }
.layer:nth-child(2) { z-index: 5; margin-top: -25px; }
.layer:nth-child(3) { z-index: 4; margin-top: -25px; }
.layer:nth-child(4) { z-index: 3; margin-top: -25px; }
.layer:nth-child(5) { z-index: 2; margin-top: -25px; }
.layer:nth-child(6) { z-index: 1; margin-top: -25px; }

.layer span {
    display: block;
    transform: skew(20deg);
}
