html, body {
    background: black url(images/Battle%20Axes-10.jpg) no-repeat center center fixed;
    background-size: contain;
    color: white;

    font-family: Helvetica Neue;

    height: 100%;
    margin: 0;
}

#fwf-logo {
	width: 200px;
	height: 90px;
	background: url(images/FWF.png);
	background-size: 200px;
	bottom: 20px;
	right: 30px;
	display: inline-block;
	position: fixed;
}

.slide-in-blurred-top {
	-webkit-animation: slide-in-blurred-top 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	        animation: slide-in-blurred-top 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) both;
	animation-delay: 1000ms;
}

.title {
	font-family: 'Black Han Sans';
	color: rgb(253, 60, 43);
	font-size: 55pt;
	font-style: italic;
	font-weight: bolder;
	letter-spacing: 2px;

	transform: translate(-180px, 230px) rotate(-90deg) skew(-10deg, 0deg);
	position: fixed;
}

.title.gradient {
	background: linear-gradient(to left, rgb(253, 200, 46), rgb(252, 45, 28));
	-webkit-background-clip: text;
	-moz-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-moz-text-fill-color: transparent;
	text-fill-color: transparent;
}

.title.shadow {
	text-shadow: 1px 1px rgb(132, 21, 11), 
                 2px 2px rgb(132, 21, 11), 
                 3px 3px rgb(132, 21, 11), 
                 4px 4px rgb(132, 21, 11), 
                 5px 5px rgb(132, 21, 11), 
                 6px 6px rgb(132, 21, 11);
}


/* ----------------------------------------------
 * Generated by Animista on 2020-6-4 23:57:52
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-blurred-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: -50% 0%;
            transform-origin: -50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: -50% 50%;
            transform-origin: -50% 50%;
    opacity: 1;
  }
}
@keyframes slide-in-blurred-top {
  0% {
    -webkit-transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
            transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    -webkit-transform-origin: -50% 0%;
            transform-origin: -50% 0%;
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) scaleY(1) scaleX(1);
            transform: translateY(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: -50% 50%;
            transform-origin: -50% 50%;
    opacity: 1;
  }
}
