.fta {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: gray;
   color: white;
   text-align: center;
}

.ftb {
    //background-color: black;
    font-family: "Audiowide", sans-serif;
    color: white;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px black, 0 0 25px orange, 0 0 5px darkblue;
}
.fyc {
	color: #0a2071;
	opacity: .5;
	margin-bottom: 0;
    font-size: .9rem;
    font-family: "Resolve Sans Light";
    line-height: 1.5;
    font-weight: 200;
	text-align: center;
}
