
:root {
	--2019primary: #99ba00;
	--2019dark: #6f8700;
	--2019text: white;
	--2019img: url("/landing/fairydustcamp.svg");
}

html {
	min-height: 100%;
}

body {
	font-family: sans-serif;
	background: #120a68;

	background-image: linear-gradient(#524c96 0%, #120a68 100%);
	background-repeat: no-repeat;
	color: white;
	font-size: 16pt;
	max-width: 25cm;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1em;
	padding-right: 1em;
}

img.icon {
	height: 16pt;
}

h1 {
	text-align: center;
	margin-top: 15vh;
}

h1.mild {
	font-size: 32pt;
	text-align: left;
	font-weight: normal;
	margin-top: 20vh;
}

h3 {
	text-align: center;
	margin-bottom: -0.25em;
	font-weight: bold;
	font-size: 16pt;
	padding-left: 1em;
	padding-right: 1em;
}

a {
	color: #fff;
}

hr {
	border: 1px solid var(--2019dark);
}

details {
	margin-top: 1em;
	margin-bottom: 1em;
}

x-q {
	font-weight: bold;
}

x-q::after {
	content: " — ";
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-weight: normal;
}

x-skip {
	height: 2.5cm;
	display: inline-block;
}

ul {
	margin-top: 2em;
	li {
		margin-bottom: 2em;
	}
}

.auth {
	font-size: 10pt;
}

.highlight-box {
	background: var(--2019dark);
	color: white;
	a {
		color: white;
	}
}

.wheel {
	display: flex;
	justify-content: space-around;
	gap: 1em 1em;
	flex-wrap: wrap;
	padding: 1em;
}

.wheel-item {
	width: 25%;
	min-width: 9em;
	justify-content: space-around;
	padding: 1em;
	text-decoration: none;
	align-content: center;
}

.rainbow-box-pink {
	border: 3px solid transparent;
	padding: 1em;
	border-image: linear-gradient(to bottom right, rgba(255,0,0,1) 0%, rgba(255,136,0,1) 25%, rgba(247,255,0,1) 50%, rgba(130,249,0,1) 75%, #10a5ea 100%);
	border-image-slice: 1;
	font-weight: bold;
}

.rainbow-box-blue {
	border: 3px solid transparent;
	padding: 1em;
	border-image: linear-gradient(to bottom right, rgba(255,0,0,1) 0%, rgba(255,136,0,1) 15%, rgba(247,255,0,1) 30%, rgba(130,249,0,1) 60%, rgba(169,54,226,1) 100%);
	border-image-slice: 1;
	font-weight: bold;
}

.rainbow-box-comic {
	background: rgba(204,10,181,1);
	background-image: linear-gradient(rgba(204,10,181,1) 0%, rgba(0,47,255,1) 100%);
	background-repeat: repeat-x;

	padding: 1em;
	border: 3px solid transparent;
	border-image: linear-gradient(to bottom right, rgba(255,0,0,1) 0%, rgba(255,136,0,1) 33%, rgba(247,255,0,1) 66%, rgba(130,249,0,1) 100%);
	border-image-slice: 1;
	font-family: Petaluma Script;
	text-decoration: underline;
}

.round-box {
	border: 3px solid transparent;
	border-color: #1a75ed;
	padding: 1em;
	border-radius: 15px;
	text-decoration: none;
}

table.article-list {
	margin-top: 0.5em;

	tr {
		td {
			vertical-align: top;
			padding-bottom: 0.5em;
		}
		td:first-child {
			font-variant-numeric: tabular-nums;
			font-weight: bold;
		}
		td:first-child::after {
			content: ": ";
			font-weight: normal;
			margin-right: 0.5em;
		}
	}
}

@font-face {
	font-family: Marvel;
	src: url("/landing/Marvel-Bold.ttf") format("truetype");
}
@font-face {
	font-family: FiraSans;
	src: url("/landing/FiraSans-Regular.ttf") format("truetype");
}

a {
	color: var(--2019text);
}

p.r {
	text-align: right;
}

body {
	background: var(--2019primary);
	background-image: var(--2019img);
	background-repeat: no-repeat;
	background-position: calc(100vw - 4cm) 12cm;
	background-size: auto 10cm;
	color: var(--2019text);
	font-family: FiraSans;
}

h1 {
	color: var(--2019dark);
	font-family: Marvel;
	font-size: 64pt;
	font-weight: normal;
	margin-top: 20vh;
	text-align: right;
}
