﻿7777body {
  font: 400 1em/1.5 "Neuton";
  11background: #090d00;
  color: rgba(255, 255, 255, 0.25);
  text-align: center;
  11margin: 0;
}

.key-topics {
	 font-size: 1.2rem;
	  color: rgba(255, 255, 255, 0.70);
	}

.explainer-main-subject { 
  777color: rgba(255, 255, 255, 0.25);   color: rgba(255, 255, 255, 0.70);
	font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.5em; letter-spacing: 0.1em; 
  display: inline-block;
  border: 4px double rgba(255, 255, 255, 0.25);
  border-width: 4px 0;
  padding: 1.5em 0em;
  77777position: absolute;
  11top: 18%;
  11left: 50%;
  11width: 40em;
  777margin: 0 0 0 -20em;
}
.explainer-main-subject span {
 font: 700 4em/1 "Oswald", sans-serif;    
  font-size: 5vw;
  font-family: "Oswald", sans-serif; 
  letter-spacing: 0;
  padding: 0.25em 0 0.325em;
  display: block;
  margin: 0 auto;
  text-shadow: 0 0 80px rgba(255, 255, 255, 0.5);
  /* Clip Background Image */
  background: url(../Picture_Center/site-logo-center/animate-img-fill.png) repeat-y;
  -webkit-background-clip: text;
  background-clip: text;
  /* Animate Background Image */
  -webkit-text-fill-color: transparent;
  -webkit-animation: aitf 80s linear infinite;
  /* Activate hardware acceleration for smoother animations */
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
}

/* Animate Background Image */
@-webkit-keyframes aitf {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}