/* Fix typewriter text alignment */
.typed-text-output,
#typed-text,
.typed-cursor {
  text-align: left !important;
  direction: ltr !important;
  unicode-bidi: plaintext !important;
}
.hero-area .typing-carousel,
.hero-area [data-typed-text] {
  text-align: left !important;
}
/* Hide typed.js blinking cursor when using fade mode */
.ityped-cursor {
  display: none !important;
}
/* Fade carousel positioning */
.typing-carousel {
  text-align: center !important;
  margin-top: 40px !important;
  padding-top: 20px !important;
  width: 100% !important;
  display: block !important;
  position: relative !important;
}
#typed {
  text-align: center !important;
  display: block !important;
  width: 100% !important;
  margin: 0 auto !important;
  position: relative !important;
}
div.container.content.text-center .typing-carousel {
  margin-top: 40px !important;
  padding-top: 20px !important;
  text-align: center !important;
}
/* Hide author circle image */
#home img, #home .rounded-circle, .home-section img.rounded-circle {
  display: none !important;
}
