@import url(anims.css);
@import url(/fonts.css);
:root {
    --color1: #000000;
    --color2: #150050;
    --color3: #3F0071;
    --color4: #610094;
    --altcolor1: #5e61fa;
    --altcolor2: #a4b0f4;
    --altcolor3: #bbb6ff;
    --altcolor4: #ffb9f6;
    --altcolor5: #adb2ff;
    --altcolor6: #b897ff;
    --hoverColor: rgba(0, 0, 0, 0.473);
    --headerimg: rgba(0, 0, 0, 0.705);
    --bigtextcolor: #a8aeff;
}
.postslists {
    /* display: grid; */
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
    gap: 0;
    /* overflow-wrap:normal; */
}

.cell {
    padding: 0;
    font-size: 1.5vw;
}
.cell:nth-child(even) a{
    filter: brightness(1.3);
}
@media (max-width: 1400px) {
    .cell {
        font-size: 5vw;
    }
    @keyframes moveLeft {
        100% {
            top: 10%;
        }
        0% {
            top: 50%;
        }
    }
    @keyframes moveLeftImage {
        100% {
            top: 10%;
        }
        0% {
            top: 50%;
        }
    }
    @keyframes chatIn {
        100% {
            top: 58vh;
        }
        0% {
            top: 200vh;
        }
    }
    @keyframes postsin {
        100% {
            top: 50%;
        }
        0% {
            top: 200%;
        }
    }
    .postslists {
        width: 100% !important;
        /* height: auto; */
        /* background-color: red; */
        position: absolute;
        text-align: right;
        top: 25% !important;
        left: 0;
        transform: translate(-50%, -50%);
        animation: postsin 6s forwards ease-in-out;
        display: table-cell;
    }
    .postslists td {
        display: inline-block;
        vertical-align: middle;
        font-size: 5vw;
    }
    .centerimage {
        width: 35vw !important;
        z-index: 0 !important;
    }
    .posttitle {
        font-size: 8vw !important;
        z-index: 0 !important;
    }
    .content {
        height: 78vh !important;
        width: 80vw !important;
        padding-top: 5vh !important;
        /* padding: 5vh 5 5 5 !important; */
        margin: 0;
        position: absolute;
        top: 200%;
        transform: translate(-50%, -50%) !important;
        left: 50%;
        overflow: auto;
    }
    .scrollhint {
        content: url(img/down.svg);
        filter: invert(1);
        /* background-color: red; */
        position: absolute;
        bottom: 5vh;
        width: 100%;
        height: 3%;
        transform: translate(-50%,0);
        left: 50%;
        animation: bouncehint 3s ease-in-out forwards 4, runaway 2s 8s ease-in-out forwards 1;
    }
}
.centermid.posttitle.animation2 a, a {
    text-decoration: none;
    color: rgb(93, 125, 184);
}
@media (min-width: 1400px) {
    .content {
        top: 50%;
    }
    .scrollhint {
        content: url(img/down.svg);
        filter: invert(1);
        /* background-color: red; */
        position: absolute;
        bottom: 5vh;
        width: 100%;
        height: 3%;
        transform: translate(-50%,0);
        left: 50%;
        animation: bouncehint 3s ease-in-out forwards 4, runaway 2s 8s ease-in-out forwards 1;
    }
}
.posttitle {
    max-width: 100%;
    font-family: headerfont;
    color: rgb(178, 164, 211);
    mix-blend-mode: difference;
    font-size: 3vw;
    z-index: 1;
    text-transform: uppercase;
}
.explination {
    max-width: 100%;
    font-family: headerfont;
    color: rgb(143, 142, 145);
    mix-blend-mode: difference;
    font-size: 1vw;
    z-index: 1;
    text-transform: uppercase;
    transform: translate(-30%, 90%) !important;
}
.centermid {
    margin: 0;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.code {
    animation: textShadow 1.6s infinite;
    text-align: center;
    background-color: #06013648;
    border-radius: 3px;
    border: 1px solid #090442be;
    padding: 1%;
    line-height: auto;
    text-transform: none !important;
    color: rgb(14, 180, 158);
    transition: color 0.3s ease-in-out;
}
.code::before {
    content: "$";
    color: rgb(14, 180, 158) !important;
}
.code.nodollar::before{
    content: "" !important;
}
.multilinecode {
    line-height: 1;
    white-space: pre;
    text-align: left;
}
.postslists {
    width: 60%;
    height: 3%;
    /* background-color: red; */
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translate(0, -50%);
    animation: postsin 6s forwards ease-in-out;
}
.postslists a:hover {
    color: rgb(125, 125, 206);
}
.postslists a {
    transition: color 0.5s ease-in-out;
    margin-left: 3vw;
    text-decoration: none;
    color: rgb(148, 148, 239);
}
.code:after {
    animation: fadey 10s infinite ease-in-out;
    content: "█";
}
.code:hover {
    color: rgb(6, 250, 218);
}
.important {
    text-transform: uppercase;
    font-weight: 900;
    font-size: large;
    color: #ff0303;
}
.important::before {
    content: "#";
}
body{ 
    margin: 0;
    background-size: cover !important;
    background-attachment: fixed;  
    /* background: url('img/hey.png'); */
    background: rgba(0, 0, 0, 0.944);
    color: white;
    overflow-x: hidden;
}
#maintable {
    width: 100%;
    text-align: center;
}

.animation1 {
    animation: moveLeftImage 3.2s forwards ease-in-out;
    animation-delay: 1.1s;
}
.animation2 {
    animation: moveLeft 3s forwards ease-in-out;
    animation-delay: 1s;
}
.content {
    border: 0.5vw solid transparent;
    transform: translate(0, -50%);
    /* top: 50%; */
    right: -100%;
    background-color: var(--contentBackgroundColor);
    height: 80vh;
    width: 30vw;
    position: absolute !important;
    animation: chatIn 3s forwards ease-in-out;
    animation-delay: 1.1s;
    /* padding: 5 5 5 5; */
    overflow: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}
.content::-webkit-scrollbar {
    display: none;
}
.content img {
    max-width: 100%;
    overflow: hidden;
}
.contentinner {
    text-align: center;
}
#talert {
    position: absolute;
    /* transform: translate(0, -50%); */
    top: 54%;
    left: -5000%;
    background-color: rgb(130, 0, 0)000;
    height: 45%;
    width: 47%;
    animation: alertIn 3.15s forwards ease-in-out;
    animation-delay: 1.1s;
}
#talert > iframe {
    overflow: hidden;
    border: none;
    width: 100%;
    height: 100%;
}
.centerimage {
    width: 26vw;
    z-index: 1;
    top: 50%;
    /* fix this shit later. make the display really large and youll see */
    /* height: 5vw; */
}
.line {
    text-align: justify;
    padding-bottom: 2%;
    line-height: 1.5;
    text-indent: 1px;
    text-transform: none;
}
br {
    line-height: 1.5; 
}
b {
    color: rgb(255, 78, 78);
}
u {
    color: rgb(141, 255, 185);
}
.postcontent {
    text-transform: uppercase;
    font-family: fontBody;
    color: #fff;
}
.contentcontainer {
    position: relative;
    height: 0px !important;
    overflow: hidden;
}
.post {
    width: 100%;
    animation: textShadow 5s infinite;
}

body::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url('img/scan.png');
    z-index: 2;
    background-size: 100% 70px, 5px 100%;
    pointer-events: none;

    animation-name: Static;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(4);
}
body::after {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(18, 16, 16, 0.1);
    opacity: 0;
    z-index: 2;
    pointer-events: none;
    animation: flicker 5s infinite;
  }
#widget1 {
    vertical-align: top;
}