@font-face {
    font-family: Kremlin;
    src: url(kremlin.ttf);
}

@font-face {
    font-family: IBMPlexMono-Medium;
    src: url(IBMPlexMono-Medium.ttf);
}

body {
    margin: 0;
    padding: 0;
    background-image: url(hacknet.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    color: #FFEFFF;
    -webkit-font-smoothing: antialiased;
    font-family: "IBMPlexMono-Medium";
}

#ibmplexmono {
    font-family: "Kremlin";

    color: #ffefff;
}

#tessast {
    background-color: #B71D24;
    position: absolute;
    top: 16em;
    left: 0px;
    width: 100%;
    height: 5em;
    display: inline-block;
    z-index: -1;
}

.animate {
    animation: bganim 2s ease-in;
    -webkit-animation: bganim 2s ease-in;
    -moz-animation: bganim 2s ease-in;
    -ms-animation: bganim 2s ease-in;
    -o-animation: bganim 2s ease-in;
}

/* blue version
@keyframes bganim{
0%{
    background:rgba(132,115,138,1);
}  
20%{
        background:rgba(118,103,124,0.8);
}
50%{
        background:rgba(105,92,110,0.5);
}
100%{
    background:rgba(255,165,0,0);
}
}
*/
@keyframes bganim {
    0% {
        background: rgba(197, 144, 112, 0.5);
    }

    20% {
        background: rgba(222, 162, 126, 0.8);
    }

    50% {
        background: rgba(197, 144, 112, 0.5);
    }

    100% {
        background: rgba(255, 165, 0, 0);
    }
}

@-moz-keyframes bganim {
    0% {
        background: rgba(255, 165, 0, 1);
    }

    20% {
        background: rgba(255, 165, 0, 0.8);
    }

    50%,
    70% {
        background: rgba(255, 165, 0, 0.5);
    }

    100% {
        background: rgba(255, 165, 0, 0);
    }
}

@-ms-keyframes bganim {
    0% {
        background: rgba(255, 165, 0, 1);
    }

    20% {
        background: rgba(255, 165, 0, 0.8);
    }

    50%,
    70% {
        background: rgba(255, 165, 0, 0.5);
    }

    100% {
        background: rgba(255, 165, 0, 0);
    }
}

@-o-keyframes bganim {
    0% {
        background: rgba(255, 165, 0, 1);
    }

    20% {
        background: rgba(255, 165, 0, 0.8);
    }

    50%,
    70% {
        background: rgba(255, 165, 0, 0.5);
    }

    100% {
        background: rgba(255, 165, 0, 0);
    }
}

@-webkit-keyframes bganim {
    0% {
        background: rgba(255, 165, 0, 1);
    }

    20% {
        background: rgba(255, 165, 0, 0.8);
    }

    50%,
    70% {
        background: rgba(255, 165, 0, 0.5);
    }

    100% {
        background: rgba(255, 165, 0, 0);
    }
}

#normal {
    font-style: normal;
}

#myniggatoby {

    margin: 0;
}

#dajoos {
    margin-left: 1%;
    width: 90px;
}

#smaller {
    font-size: 60%;
}

#muhtext {
    display: block;
}

#section1 {
    vertical-align: top;
    display: inline-block;
    text-align: center;
    width: 160px;
}

section {
    display: flex;
    flex-direction: row;
    max-width: 900px;
    max-height: 900px;
}

section img {
    box-shadow: 5px 5px #000000;
    margin-bottom: 4%;
}

main {
    flex: 1;
    order: 2;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
}

#inline {
    display: inline-block;
    margin-right: 2%;
}

#downloade {
    float: right;
}

.home {
    max-width: 900px;
    min-height: 100vh;
    margin: 0 auto;
    border-collapse: collapse;
}

.header {
    height: 220px;
    padding: 0;
}

.header img {
    display: block;
    margin: 0;

    header img {
        image-rendering: unset;
    }
}

.main {
    vertical-align: top;
    padding: 10px 5px;
    padding-left: 15px;
}

img {
    image-rendering: pixelated;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

main img {
    box-shadow: 5px 5px #000000;
}

.transparent {
    box-shadow: unset;
}

.index {
    width: 150px;
    padding-top: 2em;
    vertical-align: top;
    border-right: 1px dotted #B71D24;
}

.other {
    width: 90px;
    vertical-align: bottom;
    text-align: center;
    padding-top: 5px;
}

.other img {
    padding-top: 5px;
}

.footer {
    height: 50px;
    text-align: right;
    vertical-align: middle;
}



h1 {
    color: #84739C;
    font-size: 32px;
    font-weight: normal;
}

td {
    vertical-align: top;
    font-family: "IBMPlexMono-Medium";
    font-size: 14px;
}

a {
    color: #F7B58C;
    font-style: italic;
}

a:hover {
    background: #FFEFFF;
    color: #181010;
}

.urgent {
    color: #181010;
    background: #FFEFFF;
}

hr {
    border: 0;
    border-top: 1px solid #84739C;
    border-bottom: 1px solid #F7B58C;
    height: 2px;
}

strong {
    font-weight: normal;
    color: #84739C;
}

#noiframe {
    border: none;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    box-shadow: 5px 5px #B71D24;
    margin-bottom: 4%;
    margin-top: 2%;
}

.sotn {
    background-color: #F7B58C;
    color: #181010;
}

.sotna {
    background-color: #84739C;
    color: #181010;
}

.sotna a {
    color: #181010;
}

.music {
    background-color: #84739C;
    color: #181010;
}

.music strong {
    color: #181010;
}

ul {
    list-style-image: url("bullet.png");
}

#justincase {
    list-style-image: url("bullet.png");
}

#flippedthing {
    list-style-image: url('bulletflipped.png')
}

figcaption {
    max-width: 500px;
    text-align: center;
    margin: 8px auto;
    font-style: italic;
}

th {
    font-weight: normal;
}