/* 
* Animations
* -----------------------------------------------------
*/

@keyframes blinker {
    50% {
        opacity: 0.0;
    }
}