body {
    margin: 0px;
    padding: 0px;
    font-family: 'Slabo 27px', serif;
}

.scroller_ {
    height: 100vh;
    overflow-y: scroll;
    //: repeat(320px);
    scroll-snap-destination: 0 0;
    scroll-snap-type: y mandatory;
    scroll-snap-type: mandatory;
}

.scroller .episodes_ {
    padding: 2em;
    height: 100vh;
    scroll-snap-align: start;
}

@media (max-width:999px) {
    section {
        padding: 0;
        height: 100vh;
        scroll-snap-align: start;
        margin-top: 139px;
        width: 100%;
    }
}

@media (min-width:1000px) {
    section {
        padding: 0;
        height: 100vh;
        scroll-snap-align: start;
        margin-top: 139px;
        width: 60%;
    }
}

section {
    padding: 0;
    height: 100vh;
    scroll-snap-align: start;
    margin-top: 139px;
    width: 100%;
}

@media (min-width:1000px) {
    .box__agenda {
        width: 30%;
        padding: 2em;
        float: right;
        position: fixed;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, #DC2424, #4A569D);
        color: #ffffff;
        min-width: 450px;
        transition: transform;
        transform: rotate(-7deg) translate(61px, 35px);
        box-shadow: 1px 0px 64px 27px rgba(0, 0, 0, 0.2);
        height: 100vh;
    }
}

@media (max-width:999px) {
    .box__agenda {
        padding: 2em;
        position: relative;
        top: 0;
        right: 0;
        background: linear-gradient(90deg, #DC2424, #4A569D);
        color: #ffffff;
        box-shadow: 1px 0px 64px 27px rgba(0, 0, 0, 0.2);
        width: 89%;
        display: block;
        float: left;
        margin: 0px;
        text-align: center;
    }
}

.box__gr {
    margin: 0px;
    padding: 0px;
}

.box__gr--lr {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,ffffff+100&0.55+0,1+100 */
    background: -moz-linear-gradient(45deg,  rgba(204,204,204,0.55) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(204,204,204,0.55) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(204,204,204,0.55) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ccccccc', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.box__gr--rl {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,cccccc+100&1+0,0.55+100 */
    background: -moz-linear-gradient(45deg,  rgba(255,255,255,1) 0%, rgba(204,204,204,0.55) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(204,204,204,0.55) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(255,255,255,1) 0%,rgba(204,204,204,0.55) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#8ccccccc',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

h3 {
    color: #DC2424;
    font-size: 55px;
    font-family: 'Bahianita', cursive;
    display: block;
    transition: transform;
    transform: rotateY(1deg);
    clear: both;
}

.glitch {
    font-size: 100px;
    font-family: 'Bahianita', cursive;
    line-height: 1;
    font-weight: 700;
    position: fixed;
    top: 15px;
    left: 15px;
    margin: 0;
    text-decoration: none;
    color: #ffffff;
    z-index: 100;
    padding-left: -5px;
    background-repeat: no-repeat;
}

.glitch::before,
.glitch::after {
    display: block;
    content: "daily agile NINJA MOVES";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
}

.glitch::after {
    color: #DC2424;
    z-index: -1;
    transform: translate(-5px, 4px);
}

.glitch::before {
    color: #4A569D;
    z-index: -2;
    transform: translate(-5px, -4px);
}

.footer {
    overflow: auto;
    background-color: #000000;
    color: #ffffff;
    background-image: linear-gradient(276deg, rgb(220, 36, 36) 0%, rgb(74, 86, 157) 100%);
    height: 400px;
}