﻿html {
    margin: 0;
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    min-height: 100%;
    background: none;
    overflow: hidden;
    color: #f44519;
    background-color: #f44519;
    transition: background linear 2s, filter linear 2s, box-shadow linear 2s, background-color ease-in 2s;
}


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 2s ease-in-out, 2s -webkit-filter linear;
    -moz-transition: color 2s ease-in-out, 2s -moz-filter linear;
    -moz-transition: color 2s ease-in-out, 2s filter linear;
    -ms-transition: color 2s ease-in-out, 2s -ms-filter linear;
    -o-transition: color 2s ease-in-out, 2s -o-filter linear;
    transition: color 2s ease-in-out, filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: #f44519;
}

.mechshark-footer {
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: color 2s ease-in-out, 2s -webkit-filter linear;
    -moz-transition: color 2s ease-in-out, 2s -moz-filter linear;
    -moz-transition: color 2s ease-in-out, 2s filter linear;
    -ms-transition: color 2s ease-in-out, 2s -ms-filter linear;
    -o-transition: color 2s ease-in-out, 2s -o-filter linear;
    transition: color 2s ease-in-out, 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: #f44519;
    font-size: small;
}

.mechshark-footer i {
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: color 2s ease-in-out, 2s -webkit-filter linear;
    -moz-transition: color 2s ease-in-out, 2s -moz-filter linear;
    -moz-transition: color 2s ease-in-out, 2s filter linear;
    -ms-transition: color 2s ease-in-out, 2s -ms-filter linear;
    -o-transition: color 2s ease-in-out, 2s -o-filter linear;
    transition: color 2s ease-in-out, 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: white;
    font-size: small;
}

mechshark-splash-cont {
    position: absolute;
    -ms-opacity: 0.8;
    opacity: 0.8;
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -moz-transition: 2s filter linear;
    -ms-transition: 2s -ms-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
    color: white;
}

.mechshark-fuzz-one {
    position: absolute;
    font-family: 'HelveticaNeueLT-Medium', 'Futura', sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -moz-transition: 2s filter linear;
    -ms-transition: 2s -ms-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}

.mechshark-fuzz-two {
    position: absolute;
    font-family: 'HelveticaNeueLT-Medium', 'Futura', sans-serif;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -moz-filter: opacity(0.0);
    -webkit-filter: opacity(0.0);
    filter: opacity(0.0) blur(3px);
    z-index: 40;
    -webkit-transition: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -moz-transition: 2s filter linear;
    -ms-transition: 2s -ms-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}

.mechshark-fuzz-three {
    position: absolute;
    font-family: 'HelveticaNeueLT-Medium', 'Futura', sans-serif;
    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: 2s -webkit-filter linear;
    -moz-transition: 2s -moz-filter linear;
    -moz-transition: 2s filter linear;
    -ms-transition: 2s -ms-filter linear;
    -o-transition: 2s -o-filter linear;
    transition: 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}


.mechshark-splash-text {
    font-family: 'HelveticaNeueLT-Medium', 'Futura', sans-serif;
    font-size: larger;
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px;
    color: #f44519;
    background-color: transparent;
    -webkit-transition: color 2s ease-in-out, 2s -webkit-filter linear;
    -moz-transition: color 2s ease-in-out, 2s -moz-filter linear;
    -moz-transition: color 2s ease-in-out, 2s filter linear;
    -ms-transition: color 2s ease-in-out, 2s -ms-filter linear;
    -o-transition: color 2s ease-in-out, 2s -o-filter linear;
    transition: color 2s ease-in-out, 2s filter linear, 2s -webkit-filter linear, top 50ms ease-in-out, left 50ms ease-in-out;
}




#footer {
    font-family: 'HelveticaNeueLT-Medium', 'Futura', sans-serif;
    text-align: center;
}

@keyframes flicker {
    0% {
        opacity: 0.67861;
    }

    5% {
        opacity: 0.74769;
    }

    10% {
        opacity: 0.73604;
    }

    15% {
        opacity: 0.70626;
    }

    20% {
        opacity: 0.68128;
    }

    25% {
        opacity: 0.83891;
    }

    30% {
        opacity: 0.65583;
    }

    35% {
        opacity: 0.67807;
    }

    40% {
        opacity: 0.66559;
    }

    45% {
        opacity: 0.74693;
    }

    50% {
        opacity: 0.66019;
    }

    55% {
        opacity: 0.68594;
    }

    60% {
        opacity: 0.70313;
    }

    65% {
        opacity: 0.71988;
    }

    70% {
        opacity: 0.73455;
    }

    75% {
        opacity: 0.67288;
    }

    80% {
        opacity: 0.71428;
    }

    85% {
        opacity: 0.70419;
    }

    90% {
        opacity: 0.7003;
    }

    95% {
        opacity: 0.66108;
    }

    100% {
        opacity: 0.64387;
    }
}


.crt::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    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 2.7s infinite;
}