
/* Main stuff */
body {
    /*background: #111;
    color: #fff; */
	
	background: url(../img/bg_main.jpg);
    background-size: cover;
    background-attachment: fixed;  
}
  
.text {
  /*fill: #333;*/
  fill: none;
  stroke-linejoin: round;
  stroke-dasharray: 70 330;
  stroke-dashoffset: 0;
  -webkit-animation: stroke 6s infinite linear;
  animation: stroke 6s infinite linear; 
}
  
.text-stroke-lg {
  stroke-width: 6;
}

.text-stroke-sm {
  stroke-width: 3;
}

.text:nth-child(5n + 1) {
    stroke: #F2385A;
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s; }
.text:nth-child(5n + 2) {
    stroke: #F5A503;
    -webkit-animation-delay: -2.4s;
    animation-delay: -2.4s; }
.text:nth-child(5n + 3) {
    stroke: #E9F1DF;
    -webkit-animation-delay: -3.6s;
    animation-delay: -3.6s; }
.text:nth-child(5n + 4) {
    stroke: #56D9CD;
    -webkit-animation-delay: -4.8s;
    animation-delay: -4.8s; }
.text:nth-child(5n + 5) {
    stroke: #3aa1bf;
    -webkit-animation-delay: -6s;
    animation-delay: -6s; }

@-webkit-keyframes stroke {
  100% {
    stroke-dashoffset: -400; } }
@keyframes stroke {
  100% {
    stroke-dashoffset: -400; } }


svg {
  width: 50%;
  margin: 0 auto;
  display: block;
  text-transform: uppercase; 
  
  /*background: #111;*/
  background: rgba(34, 34, 34, 0.6);
}

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