a,
a:focus,
a:hover {
    color: #fff;
}

html, body {
    height: 100%;
    background-color: #222;
}

body {
    color: #fff;
}


@font-face {
    font-family: Hacked;
    src: url('./hacked.ttf');

    /* http://watchdogsfont.com by David Libeau */
}

.hacked {
    font-family: "Hacked";
}

.hacked-title {
    font-size: 5em;
}

.hacked-social {
    padding-top: 1rem;
    font-size: 1rem;
}

.hacked-sub {
    color: #aaa;
    font-size: 20px;
}

.main_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 5%;
}

.main_img {
    width: 400px;
}

#glitch {
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.075em;
    color: #C94D4D;
    -webkit-animation: pulse 4s infinite alternate;
    animation: pulse 4s infinite alternate;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    position: relative;
}

@-webkit-keyframes pulse {
    from {
        opacity: 0.5;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulse {
    from {
        opacity: 0.5;
    }
    50% {
        opacity: 0.5;
    }
}

@media all and (max-width: 500px) {
    .hacked-title {
        font-size: 3em;
    }
}

#glitch::before {
    content: '';
    height: 50vh;
    margin-bottom: 0.75em;
    position: absolute;

    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.05);
}

#desc {
    margin: 2em 0 1em;
}

.glitch-msg, .glitch-msg-eff, .glitch-msg-eff::before, .glitch-msg-eff-left {
    letter-spacing: -0.01em;
    color: white;
    -webkit-animation: colorSplit 1.25s steps(2, end) infinite;
    animation: colorSplit 1.25s steps(2, end) infinite;
    position: relative;
}

@-webkit-keyframes colorSplit {
    25% {
        text-shadow: -0.02em 0 0 #ED008C, 0.025em 0 0 #0087EF;
    }
    75% {
        text-shadow: -0.035em 0 0 #ED008C, 0.04em 0 0 #0087EF;
    }
}

@keyframes colorSplit {
    25% {
        text-shadow: -0.02em 0 0 #ED008C, 0.025em 0 0 #0087EF;
    }
    75% {
        text-shadow: -0.035em 0 0 #ED008C, 0.04em 0 0 #0087EF;
    }
}

.glitch-msg-eff, .glitch-msg-eff::before, .glitch-msg-eff-left {
    position: absolute;
    top: 0;
    left: -2px;
    z-index: 10;
    color: #333;
    overflow: visible;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 25%, 0 25%, 0 30%, 100% 30%, 100% 50%, 0 50%, 0 60%, 100% 60%, 100% 65%, 0 65%, 0 80%, 100% 80%, 100% 85%, 0 85%, 0% 0%);
    clip-path: polygon(0% 0%, 100% 0, 100% 25%, 0 25%, 0 30%, 100% 30%, 100% 50%, 0 50%, 0 60%, 100% 60%, 100% 65%, 0 65%, 0 80%, 100% 80%, 100% 85%, 0 85%, 0% 0%);
    -webkit-animation: glitch 1s steps(2, start) infinite;
    animation: glitch 1s steps(2, start) infinite;
}

@-webkit-keyframes glitch {
    30% {
        left: 0;
    }
    to {
        left: 0;
    }
}

@keyframes glitch {
    30% {
        left: 0;
    }
    to {
        left: 0;
    }
}

.glitch-msg-eff::before, .glitch-msg-eff-left::before {
    content: 'DC8044_Kyiv';
    left: 0.05em;
    color: white;
    z-index: 9;
}

.guide-page {
    padding: 25px;

}

footer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 20px;
}

footer .link_main {
    font-weight: 500;
    font-size: 25px;
    font-family: "Hacked";
}

.guide-page .main_img {
    max-width: 200px;
}

.guide-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    max-width: 1000px;
    margin: 0 auto;

}

.guide-body ul {
    list-style: none;
}

@media all and (max-width: 900px){
    .guide-page{
        padding: 10px;
    }
    .guide-body ul{
        padding-left: 10px;
    }
}

@media all and (max-width: 768px){
    footer{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
        flex-flow: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

/* posts */
.guide-body ul li:not(:last-child) {
    margin-bottom: 12px;
}

.guide-body ul li:before {
    content: '>';
    font-size: 12px;
    margin-right: 15px;
}
.code_block {
    word-break: break-word;
    white-space: pre-wrap;
    background-color: #333;
    box-shadow: inset 0 0 25px #666;
    margin-bottom: 1em;
    padding: 1em;
}
a.link {
    color: #74baff;
}
.landing_img {
    width: auto;
    height: auto;
    margin-bottom: 1em;
}
.landing_img img {
    max-width: 100%;
}
span.red {
    color: #ff6ea6;
}
.author {
    color: rgba(255, 255, 255, 0.5);
    text-align: left;
    margin: 1em 0;
}
