/* snowFlurry JS - version 1
Copyright © 2015 S. William
Licensed Under MIT */

.single-flake {
    background-color: #fff;
    /*box-shadow: 4px 1px 5px 0px rgba(0,0,0,0.32);*/
    /*-webkit-box-shadow: 4px 1px 5px 0px rgba(0,0,0,0.32);*/
    /*-moz-box-shadow: 4px 1px 5px 0px rgba(0,0,0,0.32);*/
    position: fixed;
    top: 0;
    z-index: 99999;
}

.snow-animate {
    top: 99.5%;
}
