* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    pointer-events: none;
}

html {
    font-size: 100.01%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    color: #999;
    background-position: left top;
    background-repeat: repeat;
}

html, body {
    background: #444;
    position: relative;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    height: 100%;
}

.wrapper {
    position: relative;
    height: 100%;
    min-height: 700px;
    padding: 20% 10% 10%;
    background-color: #222;
    background-position: left top;
    background-repeat: repeat;
}

.Header {
    position: relative;
    z-index: 2;
    font-size: 10em;
    line-height: 2;
    color: #FFF;
    text-align: center;
    pointer-events: none;
}

.fundal {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url("/images/roffo_0.png");
    background-size: cover;
    background-color: transparent;
    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-animation-name: ChangeImages;
    -moz-animation-name: ChangeImages;
    animation-name: ChangeImages;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes ChangeImages {
    0% {
        background-image: url("/images/roffo_0.png");
    }
    7.14% {
        background-image: url("/images/roffo_1.png");
    }
    14.28% {
        background-image: url("/images/roffo_2.png");
    }
    21.42% {
        background-image: url("/images/roffo_3.png");
    }
    28.56% {
        background-image: url("/images/roffo_4.png");
    }
    37.5% {
        background-image: url("/images/roffo_5.png");
    }
    42.84% {
        background-image: url("/images/roffo_6.png");
    }
    49.98% {
        background-image: url("/images/roffo_7.png");
    }
    57.12% {
        background-image: url("/images/roffo_8.png");
    }
    64.26% {
        background-image: url("/images/roffo_9.png");
    }
    71.4% {
        background-image: url("/images/roffo_10.png");
    }
    78.54% {
        background-image: url("/images/roffo_11.png");
    }
    85.68% {
        background-image: url("/images/roffo_12.png");
    }
    92.82% {
        background-image: url("/images/roffo_13.png");
    }
    100% {
        background-image: url("/images/roffo_14.png");
    }
}
@-moz-keyframes ChangeImages {
    0% {
        background-image: url("/images/roffo_0.png");
    }
    7.14% {
        background-image: url("/images/roffo_1.png");
    }
    14.28% {
        background-image: url("/images/roffo_2.png");
    }
    21.42% {
        background-image: url("/images/roffo_3.png");
    }
    28.56% {
        background-image: url("/images/roffo_4.png");
    }
    37.5% {
        background-image: url("/images/roffo_5.png");
    }
    42.84% {
        background-image: url("/images/roffo_6.png");
    }
    49.98% {
        background-image: url("/images/roffo_7.png");
    }
    57.12% {
        background-image: url("/images/roffo_8.png");
    }
    64.26% {
        background-image: url("/images/roffo_9.png");
    }
    71.4% {
        background-image: url("/images/roffo_10.png");
    }
    78.54% {
        background-image: url("/images/roffo_11.png");
    }
    85.68% {
        background-image: url("/images/roffo_12.png");
    }
    92.82% {
        background-image: url("/images/roffo_13.png");
    }
    100% {
        background-image: url("/images/roffo_14.png");
    }
}
@keyframes ChangeImages {
    0% {
        background-image: url("/images/roffo_0.png");
    }
    7.14% {
        background-image: url("/images/roffo_1.png");
    }
    14.28% {
        background-image: url("/images/roffo_2.png");
    }
    21.42% {
        background-image: url("/images/roffo_3.png");
    }
    28.56% {
        background-image: url("/images/roffo_4.png");
    }
    37.5% {
        background-image: url("/images/roffo_5.png");
    }
    42.84% {
        background-image: url("/images/roffo_6.png");
    }
    49.98% {
        background-image: url("/images/roffo_7.png");
    }
    57.12% {
        background-image: url("/images/roffo_8.png");
    }
    64.26% {
        background-image: url("/images/roffo_9.png");
    }
    71.4% {
        background-image: url("/images/roffo_10.png");
    }
    78.54% {
        background-image: url("/images/roffo_11.png");
    }
    85.68% {
        background-image: url("/images/roffo_12.png");
    }
    92.82% {
        background-image: url("/images/roffo_13.png");
    }
    100% {
        background-image: url("/images/roffo_14.png");
    }
}
.generator {
    position: absolute;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    color: #999;
}

.glitch {
    color: white;
    font-size: 7em;
    font-weight: bold;
    position: relative;
    width: auto;
    margin: 0 auto;
    max-width: 80%;
    background: rgba(0, 0, 0, 0.95);
    letter-spacing: 1px;
    z-index: 3;
}

.glitch__two {
    color: white;
    font-size: 7em;
    font-weight: bold;
    position: relative;
    width: auto;
    margin: 0 auto;
    max-width: 80%;
    background: rgba(0, 0, 0, 0.95);
    letter-spacing: 1px;
    z-index: 3;
}

.glitch__three {
    color: white;
    font-size: 7em;
    font-weight: bold;
    position: relative;
    width: auto;
    margin: 0 auto;
    max-width: 80%;
    background: rgba(0, 0, 0, 0.95);
    letter-spacing: 1px;
    z-index: 3;
}



@keyframes noise-anim {
    0% {
        clip: rect(69px, 9999px, 13px, 0);
    }
    5% {
        clip: rect(31px, 9999px, 32px, 0);
    }
    10% {
        clip: rect(41px, 9999px, 19px, 0);
    }
    15% {
        clip: rect(16px, 9999px, 51px, 0);
    }
    20% {
        clip: rect(42px, 9999px, 83px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 69px, 0);
    }
    30% {
        clip: rect(23px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(43px, 9999px, 18px, 0);
    }
    40% {
        clip: rect(55px, 9999px, 86px, 0);
    }
    45% {
        clip: rect(5px, 9999px, 2px, 0);
    }
    50% {
        clip: rect(7px, 9999px, 49px, 0);
    }
    55% {
        clip: rect(73px, 9999px, 79px, 0);
    }
    60% {
        clip: rect(41px, 9999px, 69px, 0);
    }
    65% {
        clip: rect(29px, 9999px, 64px, 0);
    }
    70% {
        clip: rect(91px, 9999px, 1px, 0);
    }
    75% {
        clip: rect(84px, 9999px, 27px, 0);
    }
    80% {
        clip: rect(2px, 9999px, 61px, 0);
    }
    85% {
        clip: rect(20px, 9999px, 92px, 0);
    }
    90% {
        clip: rect(6px, 9999px, 16px, 0);
    }
    95% {
        clip: rect(71px, 9999px, 10px, 0);
    }
    100% {
        clip: rect(21px, 9999px, 70px, 0);
    }
}

@keyframes noise-anim2 {
    0% {
        clip: rect(43px, 9999px, 18px, 0);
    }
    5% {
        clip: rect(31px, 9999px, 32px, 0);
    }
    10% {
        clip: rect(41px, 9999px, 19px, 0);
    }
    15% {
        clip: rect(5px, 9999px, 2px, 0);
    }
    20% {
        clip: rect(29px, 9999px, 64px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 69px, 0);
    }
    30% {
        clip: rect(23px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(69px, 9999px, 13px, 0);
    }
    40% {
        clip: rect(55px, 9999px, 86px, 0);
    }
    45% {
        clip: rect(16px, 9999px, 51px, 0);
    }
    50% {
        clip: rect(7px, 9999px, 49px, 0);
    }
    55% {
        clip: rect(6px, 9999px, 16px, 0);
    }
    60% {
        clip: rect(41px, 9999px, 69px, 0);
    }
    65% {
        clip: rect(42px, 9999px, 83px, 0);
    }
    70% {
        clip: rect(91px, 9999px, 1px, 0);
    }
    75% {
        clip: rect(84px, 9999px, 27px, 0);
    }
    80% {
        clip: rect(2px, 9999px, 61px, 0);
    }
    85% {
        clip: rect(20px, 9999px, 92px, 0);
    }
    90% {
        clip: rect(73px, 9999px, 79px, 0);
    }
    95% {
        clip: rect(71px, 9999px, 10px, 0);
    }
    100% {
        clip: rect(21px, 9999px, 70px, 0);
    }
}

@keyframes noise-anim3 {
    0% {
        clip: rect(69px, 9999px, 13px, 0);
    }
    5% {
        clip: rect(31px, 9999px, 32px, 0);
    }
    10% {
        clip: rect(41px, 9999px, 19px, 0);
    }
    15% {
        clip: rect(16px, 9999px, 51px, 0);
    }
    20% {
        clip: rect(42px, 9999px, 83px, 0);
    }
    25% {
        clip: rect(82px, 9999px, 69px, 0);
    }
    30% {
        clip: rect(23px, 9999px, 38px, 0);
    }
    35% {
        clip: rect(43px, 9999px, 18px, 0);
    }
    40% {
        clip: rect(55px, 9999px, 86px, 0);
    }
    45% {
        clip: rect(5px, 9999px, 2px, 0);
    }
    50% {
        clip: rect(7px, 9999px, 49px, 0);
    }
    55% {
        clip: rect(73px, 9999px, 79px, 0);
    }
    60% {
        clip: rect(41px, 9999px, 69px, 0);
    }
    65% {
        clip: rect(29px, 9999px, 64px, 0);
    }
    70% {
        clip: rect(91px, 9999px, 1px, 0);
    }
    75% {
        clip: rect(84px, 9999px, 27px, 0);
    }
    80% {
        clip: rect(2px, 9999px, 61px, 0);
    }
    85% {
        clip: rect(20px, 9999px, 92px, 0);
    }
    90% {
        clip: rect(6px, 9999px, 16px, 0);
    }
    95% {
        clip: rect(71px, 9999px, 10px, 0);
    }
    100% {
        clip: rect(21px, 9999px, 70px, 0);
    }
}
.glitch:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}


.glitch__two:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim2 1s infinite linear alternate-reverse;
}


.glitch__three:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 red;
    top: 0;
    color: white;
    background: black;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim3 3s infinite linear alternate-reverse;
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(52px, 9999px, 52px, 0);
    }
    5% {
        clip: rect(12px, 9999px, 2px, 0);
    }
    10% {
        clip: rect(9px, 9999px, 74px, 0);
    }
    15% {
        clip: rect(27px, 9999px, 41px, 0);
    }
    20% {
        clip: rect(12px, 9999px, 47px, 0);
    }
    25% {
        clip: rect(42px, 9999px, 9px, 0);
    }
    30% {
        clip: rect(82px, 9999px, 78px, 0);
    }
    35% {
        clip: rect(29px, 9999px, 78px, 0);
    }
    40% {
        clip: rect(19px, 9999px, 56px, 0);
    }
    45% {
        clip: rect(41px, 9999px, 60px, 0);
    }
    50% {
        clip: rect(45px, 9999px, 5px, 0);
    }
    55% {
        clip: rect(72px, 9999px, 53px, 0);
    }
    60% {
        clip: rect(17px, 9999px, 31px, 0);
    }
    65% {
        clip: rect(48px, 9999px, 23px, 0);
    }
    70% {
        clip: rect(66px, 9999px, 93px, 0);
    }
    75% {
        clip: rect(81px, 9999px, 55px, 0);
    }
    80% {
        clip: rect(36px, 9999px, 21px, 0);
    }
    85% {
        clip: rect(40px, 9999px, 79px, 0);
    }
    90% {
        clip: rect(56px, 9999px, 9px, 0);
    }
    95% {
        clip: rect(42px, 9999px, 42px, 0);
    }
    100% {
        clip: rect(68px, 9999px, 47px, 0);
    }
}
.glitch:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 2s infinite linear alternate-reverse;
}


.glitch__two:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

.glitch__three:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 blue;
    top: 0;
    color: white;
    background: rgba(0, 0, 0, 0.25);
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 1s infinite linear alternate-reverse;
}
