/* Preloader styles */
.loading-indicator {
  display: inline-block;
  margin-left: 5px;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #fff;
  font-size: 90px;
  line-height: 90px;
  min-width: 40px;
}

/* Ensure the title has a transition */
.section_welcome .title {
  /* Keep the title visible without animation */
  display: block;
}

/* Continue button fade transition */
.continue {
  transition: opacity 0.5s;
} 