﻿#st-control-1:checked~.st-scroll #st-panel-1 h2,
#st-control-2:checked~.st-scroll #st-panel-2 h2,
#st-control-3:checked~.st-scroll #st-panel-3 h2,
#st-control-4:checked~.st-scroll #st-panel-4 h2,
#st-control-5:checked~.st-scroll #st-panel-5 h2,
#st-control-5:checked~.st-scroll #st-panel-6 h2 {
    animation-duration: 5s;
    animation-delay: 0s;
}

#st-control-2:checked~.st-scroll #st-panel-2 img,
#st-control-3:checked~.st-scroll #st-panel-3 img,
#st-control-4:checked~.st-scroll #st-panel-4 img,
#st-control-5:checked~.st-scroll #st-panel-5 img,
#st-control-5:checked~.st-scroll #st-panel-6 img {
    animation-duration: 1s;
    animation-delay: 0.9s;
}

.t0 {
    animation-duration: 1s;
    animation-delay: 0.7s;
}

.t1 {
    animation-duration: 3s;
    animation-delay: 1.7s;
}

.t2 {
    animation-duration: 1.5s;
    animation-delay: 2.5s;
}

.t3 {
    animation-duration: 0.9s;
    animation-delay: 3.5s;
}

.t4 {
    animation-duration: 1.5s;
    animation-delay: 4s;
}

.t5 {
    animation-duration: 0.9s;
    animation-delay: 5.5s;
}

.t6 {
    animation-duration: 3s;
    animation-delay: 6s;
}