:root {
	--color-teal: #0a8f93;
	--color-orange: #f1582f;
	--color-gray: #999;
}

html, body {
	height: 100%;
}

body {
	background-color: WhiteSmoke;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
}

main {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

a {
	display: flex;
	align-items: center;
	font-size: 3.5vh;
	margin: 1vh;
	text-decoration: none;
	gap: 1vh;
	height: 6vh;
	cursor: pointer;
}

a:link, a:visited {
	color: var(--color-gray);
}

a:hover, a:active {
	color: var(--color-orange);
}

a:hover i, a:active i {
	color: var(--color-teal);
}

a:hover svg, a:active svg {
	fill: var(--color-teal);
}

a i {
	font-style: normal;
	font-size: 5vh;
	display: inline-block;
	text-align: center;
	display: block;
	width: 6vh;
}

a span.icon {
	display: block;
	width: 6vh;
	height: 6vh;
	text-align: center;
}

a span.icon.bluesky svg,
a span.icon.mastodon svg {
	width: 5.4vh;
	height: 5.4vh;
	transform: translateY(2px);
}

a.span.icon.spoutible svg {
	height: 6vh;
	width: 6vh;
}

a span.icon.threads svg {
	width: 4.8vh;
	height: 4.8vh;
	transform: translateY(3px);
}

i.icon-flickr {
	transform: translateX(2px);
}

a svg {
	fill: currentColor;
}

@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?7z5mtf');
	src:url('../fonts/icomoon.eot?#iefix7z5mtf') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?7z5mtf') format('truetype'),
		url('../fonts/icomoon.woff?7z5mtf') format('woff'),
		url('../fonts/icomoon.svg?7z5mtf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-hlk:before {
	content: "\e600";
}
.icon-ello:before {
	content: "\e601";
}
.icon-vsco:before {
	content: "\e602";
}
.icon-pencil:before {
	content: "\f040";
}
.icon-gift:before {
	content: "\f06b";
}
.icon-linkedin:before {
	content: "\f08c";
}
.icon-phone:before {
	content: "\f095";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-tumblr:before {
	content: "\f173";
}
.icon-facebook:before {
	content: "\f230";
}
