html, body {
	height: 100%;
}

body {
	background-image: url("../images/overlay.png"), linear-gradient(60deg, rgba(255, 127, 0, 0.7) 5%, rgba(0, 128, 247, 0.25)), url("../images/background.png");
	background-repeat: repeat, no-repeat, no-repeat;
	background-size: 420px 326px, cover, cover;
	background-position: center, center, bottom center;
	background-attachment: fixed, fixed, fixed;
}

.container:before {
	content: '';
	display: block;
}

.container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	min-height: 100%;
	height: 100%;
}

section.card {
	padding: 2.5em;
	background: #fff;
	max-width: 100%;
	position: relative;
	text-align: center;
	width: 30em;
	box-shadow: 0 0 10px 5px rgba(40,40,40,0.3);
}

.logo {
	background-color: #fff;
	position: relative;
	display: block;
}

.logo .letterhead {
	background-color: red;
	position: absolute;
	top: 18px; left: 0px;
	width: 100%;
	height: 100px;
	z-index: 2;
}

.logo .icon {
	z-index: 3;
	position: relative;
	width: 135px; height: 135px;
}

.logo .icon-border {
	z-index: 3;
	position: relative;
	margin: 0px auto;
	width: 143px; height: 143px;
	padding: 4px;
	background: linear-gradient(60deg, rgba(255, 127, 0, 0.7) 5%, rgba(0, 128, 247, 0.25));
}

h1, h6 {
	color: #404040;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}

h1 {
	font-weight: 600;
}

h6 {
	color: #00bedf;
	letter-spacing: 0.12em;
}

p {
	color: #707070;
	text-transform: uppercase;
}

.social-links {
	width: 100%;
	position: relative;
}

.social-links .link {
	width: 60px; height: 60px;
	position: relative;
	line-height: 56px;
	font-size: 1.7em;
	display: inline-block;
	border: 2px solid #00bedf;
	transition: all .2s linear;
	margin-top: 20px;
	color: #00bedf;
	vertical-align: top;
}

.social-links .link:hover {
	border-color: rgb(255, 127, 0);
	color: rgb(255, 127, 0);
}

.social-links .link .svg-sofurry {
	width: 36px; height: 36px;
	vertical-align: top;
	margin-top: 10px;
	background-image: url('../images/icons/furaffinity.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 10px auto 0px;
	transition: background-image 0.2s ease-in-out;
}

.social-links .link:hover > .svg-sofurry {
	background-image: url('../images/icons/furaffinity-hover.svg');
}

.social-links .link .svg-bluesky {
	width: 32px;
	height: 32px;
	vertical-align: top;
	filter: brightness(0) saturate(100%) invert(59%) sepia(75%) saturate(2253%) hue-rotate(146deg) brightness(94%) contrast(104%);
	background-image: url('../images/icons/Bluesky_Logo.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin: 12px auto 0px;
	transition: background-image 0.2s ease-in-out;
}

.social-links .link:hover>.svg-bluesky {
	filter: brightness(0) saturate(100%) invert(52%) sepia(80%) saturate(2850%) hue-rotate(2deg) brightness(106%) contrast(103%);
	background-image: url('../images/icons/Bluesky_Logo.svg');
}

footer.copyright {
	align-self: flex-end;
	width: 100%;
	color: rgba(255, 255, 255, 0.75);
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	padding-bottom: 10px;
}
