@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900italic,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);

.fntheader {
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color:grey;
}

.fnthero {
  font-family: "Oxygen", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: darkslategrey;
  font-size: 20px;
}

@keyframes ticker-kf {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-108rem, 0, 0);
  }
}

.img-ticker {
  animation: ticker-kf 18s linear infinite;
}

.mx-4 {
  margin-left: 4px;
  margin-right: 4px;
  width: 300px;
}

.fntheaderwhite {
  font-family: "Alegreya", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: white;
}

.align-justify {
  text-align: justify;
}


