
@font-face {
	font-family: Bagnard;
	src: url("/trans-port/BagnardSans.otf") format("opentype");
}
@font-face {
	font-family: CooperHewitt;
	src: url("/trans-port/CooperHewitt-Medium.otf") format("opentype");
}
@font-face {
	font-family: Cotham;
	src: url("/trans-port/CothamSans.otf") format("opentype");
}
@font-face {
	font-family: EBGaramond;
	src: url("/trans-port/EBGaramond08-Regular.otf") format("opentype");
}

@keyframes fontshift {
	0% { font-family: Bagnard; }
	24.9% { font-family: Bagnard; }
	25% { font-family: CooperHewitt; }
	49.9% { font-family: CooperHewitt; }
	50% { font-family: Cotham; }
	74.9% { font-family: Cotham; }
	75% { font-family: EBGaramond; }
	100% { font-family: EBGaramond; }
}

@keyframes transshift {
	0% { color: #5bcffb; }
	25% { color: #f5abb9; }
	50% { color: white; }
	75% { color: #f5abb9; }
	100% { color: #5bcffb; }
}

@keyframes lshift {
	0% { transform: translate(100vw, 0); }
	100% { transform: translate(-100%, 0); }
}


body {
	background: #111;
	color: #fff;
}

.fontshift {
	animation: fontshift 4s infinite;
}

.screencenter {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title {
	display: block;
	position: relative;
	width: min(20vw, 5cm);
	height: min(30vh, 5cm);
	* {
		position: absolute;
		top: 0;
		left: 0;
		width: min(20vw, 5cm);
		height: min(30vh, 5cm);
	}
	p {
		color: #000;
		text-align: center;
		top: 50%;
		height: unset;
		transform: translate(0, -50%);
		margin: 0;
		filter: invert(1);
		mix-blend-mode: difference;
		font-size: min(15vh, 1cm, 5vw);
	}

}

.title-wrap {
	margin: 1cm;
}

img {
	max-width: 100%;
	max-height: 100%;
}


.large {
	font-size: min(25vw, 50vh);
	margin: 0;
}

.funky {
	color: #000;
	filter: invert(1);
	mix-blend-mode: difference;
}

.ticker {
	font-size: 14pt;
	border-top: 1px solid #0006;
	border-bottom: 1px solid #0006;
	position: fixed;
	top: 1cm;
	right: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
	max-width: 100vw;
	white-space: nowrap;
	p {
		display: block;
		width: max-content;
		height: 100%;
		max-height: 1em;
		margin: 0;
		padding-bottom: 0.4em;
		animation: lshift 42.5s infinite;
		animation-timing-function: linear;
	}
}

.bot {
	width: 100%;
	text-align: right;
	a {
		animation: transshift 5s infinite;
		text-decoration: none;
		padding-left: 0.5cm;
		padding-right: 0.5cm;
	}
	margin: 0;
	position: sticky;
	background: #1115;
	font-size: 24pt;
	font-family: Bagnard;
	left: 0;
	bottom: 0cm;
	padding-bottom: 0.5cm;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}


p {
	text-align: justify;
	font-family: Cotham, sans-serif;
}

h1 {
	margin-top: 7.5vh;
	font-family: EBGaramond;
}
