﻿html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background: none;
    overflow: hidden;
    color: white;
    background-color: white;
    transition: background linear 20s, filter linear 20s, box-shadow linear 20s, background-color ease-in 20s;
}


pre, code {
    background-color: #052005;
    color: #90ff90;
    display: block;
    padding: 15px;
    line-height: 1.5em;
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 90%;
    background-image: url("/Images/crt.png");
    -ms-border-radius: 15px;
    border-radius: 15px;
    white-space: pre;
    overflow-x: auto;
    overflow-y: hidden;
}


.mechshark-splash {
    /*background-image: url(/Images/MechShark/logo_threefill.svg);*/
    min-height: 55vh !important;
    height: 55vh;
    display: block;
    background-size: 35vh !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    text-align: center;
    -webkit-transition: color 20s ease-in-out, 5s -webkit-filter linear;
    -moz-transition: color 20s ease-in-out, 5s -moz-filter linear;
    -moz-transition: color 20s ease-in-out, 5s filter linear;
    -ms-transition: color 20s ease-in-out, 5s -ms-filter linear;
    -o-transition: color 20s ease-in-out, 5s -o-filter linear;
    transition: color 20s ease-in-out, filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: black;
}

.mechshark-footer {
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: color 20s ease-in-out, 5s -webkit-filter linear;
    -moz-transition: color 20s ease-in-out, 5s -moz-filter linear;
    -moz-transition: color 20s ease-in-out, 5s filter linear;
    -ms-transition: color 20s ease-in-out, 5s -ms-filter linear;
    -o-transition: color 20s ease-in-out, 5s -o-filter linear;
    transition: color 20s ease-in-out, 5s filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: black;
    font-size: small;
}

.mechshark-footer i {
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: color 20s ease-in-out, 5s -webkit-filter linear;
    -moz-transition: color 20s ease-in-out, 5s -moz-filter linear;
    -moz-transition: color 20s ease-in-out, 5s filter linear;
    -ms-transition: color 20s ease-in-out, 5s -ms-filter linear;
    -o-transition: color 20s ease-in-out, 5s -o-filter linear;
    transition: color 20s ease-in-out, 5s filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: black;
    font-size: small;
}

mechshark-splash-cont {
    position: absolute;
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: 5s -webkit-filter linear;
    -moz-transition: 5s -moz-filter linear;
    -moz-transition: 5s filter linear;
    -ms-transition: 5s -ms-filter linear;
    -o-transition: 5s -o-filter linear;
    transition: 5s filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: black;
}

.mechshark-fuzz-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    -webkit-transition: 5s -webkit-filter linear;
    -moz-transition: 5s -moz-filter linear;
    -moz-transition: 5s filter linear;
    -ms-transition: 5s -ms-filter linear;
    -o-transition: 5s -o-filter linear;
    transition: 5s filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}

.mechshark-fuzz-two {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 100%;
    height: 100%;
    -moz-filter: opacity(0.0) ;
    -webkit-filter: opacity(0.0) ;
    filter: opacity(0.0) blur(3px);
    margin-left: 5px;
    z-index: 40;
    -webkit-transition: 5s -webkit-filter linear;
    -moz-transition: 5s -moz-filter linear;
    -moz-transition: 5s filter linear;
    -ms-transition: 5s -ms-filter linear;
    -o-transition: 5s -o-filter linear;
    transition: 5s filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}

.mechshark-fuzz-three {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
    -moz-filter: opacity(0.0) ;
    -webkit-filter: opacity(0.0);
    filter: opacity(0.0);
    margin-right: 5px;
    z-index: 30;
    -webkit-transition: 5s -webkit-filter linear;
    -moz-transition: 5s -moz-filter linear;
    -moz-transition: 5s filter linear;
    -ms-transition: 5s -ms-filter linear;
    -o-transition: 5s -o-filter linear;
    transition: 5s filter linear, 5s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}


.mechshark-splash-text {
    font-family: 'IsonormLT-Regular', 'Futura', sans-serif;
    font-size: larger;
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px;
    color: black;
    background-color: transparent;
    -webkit-transition: color 20s ease-in-out, 25s -webkit-filter linear;
    -moz-transition: color 20s ease-in-out, 25s -moz-filter linear;
    -moz-transition: color 20s ease-in-out, 25s filter linear;
    -ms-transition: color 20s ease-in-out, 25s -ms-filter linear;
    -o-transition: color 20s ease-in-out, 25s -o-filter linear;
    transition: color 20s ease-in-out, 25s filter linear, 25s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}




#footer {
    font-family: 'IsonormLT-Regular', 'Futura', sans-serif;
    text-align: center;
}

@keyframes flicker {
    0% {
        opacity: 0.27861;
    }

    5% {
        opacity: 0.34769;
    }

    10% {
        opacity: 0.23604;
    }

    15% {
        opacity: 0.90626;
    }

    20% {
        opacity: 0.18128;
    }

    25% {
        opacity: 0.83891;
    }

    30% {
        opacity: 0.65583;
    }

    35% {
        opacity: 0.67807;
    }

    40% {
        opacity: 0.26559;
    }

    45% {
        opacity: 0.84693;
    }

    50% {
        opacity: 0.96019;
    }

    55% {
        opacity: 0.08594;
    }

    60% {
        opacity: 0.20313;
    }

    65% {
        opacity: 0.71988;
    }

    70% {
        opacity: 0.53455;
    }

    75% {
        opacity: 0.37288;
    }

    80% {
        opacity: 0.71428;
    }

    85% {
        opacity: 0.70419;
    }

    90% {
        opacity: 0.7003;
    }

    95% {
        opacity: 0.36108;
    }

    100% {
        opacity: 0.24387;
    }
}


.crt::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 2;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
    animation: flicker 0.25s infinite;
}