@font-face {
  font-family: 'Bitstream Vera Sans Mono';
  src: url('/fonts/VeraMono.eot');
  src: local('Bitstream Vera Sans Mono'), url('/fonts/VeraMono.eot?#iefix') format('embedded-opentype'), url('/fonts/VeraMono.woff2') format('woff2'), url('/fonts/VeraMono.woff') format('woff'), url('/fonts/VeraMoIt.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Bitstream Vera Sans Mono';
  src: url('/fonts/VeraMoIt.eot');
  src: local('Bitstream Vera Sans Mono Oblique'), url('/fonts/VeraMoIt.eot?#iefix') format('embedded-opentype'), url('/fonts/VeraMoIt.woff2') format('woff2'), url('/fonts/VeraMoIt.woff') format('woff'), url('/fonts/VeraMoIt.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Bitstream Vera Sans Mono';
  src: url('/fonts/VeraMoBd.eot');
  src: local('Bitstream Vera Sans Mono Bold'), url('/fonts/VeraMoBd.eot?#iefix') format('embedded-opentype'), url('/fonts/VeraMoBd.woff2') format('woff2'), url('/fonts/VeraMoBd.woff') format('woff'), url('/fonts/VeraMoBd.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Bitstream Vera Sans Mono';
  src: url('/fonts/VeraMoBI.eot');
  src: local('Bitstream Vera Sans Mono Bold Oblique'), url('/fonts/VeraMoBI.eot?#iefix') format('embedded-opentype'), url('/fonts/VeraMoBI.woff2') format('woff2'), url('/VeraMoBI.woff') format('woff'), url('/fonts/VeraMoBI.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

body {
	background: #fff;
	color: black;
	font-family: "Bitstream Vera Sans Mono", monospace;
	font-size: 8pt;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	max-width: 1400px;
	overflow-y: scroll;
}

a {
	background: #000;
	color: #fff;
	text-decoration: none;
	padding: 0 0.3em;
	opacity: 1;
}

a:link {
	transition: opacity 75ms linear;
}

a:visited {
	background-color: #555;
}

a:hover {
	opacity: 0.4;
}

h1 {
	font-size: 100%;
	margin: 2.5em 3em 0 3em;
	font-weight: normal;
	text-align: left;
}

h1 span {
	text-transform: uppercase;
}

ul {
	list-style: none;
	list-style-type: none;
	margin-left: 0.75em;
	padding: 0 0 0 1.2em;
	display: block;
}

ul li::before {
	display: block;
	content: "* ";
	transform: translateX(-1.2em);
	margin-bottom: -1.5em;
	width: 1.2em;
}

ul li {
	position: relative;
	z-index: 10;
}

div {
	padding: 0 0 0 3em;
}

div h2 {
	margin-top: 0;
	padding-top: 25px;
}

section {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 3em 0;
	margin: 0 auto 0 3em;
	width: 560px;
	transform: translate(-1400px, 2000px); /* since we're adding delay */
	animation-name: moveInfo;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	animation-duration: 750ms;
	animation-fill-mode: forwards;
	-moz-animation-name: moveInfo;
	-moz-animation-iteration-count: 1;
	-moz-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-moz-animation-duration: 750ms;
	-moz-animation-fill-mode: forwards;
	-ms-animation-name: moveInfo;
	-ms-animation-iteration-count: 1;
	-ms-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-ms-animation-duration: 750ms;
	-ms-animation-fill-mode: forwards;
	-webkit-animation-name: moveInfo;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-webkit-animation-duration: 750ms;
	-webkit-animation-fill-mode: forwards;
	-o-animation-name: moveInfo;
	-o-animation-iteration-count: 1;
	-o-animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
	-o-animation-duration: 750ms;
	-o-animation-fill-mode: forwards;
}

@keyframes moveInfo {
	0% {
		transform: translate(-1400px, 2000px);
	}
	100% {
		transform: translate(0, 0);
	}
}

section img {
	max-width: 560px;
}

div > a:last-of-type {
	display: block;
	position: fixed;
	bottom: 48px;
	right: 48px;
	width: 48px;
	padding-top: 48px;
	height: 0;
	background: url('https://transist.or.at/logo.svg');
	background-repeat: no-repeat;
	transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 1ms linear; /*, padding 300ms cubic-bezier(0.23, 1, 0.32, 1); */
}

div > a:last-of-type:hover {
	opacity: 1;
	transform: scaleY(-1);
	width: 64px;
	padding-top: 64px;
	right: 40px;
	bottom: 40px;
}
