/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
#footer-bottom{
display:none;
}

/*.et-fixed-header #logo { content:url("https://webdesign.argobs.com/wp-content/uploads/2021/02/Argo-Webdesign-Logo-07.png");
}*/


.titletype {
  border-right: solid 3px rgba(0,255,0,.75);
  white-space: nowrap;
  overflow: hidden;    
  font-family: 'Poppins', monospace;  
  font-size: 6vh;
  color: rgba(0,0,0,1);
}

/* Animation */
.titletype {
  animation: animated-text 4s steps(29,end) 1s 1 normal both, animated-cursor 600ms steps(29,end);
}

/* text animation */

@keyframes animated-text{
  from{width: 0;}
  to{width: 70%;}
}

/* cursor animations */

@keyframes animated-cursor{
  from{border-right-color: rgba(0,255,0,.75);}
  to{border-right-color: transparent;}
}