
#out {
  color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: white;
  
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  #out {
  color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
    
}

  }
  
#outsmall {
  color: rgba(255, 255, 255, 0);
	-webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
}

/* Keep timeline copy outside the global menu title height animation. */
.news-title > .title { height: auto !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
