/* scss --update float.scss */
.float-text span {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  color: grey;
  /* animation: name time func delay iteration dir fill play; */
  animation: float 20s linear 4s infinite;
  -webkit-animation: float 20s linear 4s infinite;
  -ms-animation: float 20s linear 4s infinite;
  -moz-animation: float 20s linear 4s infinite;
  -o-animation: float 20s linear 4s infinite; }
  .float-text span:nth-child(2) {
    animation-delay: 6s;
    -webkit-animation-delay: 6s;
    -ms-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s; }
  .float-text span:nth-child(3) {
    animation-delay: 8s;
    -webkit-animation-delay: 8s;
    -ms-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s; }
  .float-text span:nth-child(4) {
    animation-delay: 10s;
    -webkit-animation-delay: 10s;
    -ms-animation-delay: 10s;
    -moz-animation-delay: 10s;
    -o-animation-delay: 10s; }
  .float-text span:nth-child(5) {
    animation-delay: 12s;
    -webkit-animation-delay: 12s;
    -ms-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s; }
  .float-text span:nth-child(6) {
    animation-delay: 14s;
    -webkit-animation-delay: 14s;
    -ms-animation-delay: 14s;
    -moz-animation-delay: 14s;
    -o-animation-delay: 14s; }
  .float-text span:nth-child(7) {
    animation-delay: 16s;
    -webkit-animation-delay: 16s;
    -ms-animation-delay: 16s;
    -moz-animation-delay: 16s;
    -o-animation-delay: 16s; }
  .float-text span:nth-child(8) {
    animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -ms-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s; }
  .float-text span:nth-child(9) {
    animation-delay: 20s;
    -webkit-animation-delay: 20s;
    -ms-animation-delay: 20s;
    -moz-animation-delay: 20s;
    -o-animation-delay: 20s; }
  .float-text span:nth-child(10) {
    animation-delay: 22s;
    -webkit-animation-delay: 22s;
    -ms-animation-delay: 22s;
    -moz-animation-delay: 22s;
    -o-animation-delay: 22s; }

@keyframes float {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 00%;
    left: 36%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 20%;
    left: 20%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 04%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 80%;
    left: 96%; } }
@-webkit-keyframes float {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 00%;
    left: 36%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 20%;
    left: 20%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 04%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 80%;
    left: 96%; } }
@-ms-keyframes float {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 00%;
    left: 36%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 20%;
    left: 20%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 04%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 80%;
    left: 96%; } }
@-moz-keyframes float {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 00%;
    left: 36%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 205;
    left: 20%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 04%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 80%;
    left: 96%; } }
@-o-keyframes float {
  0% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 00%;
    left: 36%; }
  25% {
    transform: scale(0.75);
    opacity: 0.75;
    top: 20%;
    left: 20%; }
  50% {
    transform: scale(1);
    opacity: 1.00;
    top: 40%;
    left: 04%; }
  100% {
    transform: scale(0.5);
    opacity: 0.00;
    top: 80%;
    left: 96%; } }

/*# sourceMappingURL=float.css.map */
