.cmd, .cmd span:not(.fas):not(.far):not(.fa), .terminal, .terminal-output > :not(.raw), .terminal-output > :not(.raw) a, .terminal-output > :not(.raw) span:not(.fas):not(.far):not(.fa) {
    font-size: calc(var(--size, 1) * 16px) !important;
    scrollbar-color: var(--color,#01A6FF) var(--background,#000) !important;
    scrollbar-width: thin !important;
    /*overflow-y: visible !important;*/
    scrollbar-gutter: auto !important;
}

@media (max-width: 799px) {
    .cmd, .cmd span:not(.fas):not(.far):not(.fa), .terminal, .terminal-output > :not(.raw), .terminal-output > :not(.raw) a, .terminal-output > :not(.raw) span:not(.fas):not(.far):not(.fa) {
        font-size: calc(var(--size, 1) * 15px) !important;
    }
}

.vAligner:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0px;
    background: yellow
}

.fItem {
    display: inline-block;
    vertical-align: middle
}

.fillParent {
    width: 100%;
    height: 100%
}

.hidden {
    display: none !important
}

.invisible {
    opacity: 0 !important
}

* {
    padding: 0;
    margin: 0;
    border: 0
}

html {
    height: 100%
}

body {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100%;
    padding-bottom: 77px;
    background-color: #000000;
    font-size: 10px;
}

img {
    margin-left: 10px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
time {
    display: block
}

iframe {
    border: none
}

ul {
    list-style-type: none
}

::-moz-selection
::selection 
{
    color: #ffffff;
    background: #01A6FF
}

.fLink {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    margin-left: .66em;
    margin-right: .66em;
    border: none;
    color: #ffffff;
    font-size: 18px;
    text-transform: lowercase;
    text-decoration: none
}

    .fLink:after {
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 0;
        border-bottom: 2px solid #01A6FF;
        content: "";
        -webkit-transition: border .2s linear 0s, bottom .2s linear 0s;
        -moz-transition: border .2s linear 0s, bottom .2s linear 0s;
        -o-transition: border .2s linear 0s, bottom .2s linear 0s;
        transition: border .2s linear 0s, bottom .2s linear 0s
    }

    .fLink:hover:after {
        bottom: 19px;
    }

.Footer {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 77px;
    color: #ffffff;
    font-family: 'PT Sans', Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    text-align: center
}

.index-page .Footer {
    position: fixed;
    bottom: -1px
}

.text-page .Footer {
    background: #151515
}

.Footer-menu {
    list-style-type: none;
    overflow: hidden;
    height: 100%;
    margin: 0;
    text-align: justify
}

.Footer-menu:after {
    display: inline-block;
    width: 100%;
    height: 0;
    content: ""
}

.Footer-menu > li {
    display: inline-block;
    vertical-align: middle
}

.Footer-menu > li:first-child {
    height: 100%;
    padding-left: 1%
}

.Footer-menu > li.last {
    padding-right: 1%
}

.Footer .fLink {
    margin-top: .23em;
    margin-bottom: .23em;
    font: 18px 'PT Sans', Tahoma, sans-serif;
    color: white
}

.index-page .Footer-logoLi {
    display: none
}

.Footer-logo {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 0 0 10px;
    padding: 0;
    background-color: #01A6FF;
    border: medium none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s
}

    .Footer-logo:after {
        content: none
    }

    .Footer-logo:hover {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
