/*
 Theme Name:   Lunna Child Theme
 Theme URI:    http://lunna.axiomthemes.com/
 Description:  Lunna Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com
 Template:     lunna
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  lunna
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */






body .has-text-gradient-color {
    background: -webkit-gradient(linear, left top, left bottom, from(#053956), color-stop(50%, #3591c5), to(#078ed9));
    background: -webkit-linear-gradient(top, #053956 0%, #3591c5 50%, #078ed9 100%);
    background: -o-linear-gradient(top, #053956 0%, #3591c5 50%, #078ed9 100%);
    background: linear-gradient(180deg, #053956 0%, #3591c5 50%, #078ed9 100%);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}


    .animate-charcter
{
 background-image: linear-gradient( -225deg, #000  0%, #76caf9 29%, #fff 67%, #b7d1df 100% );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 3s linear infinite;
  display: inline-block;
      font-size: 10vw;
      line-height: 1em;
      margin:0;
	letter-spacing:5px;
     
  
}



@keyframes textclip {
  to {
    background-position: 200% center;
  }
}


