﻿


.footer {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: -2px;
    border: none;
    font: normal normal bold 16px/normal "Warnes", Helvetica, sans-serif;
    color: rgba(0,0,0,1);
    text-decoration: normal;
    text-align: center;
    text-indent: 1px;
    -o-text-overflow: clip;
    text-overflow: clip;
    white-space: pre;
    text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(234,247,247,1), 0 0 30px rgba(255,255,255,1), 0 0 40px #051400, 0 0 70px #306800, 0 0 80px #0d2300, 0 0 100px #ff00de;
    -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

    .footer:hover {
        padding: 0;
        color: rgba(12,0,0,1);
        text-indent: 2px;
        text-shadow: 0 0 10px rgba(255,255,255,1), 0 0 20px rgba(255,255,255,1), 0 0 30px rgba(255,255,255,1), 0 0 40px #00ffff, 0 0 70px #00ffff, 0 0 80px #00ffff, 0 0 100px #00ffff;
    }
