@media (max-width: 1199px) {

    /* smaller screen  */

    .container {
        width: 100%;
        height: 100%;

    }

    .inner {
        width: 100%;
    }

    .logo {
        position: absolute;
        left: 20px;
        top: 20px;
        display: flex;
        z-index: 1;

    }

    .logo img {
        height: 30px;
        filter: invert(1);
    }

    .logo div {
        font-weight: 600;
        font-size: 22px;
        margin: auto 0px auto 10px;

    }

    .page {
        padding-top: 150px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
        width: 100%;
        position: relative;
        z-index: 3;
    }


    .panel {
        width: 100%;
        border: solid 1px rgba(255, 255, 255, 0.2);
        padding: 20px;
        margin: 0 auto;
    }


    #mood {
        padding: 20px;
        background: linear-gradient(85deg,
                rgba(60, 121, 220, 0.3),
                rgba(0, 0, 0, 0.9));
        position: absolute;
        top: 20%;
        left: 20px;
        width: calc(100% - 40px);
        max-width: 600px;
        z-index: 1;
    }

    #mood .headline {
        font-size: 35px;
        font-weight: 700;
        width: 100%;
        letter-spacing: -1px;
        padding-bottom: 40px;
        line-height: 45px;
        text-shadow: 0px 0px 22px rgba(255, 255, 255, 0.5);
    }

    #mood .headpart {
    }


    #mood .headline .headbold {
        color: rgb(76, 168, 242);
        padding-right: 2px;
        display: inline;
        text-shadow: 0px 0px 22px #408eff;
        text-shadow: 0px 0px 22px rgba(64, 142, 255, 0.5);

    }

    #mood .subhead {
        display: flex;
        font-size: 22px;
        font-weight: 300;
        width: 100%;
        padding-bottom: 30px;
        line-height: 35px;
    }

    .splash {
        display: none;
    }

    .slice .content h1 {
        font-size: 30px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-top: 20px;
    }

    .slice .content .row .col50.left {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }

    .slice .content .row .col50.right {
        width: 100%;
        float: right;
    }

    .slice .content .row .col25 {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }

    .slice .content .row .screenshot {
        width: 100%;
        text-align: center;
    }

    .slice .content .product {
        text-align: center;
        border-radius: 20px;
        background: linear-gradient(to bottom, rgb(2, 16, 24), rgb(7, 91, 136));
        padding: 20px 30px;
        margin: 0px 10px;
        height: 320px;
    }

    .slice.splash2 {
        background-image: url('/img/splash/feature2.svg');
        background-size: 200%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
    }
    
    

}

@media (min-width: 1200px) {

    /* larger screen */

    .container {
        
        width: 100%;
        height: 100%;
        min-height: 650px;
    }

    .inner {
        width: 1200px;
        height: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .logo {
        position: absolute;
        left: 20px;
        top: 20px;
        display: flex;

    }

    .logo img {
        height: 30px;
        filter: invert(1);
    }

    .logo div {
        font-weight: 600;
        font-size: 22px;
        margin: auto 0px auto 10px;
    }

    .page {
        width: 100%;
        position: relative;
        padding-top: 130px;
        padding-bottom: 20px;
        z-index: 3;
    }

    .panel {
        max-width: 320px;
        border: solid 1px rgba(255, 255, 255, 0.2);
        padding: 20px;
        margin: 0 auto;
    }

    #mood {
        padding: 20px;
        background: linear-gradient(85deg,
                rgba(60, 121, 220, 0.3),
                rgba(0, 0, 0, 0.6));
        position: absolute;
        top: 50%;
        right: 0px;
        z-index: -1;
        width: 700px;
        box-shadow: 12px 14px 14px rgba(0, 0, 0, 0.4);
        z-index: 1;
    }

    #mood .headline {
        font-size: 40px;
        font-weight: 700;
        width: 100%;
        letter-spacing: -1px;
        padding-bottom: 20px;
        text-shadow: 0px 0px 22px rgba(255, 255, 255, 0.5);
    }

    #mood .headline .headbold {
        color: rgb(76, 168, 242);
        padding-right: 2px;
        display: inline;
        text-shadow: 0px 0px 22px rgba(64, 142, 255, 0.5);
    }

    #mood .subhead {
        display: flex;
        font-size: 22px;
        font-weight: 300;
        width: 100%;
        padding-bottom: 30px;
        line-height: 35px;
    }

    .splash {
        position: absolute;
        top: 100px;
        right: 0px;
    }

    .splash img {
        position: relative;
        width: 450px;
    }

    .slice .content h1 {
        font-size: 40px;
        font-weight: 700;
        letter-spacing: -1px;
        margin-top: 20px;
    }
    
    .slice .content .row .col50.left {
        width: 50%;
        float: left;
        padding-right: 20px;
    }

    .slice .content .row .col50.right {
        width: 50%;
        float: right;
        padding-left: 20px;
    }

    .slice .content .row .col25 {
        width: 25%;
        float: left;
        padding-bottom: 20px;
    }

    .slice.dark .content .row .col50.left {
        border-right: solid 1px rgba(255, 255, 255, 0.2);
    }

    .slice.light .content .row .col50.left {
        border-right: solid 1px rgba(0, 0, 0, 0.2);
    }

    .slice .content .row .screenshot {
        width: 70%;
        text-align: center;
    }

    .slice .content .product {
        float: left;
        padding-left: 20px;
        border-radius: 10px;
        background: linear-gradient(to bottom, black, rgb(7, 91, 136));
        padding: 20px 30px;
        margin: 0px 10px;
        height: 320px;
    }

    .slice.splash2 {
        background-image: url('/img/splash/feature2.svg');
        background-size: 80%;
        background-position: center center;
        background-repeat: no-repeat;
        width: 100%;
    }
    
    

}

.hidden {
    display: none;
}


.slice {
    display: inline-block;
    width: 100%;
}

.slice .content {
    width: 100%;
    max-width: 1200px;
    padding: 60px 20px 60px 20px;
    font-size: 18px;
    font-weight: 300;
    text-align: left;
    margin: auto;
}

.slice .content.feature {
    background-image: url('/img/splash/feature.svg');
    background-size: auto 130%;
    background-position: center right;
    background-repeat: no-repeat;
}

.slice .content .subhead {
    font-size: 18px;
    font-weight: 700;
}



.slice .content.small {
    width: 100%;
    max-width: 1200px;
    padding: 20px 20px 10px 20px;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    margin: auto;
    color: rgba(255, 255, 255, 0.5);
}


.slant_left {
    clip-path: polygon(0 calc(90%), 100% 100%, 100% 0, 0 0);
}

.slant_right {
    clip-path: polygon(0 0, 100% 0, 100% calc(90%), 0 100%);
}

.slice_background.darker,
.slice.darker {
    background-color: #000;
    color: #fff;
}


.slice_background.dark,
.slice.dark {
    background-color: #121b2a;
    color: #fff;
}

.slice.splash1 {
    background-image: url('/img/splash/splash1.jpg');
    background-size: cover;
    background-position: top center;
    width: 100%;
    height: 100%;
}



.slice .content .subhead {
    color: rgb(56, 168, 247);
}

.slice.dark .content h1 {
    color: #fff;
}

.slice_background.light,
.slice.light {
    background-color: rgb(225, 237, 253);
    color: #052b3b;
}

.row {
    width: 100%;
    display: inline-block;
}


.slice .content .row .col_image_head {
    width: 100%;
    text-align: center;
}

.slice .content .row .col_image_head img {
    width: 70%;
    text-align: center;
}

.slice .content .row.center {
    text-align: center;
}

.slice .content .copy {
    line-height: 28px;
}


.slice .content .metric {
    border-left: solid 2px rgb(91, 138, 191);
    float: left;
    padding-left: 20px;
}

.slice .content .metric .head {
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
}

.slice .content .metric .sub {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6)
}




.slice .content .product .head {
    font-size: 23px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
}

.slice .content .product .head img {
    height: 100px;
    filter: invert(1);
}

.slice .content .product .sub {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.6)
}


.shell {
    font-family: 'Roboto Mono', monospace;
    color: #58666e;
    /* Gray text color */
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px;
}

.command-shell {
    background-color: #000;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 600px;
    width: 100%;
    overflow-x: auto;
    padding: 20px;
}

.command {
    color: #2684ff;
}

.output {
    color: #ccc;
}

/* Style the prompts */
.prompt {
    color: #58666e;
    /* Gray prompt color */
}

/* Add a bit of animation */
.command-shell div {
    opacity: 0;
    transform: translateY(20px);
    animation: slideIn 0.6s ease-out forwards;
}

@keyframes slideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}