body {
    background-color: black;
    font-size:6pt;
    /* color: var(--zuper-primary); */
    color: #fff;
}

a {
    color: var(--zuper-primary);
}

strong {
    color: var(--zuper-secondary);

}

h2, p, li {
    font-size: 8pt;
    line-height: 12pt;
}

ul {
    list-style: none;
    margin: 0px;
    padding-left: 5px;
}

.container-border{

    border: 2px solid var(--zuper-primary);
    border-radius: 5px;
    box-shadow: 0 0 2px var(--zuper-charcoal), inset 0 0 2px var(--zuper-charcoal);
}
#lt-container-outside{
    margin: 5px;
    padding: 5px;
    width: 98vw;
    height: 98vh;
    max-width: 1144px;
    max-height: 610px;
    box-sizing: border-box;
}

#lt-container-inside {
    width: 100%;
    height: 100%;
    z-index: 20;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    box-sizing: border-box;
    padding: 0 8px;
    border: none !important;
    box-shadow: none !important;
    column-gap: 60px;
    justify-content: space-evenly;
}

#lt-left-column{
    margin: 0;
    flex: 1;
    max-width: 40%;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

#lt-right-column{
    margin: 0;
    flex: 1;
    max-width: 40%;
    height: calc(100% - 20px);
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    min-width: 0;
}

.lt-header{

    border-top: 1px solid var(--zuper-charcoal);
    border-bottom: 1px solid var(--zuper-charcoal);
    /* box-shadow: 0 0 6px var(--zuper-charcoal), inset 0 0 6px var(--zuper-charcoal); */
    color: #fff;
    padding: 2px 0;
    visibility: hidden;
    width: 100%;

}

.lt-header-left-section {
    float: left;
    width: 80%;
    background-color: #000;
    margin-left: -5px;
    padding: 0 8px;
}

.lt-header-right-section {
    float: right;
    width: 10%;
    background-color: #000;
    text-align: right;
    margin-right: -5px;
    padding: 0 8px;
}

.alt-1 {
    color: var(--zuper-primary);
}
.alt-2 {
    color: var(--zuper-secondary);
}

#lt-header-bottom-left {
    margin-top: 8px;
    margin-bottom: 8px;
}

#lt-header-bottom-left .lt-header-left-section{
    width: 45%
}
#lt-header-bottom-left .lt-header-right-section{
    width: 45%
}

#lt-bottom-boxes-1 {
    margin-top: 1px;
    float: right;
    border: 1px solid var(--zuper-primary);
    border-radius: 2px;
    height: 4px;
    width: 35px;
}

#lt-bottom-boxes-2 {
    margin-top: 1px;
    margin-right: 20px;
    float: right;
    border: 1px solid var(--zuper-charcoal);
    border-radius: 2px;
    height: 4px;
    width: 25px;
}

#lt-bottom-boxes-3 {
    margin-top: 1px;
    margin-right: 4px;
    float: right;
    border: 1px solid var(--zuper-primary);
    border-radius: 2px;
    height: 4px;
    width: 30px;
}


#lt-header-bottom-right {
    margin-top: auto;
    margin-bottom: 8px;
}

.lt-header-animator-left {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--zuper-charcoal);
    border-bottom: 1px solid var(--zuper-charcoal);
    visibility: hidden;
}

.lt-header-animator-right {
    width: 100%;
    height: 2px;
    border-top: 1px solid var(--zuper-charcoal);
    border-bottom: 1px solid var(--zuper-charcoal);
    visibility: hidden;
}

.content-container {

    border: 2px solid var(--zuper-primary);
    border-radius: 2px;
    /* box-shadow: 0 0 6px var(--zuper-charcoal), inset 0 0 6px var(--zuper-charcoal); */
    padding: 3px;
    opacity: 0;
}

.content {

    border: 1px solid var(--zuper-charcoal);
    /* box-shadow: 0 0 6px var(--zuper-charcoal), inset 0 0 6px var(--zuper-charcoal); */
}

.content-container h2 {
    color: #fff;
    margin: 0;
    border-bottom: 1px solid var(--zuper-charcoal);
    padding: 2px 4px;
    font-weight: bold;
}

.content-container h2 em{
    font-style: normal;
    float: right;
    font-size: .8em;
    padding-top: 1px;
    color: var(--zuper-primary);

}

.content-container p {
    margin: 2px 0 0;
    padding: 4px 6px;

}

#lt-readme {
    overflow: auto;
    flex: 5;
    margin-top: 8px;
}

#lt-readme .content {
    height: 100%;
    overflow: auto;
}
#lt-mobile-readme {
    overflow: hidden;
    visibility: hidden;
    display:none;
    width: 0;
}

#lt-mobile-readme .content {
    height: 290px;
}

#lt-bandwidth {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    flex: 2;
}

#lt-globalization {
    margin-top: 8px;
    width: 100%;
    flex: 2;
    min-height: 0;
    max-height: 320px;
}

#lt-globalization .content {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.globalization-row {
    display: flex;
    flex: none;
    height: 120px;
}

#lt-command-line {
    flex: 1;
    height: auto;
    margin-top: 5px;
    padding: 5px;
    overflow: hidden;
}

#lt-command-lines {
    white-space: nowrap;
}

#lt-command-line-header {
    border-bottom: 1px dashed #fff;
    padding-bottom: 3px;

}

.command {
    clear: both;
    padding-top: 5px;
    font-size: 8pt;
}

.command-blinker {
    background-color: var(--zuper-primary);
}

.blink {
    animation: blink 1s steps(2, start) infinite;
    -webkit-animation-name: blink;  
    -webkit-animation-iteration-count: infinite;  
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    -webkit-animation-duration: 1s; 
}
@keyframes blink {
    to { visibility: hidden; }
}
@-webkit-keyframes blink {
    from {opacity: 1.0;}
    to {opacity: 0.0;}
}

.command-text {
    color: #aaa;

}
.response {
    padding-top: 3px;
    padding-left: 25px;
    font-size: 7pt;
}

.response .alert{
    font-color: #aa0000;
}

.response .highlight{
    color: var(--zuper-secondary);
}

.ls {
    float: left;
    width: 40px;
    padding: 2px;
    margin-right: 25px;
    margin-top: 5px;

}

.ls-highlight {
    background-color: #fff;
    color: #000;
}

.folder-row {
    margin-top: auto;
    margin-bottom: 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.folder-container {
    margin: 8px 12px 0;
    cursor: pointer;
}


.folder-label{
    background-color: #000;
    color: #fff;
    font-size: 10px;
    margin-bottom: 5px;
    padding: 1px;
    width: 70px;
    text-transform: uppercase;
    border-radius: 2px;
}

.folder-container:hover .folder-label{
    background-color: var(--zuper-secondary);
    color: #000;
}

.folder-label.selected{
    background-color: var(--zuper-secondary);
    color: #000;
}

.selected-folder {
    background-color: var(--zuper-secondary);
    color: #000;
}

.folder-big {
    background-image: url(../../images/encom_folder_big.png);
    padding: 0px;
    margin: 0px;
    width:95px;
    height: 63px;
}

.folder-small {
    background-image: url(../../images/encom_folder_small.png);
    padding: 0px;
    margin: 0px;
    width:80px;
    height: 49px;
}

#lt-keyboard {
    margin-top: 8px;
    margin-bottom: 8px;
    width: 100%;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kb-row {
    display: flex;
    justify-content: center;
    height: 28px;
}

#lt-keyboard .kb-row div {
    background-color: rgba(255,255,255,0);
    border-radius: 5px;
    width: 35px;
    text-align: center;
    padding-top: 6px;
    height: 20px;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--zuper-primary);
    cursor: pointer;
}

.kb-row-space {
    height: 20px;
}

#lt-keyboard #k-32 {
    width: 300px;
    height: 20px;
    border: 1px solid var(--zuper-primary);
    border-radius: 3px;
    margin-top: 6px;
    padding-top: 0;
}



#lt-mobile-zuper-logo {
    width: 90px;
    text-align: right;
    height: 16px;
    margin-left: auto;
    padding: 2px;
    border: none;
    overflow: hidden;
}

#lt-mobile-zuper-logo img {
    height: 100%;
    width: auto;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

#lt-mobile-thumbprint {
    display: block;
    max-height: 70px;
    margin: 10px 18px 0;
    z-index: 200;
    -webkit-animation: pulsate 5s;
    -webkit-animation-iteration-count: 100;
    animation: pulsate 5s ease-out;
    animation-iteration-count: 100;
}

@-webkit-keyframes pulsate {
    0% {opacity: 0.3;}
    50% {opacity: 1.0;}
    100% {opacity: 0.3;}
}

@keyframes pulsate {
    0% {opacity: 0.3;}
    50% {opacity: 1.0;}
    100% {opacity: 0.3;}
}

/* Mobile breakpoint (viewport meta width=1200) */
@media (max-width: 1200px) {
    /* Remove the -50px upward shift on smaller viewports */
    #light-table {
        padding-bottom: 0;
    }

    /* Hide Blog nav link (folder serves this purpose on mobile) */
    #zuper-nav-overlay a[href="/blog/"] {
        display: none;
    }

    /* Widen right column into freed space */
    #lt-right-column {
        width: 580px;
    }

    #lt-globalization {
        width: 570px;
    }

    #lt-keyboard {
        width: 570px;
    }

    /* ZUPER logo as a row in right column */
    #lt-mobile-zuper-logo {
        display: block;
        padding-left: 2px;
        padding-right: 2px;
        border: none;
        width: 90px;
        float: right;
        margin-top:2px;
        margin-right: 2px;
    }


}

@media (max-width: 1100px) {

    #lt-container-outside{
        top: 0;
        width: 350px;
        height: 610px;
        z-index: 10;
        box-shadow: none;
        border: none;
    }

    #lt-container-inside {
        margin: 0;
        width: 330px;
        height: 600px;
        z-index: 20;
        box-shadow: none;
        border: none;
        flex-wrap: wrap;
    }

    /* Left column: hide everything except bandwidth */
    #lt-left-column {
        width: 40%;
        margin-left: 0;
        order: 2;
    }
    #lt-readme,
    #lt-header-top-left,
    #lt-header-bottom-left {
        display: none;
    }
    #lt-left-column .lt-header-animator-left {
        display: none;
    }

    /* Right column: full width, appears first */
    #lt-right-column {
        margin-left: 0;
        width: 330px;
        order: 1;
    }

    .content-container {
        width: 330px;
    }

    #lt-globalization {
        width: 320px;
        height: 200px;
    }

    #lt-globalization .content{
        height: 200px;
    }

    #lt-keyboard {
        display: none;
    }

    .lt-header-left-section {
        width:65%;
    }
    .lt-header-right-section {
        width:25%;
    }

    h2 em, h2 .alt-1 {
        display:none;
    }

    #lt-command-line {
        display:none;
    }

    #lt-mobile-readme {
        display: block;
        visibility: visible;
        width: 320px;
    }

    #lt-bandwidth {
        width: 320px;
    }

    #lt-bandwidth canvas {
        width: 100%;
    }

    .folder-big {
        background-image: url(../../images/encom_folder_small.png);
        width:80px;
        height: 49px;
        margin: 0;
    }

    .folder-small {
        background-image: url(../../images/encom_folder_small.png);
        width:80px;
        height: 49px;
        margin: 0;
    }

    .folder-container {
        margin: 8px 12px;
    }

}

@media (min-width: 1600px) {

    body {
        font-size:8pt;
    }


    h2, p, li {
        font-size: 12pt;
        line-height: 16pt;
    }

    #lt-container-outside{
        /* width: 1140px; */
        /* height: 610px; */
        width: 1540px;
        height: 760px;

    }

    #lt-container-inside {
        /* width: 1100px; */
        /* height: 600px; */
        width: 1500px;
        height: 750px;
    }

    #lt-left-column{
        /*width: 380px;*/
        width: 580px;
    }

    #lt-right-column{
        margin-left: 68px;
        width: 680px;
    }


    .lt-header-right-section {
        float: right;
        width: 10%;
        background-color: #000;
        text-align: right;
        margin-right: -5px;
        padding: 0 8px;
    }

    #lt-bottom-boxes-1 {
        margin-top: 3px;
        height: 6px;
        width: 35px;
    }

    #lt-bottom-boxes-2 {
        margin-top: 3px;
        height: 6px;
        width: 30px;
    }

    #lt-bottom-boxes-3 {
        margin-top: 3px;
        margin-right: 8px;
        height: 6px;
        width: 35px;
    }

    .lt-header-animator-left {
        top: 350px;
    }

    .lt-header-animator-right {
        top: 350px;
    }

    #lt-readme .content {
        height: 330px;
    }
    #lt-readme .content p{
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px;
    }

    #lt-bandwidth {
        width: 570px;
    }

    #lt-globalization {
        width: 680px;
    }

    #lt-globalization .content {
        height: 360px;
    }

    #lt-command-line {
        width: 440px;
        height: 185px;
        margin-top:20px;
    }

    .response {
        padding-top: 3px;
        padding-left: 25px;
        font-size: 7pt;
    }

    .response .alert{
        font-color: #aa0000;
    }

    .response .highlight{
        color: var(--zuper-secondary);
    }

    .ls {
        float: left;
        width: 40px;
        padding: 2px;
        margin-right: 25px;
        margin-top: 5px;

    }

    .ls-highlight {
        background-color: #fff;
        color: #000;
    }

    .folder-container {
        margin: 8px 30px 0;
    }

    .folder-label{
        font-size: 10pt;
        width: 92px;
    }


    #lt-keyboard .kb-row div {
        width: 45px;
        height: 30px;
        font-size: 16px;
    }

    #lt-keyboard .kb-row {
        height: 36px;
    }

    #lt-keyboard #k-32 {
        width: 400px;
        height: 12px;
        margin-top: 10px;
    }

    #lt-bandwidth canvas {
        width: 100%;

    }

    .folder-big {
        background-image: url(../../images/encom_folder_xl.png);
        width:140px;
        height: 93px;
    }

    .folder-small {
        background-image: url(../../images/encom_folder_big.png);
        width:95px;
        height: 63px;
    }


}
