@import("https://fonts.googleapis.com/css?family=Open+Sans:400,500&display=swap&subset=latin");
/* Variables */
:root {
	--font-main: 'Open Sans','helvetica neue',arial,sans-serif;
	--max-width: 64rem;
}
html {
	--main-background: #f5f5f5;
	--main-text: #000000;
	--secondary-text: #757575;
	--main-element-background: #FFFFFF;
	--main-blue: #54627B;
	--main-red: #710117;
}
@media (prefers-color-scheme: dark) {
	html {
		--main-background: #282828;
		--main-text: #FFFFFF;
		--secondary-text: #AFAFAF;
		--main-element-background: #000000;
	}
}

/* Reset */
*, *::before, *::after {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
	margin: 0;
}
ul[role=list], ol[role=list] {
	list-style: none;
}
ul li, ol li {
	color: var(--main-text);
}
html:focus-within {
	scroll-behavior: smooth;
}
body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.25;
	width: 100%;
}
a:not([class]) {
 	text-decoration-skip-ink: auto;
}
img, picture {
	max-width: 100%;
	display: block;
	height: auto;
}
input, button, textarea, select {
	font: inherit;
}
@media (prefers-reduced-motion: reduce) {
	html:focus-within {
		scroll-behavior: auto;
	}
	*, *::before, *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
html {
	scrollbar-color: var(--main-blue) var(--main-background);
}
::-webkit-scrollbar {
	background-color: var(--main-background);
}
::-webkit-scrollbar-thumb {
	background-color: var(--main-blue);
	color: var(--main-blue);
	border-radius: 10px;
	border: 3px solid var(--main-background);
}
::-webkit-scrollbar-corner {
	background-color: var(--main-background);
}
:root {
	accent-color: var(--main-blue);
}
:focus-visible {
	outline-color: var(--main-blue);
}
::selection {
	background-color: var(--main-blue);
	color: white;
}
::marker {
	color: var(--main-blue);
}
:is(::-webkit-calendar-picker-indicator,::-webkit-clear-button,::-webkit-inner-spin-button,::-webkit-outer-spin-button) {
	color: var(--main-blue);
}
button {
	transition: opacity 0.2s ease-out;
}
button:hover {
	opacity: 0.75;
	cursor: pointer;
}
body {
	font-weight: 400;
	font-size: 16px;
	font-family: var(--font-main);
	background-color: var(--main-background);
	min-height: 100vh;
	accent-color: var(--main-red);
	position: relative;
	padding-bottom: 4rem;
}
input[type=search] {
  -webkit-appearance: none;
}
a {
	text-decoration: none;
	color: var(--main-text);
	font-weight: 500;
}
a:focus {
	outline: 2px solid rgba(51, 51, 51, 0.3);
}
a:hover, a:active {
	outline: 0;
}
h1, h2, h3, h4, h5 {
	color: var(--main-text);
	font-weight: 500;
}
h1 {
	font-weight: 500;
	font-size: 2rem;
}
h2 {
	font-size: 1.75rem;
	font-weight: 500;
}
h3 {
	font-size: 1.5rem;
}
h4 {
	font-size: 1.25rem;
}
p {
	color: var(--main-text);
	font-weight: 400;
	font-size: 1em;
	line-height: 1.375;
}
main {
	background-color: var(--main-element-background);
	max-width: var(--max-width);
	margin: 0 auto;
}
main > header {
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	padding: 1rem;
	text-align: center;
}
main > header > p {
	max-width: 40rem;
	margin: 0 auto;
}
main > header > picture > img {
	width: 33.33333%;
	border-radius: 50%;
	object-fit: cover;
	margin: 0 auto;
}
section {
	display: grid;
	gap: 1rem;
	padding: 1rem 3rem 2rem;
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
section > article {
	opacity: 0;
	animation-name: fade;
	animation-duration: 0.4s;
	animation-fill-mode: both;
}
section > article:nth-child(1) {
	animation-delay: 0s;
}
section > article:nth-child(2) {
	animation-delay: 0.0625s;
}
section > article:nth-child(3) {
	animation-delay: 0.125s;
}
section > article:nth-child(4) {
	animation-delay: 0.1875s;
}
section > article:nth-child(5) {
	animation-delay: 0.25s;
}
section > article:nth-child(6) {
	animation-delay: 0.3125s;
}
section > article:nth-child(7) {
	animation-delay: 0.375s;
}
section > article:nth-child(8) {
	animation-delay: 0.4375s;
}
section > article:nth-child(9) {
	animation-delay: 0.5s;
}
section > article:nth-child(10) {
	animation-delay: 0.5625s;
}
section > article:nth-child(11) {
	animation-delay: 0.625s;
}
section > article:nth-child(12) {
	animation-delay: 0.6875s;
}
section > article svg {
	width: 3rem;
	fill: #007bff;
	max-height: 3rem;
}
section > article > header > h2 > a {
    display: grid;
    align-items: center;
    align-content: center;
    justify-content: center;
    grid-template-columns: auto auto;
    gap: 1rem;
	background-color: var(--main-background);
	padding: 0.75rem 1rem;
	transition: all .2s ease-in-out;
}
section > article > header > h2 > a:hover {
	transform: scale(1.1);
	border: 1px dotted black;
}
article.twitter svg {
    fill: rgb(29, 161, 242);
}
article.facebook svg {
    fill: rgb(59, 89, 152);
}
article.reddit svg {
    fill: #FF4500;
}
article.youtube svg {
    fill: rgb(234, 50, 35);
}
article.tiktok svg {
    fill: #ff0050;
}
article.instagram svg {
    fill: #833AB4;
}
article.linkedin svg {
    fill: rgb(40, 103, 178);
}
article.github svg {
	fill: var(--main-text);
}
article.keybase svg {
	fill: #ff6f21;
}
article.mastodon svg {
	fill: #563ACC;
}
article.tumblr svg {
	fill: #001935;
}
footer {
    padding: 0.5rem;
    position: absolute;
    bottom: 0;
	left: 0;
    background-color: var(--main-element-background);
    color: var(--main-text);
	width: 100%;
}
footer p {
	font-size: 0.8rem;
}
@keyframes fade {
	from {transform: translate3d(0,2em,0);opacity: 0;}
	to {transform: translate3d(0,0,0);opacity: 1;}
}

/* Print Reset */
@media print {
	*, *::before, *::after {
		background: #fff !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]::after {
		content: " (" attr(href) ")";
	}
	abbr[title]::after {
		content: " (" attr(title) ")";
	}
	a[href^="#"]::after, a[href^="javascript:"]::after {
		content: "";
	}
	pre {
		white-space: pre-wrap !important;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img, picture {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	body {
		background: none !important;
		font-size: 11.25pt;
	}
	section > article {
		opacity: 1;
	}
	section {
		display: block;
		padding: 1rem;
	}
	section > article > header > h2 {
		font-size: 1rem;
	}
	section > article > header > h2 > a {
		display: block;
		background-color: var(--main-background);
		padding: 1rem;
	}
	section > article svg {
		width: 2rem;
	}
}