/* Fonts by Brian Kent */
@font-face
{
	font-family: '8-Bit Limit';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../fonts/8bitlim.ttf) format('truetype');
}

@font-face
{
	font-family: 'Visitor';
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: url(../fonts/VisitorTt1Brk-Bpew.ttf) format('truetype');
}

html
{
	background: #222 url(../images/bg.png);
	background-attachment: fixed;
	background-position: right;
	background-size: cover;
	color: white;
	font-family: 'Visitor', sans-serif;
}

body
{
	margin: 0 auto;
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 14pt;
	text-shadow: 1px 1px black, -1px 1px black, 1px -1px black, -1px -1px black;
	background-image: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 1) 100%);
}

div.page
{
	width: 500px;
	min-width: 500px;
	margin: 40px;
	padding: 40px;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255,255,255,0.1);
}

h2
{
	border-bottom: 1px solid rgba(255,255,255,0.1);
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 25%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%);
	border-image-slice: 1;
	padding-bottom: 5px;
	font-weight: normal;
}

div.header img
{
	display: block;
	margin: 0 auto;
}

div.header img.pip
{
	width: 48px;
	image-rendering: pixelated;
	margin-bottom: 20px;
}

div.header img.logo
{
	width: 85%;
}

div.section
{
	margin-bottom: 30px;
}

ol.buttons
{
	list-style: none;
	padding: 0;
}

ol.buttons li a
{
	display: block;
	text-decoration: none;
	background: rgba(0, 0, 0, 0.3);
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.1);
	border-radius: 10px;
	color: #ccc;
	font-family: '8-Bit Limit', sans-serif;
	font-size: 14pt;
	letter-spacing: 0.06em;
	line-height: 55px;
	margin-bottom: 10px;
	position: relative;
}

ol.buttons li a:hover
{
	background: rgba(0, 0, 0, 0.5);
	border-color: #01bff2;
	color: white;
}

ol.buttons svg
{
	position: absolute;
	inset: 13px;
	height: 30px;
	width: 35px;
	filter: drop-shadow(1px 1px 0px black) drop-shadow(1px -1px 0px black) drop-shadow(-1px 1px 0px black) drop-shadow(-1px -1px 0px black);
	transition: transform 0.5s;
}

ol.buttons li a:hover svg
{
	transform: rotateY(360deg);
}

a.apparition
{
	display: inline-block;
	transition: opacity 0.2s;
}

a.apparition img
{
	image-rendering: pixelated;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

a.apparition:hover
{
	opacity: 0.5;
}

div.copyright
{
	color: #666;
}
