@charset "UTF-8";
:root {
	--header-font: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	--body-font: Consolas, monaco, monospace;
	--code-font: Consolas, monaco, monospace;
	--key-color: #2799F6;
}
* {
	font-family: var(--body-font);
	line-height: 2em;
}

body {
	margin: 10px auto;
	max-width: 1000px;
}

h1 {
	font-family: var(--header-font);
}

footer {
	text-align: center;
	margin-top: 20rem;
}

a {
	color: #000000;
	text-decoration-color: var(--key-color);
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
	text-decoration-skip-ink: auto;
}

a:hover {
	text-decoration: none;
}

nav ul {
	margin: 0 auto;
	padding: 0;
	max-width: 500px;
	list-style: none;
	text-align: center;
}

nav a[is='home-link'] {
	display: inline-block;
	background-image: url('/media/logo.png');
	background-size: 150px auto;
	background-position: center center;
	height: 150px;
	width: 150px;
	overflow:hidden;
}

ul[is='platform-list'] {
	margin: 2rem auto;
	padding: 0;
	max-width: 500px;
	list-style: none;
	text-align: center;
}

ul[is='platform-list'] li:last-child {
	margin-top: 2rem;
}

a[is='platform-link'] {
	display: block;
	margin: 10px;
	margin-top: 20px;
	padding: 15px 0;
	padding-top: 50px;
	color: #000000;
}

a.fansly {
	background-image: url('/media/fansly-bullet.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 44px auto;
}

a.patreon {
	background-image: url('/media/patreon-bullet.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 40px auto;
	text-decoration-color: #000000;
}

.sr-only {
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}

#home > p {
	text-align: center;
}

#home > blockquote {
	text-align: center;
}

div[is='card-container'] {
	display: flex;
	flex-wrap: wrap;
}

div[is='card-container'] > section[is='card'] {
	margin: 15px;
	max-width: 320px;
}

div[is='card-container'] > section[is='card'] > h2 {
	margin-bottom: 0;
	text-align: center;
}

div[is='card-container'] > section[is='card'] > ul {
	padding-inline-start: 1.1em;
}

div[is='card-container'] > section[is='card'] > p:first-of-type {
	margin-top: 0;
}
