body {
  font: 100 1rem "Avenir Next",sans-serif;
	margin: 0;
	padding: 0;
	background-image:
		url(/images/90s/body.png),
		url(/images/90s/torso.png),
		url(/images/90s/hand.png),
		url(/images/90s/foot.png),
		url(/images/90s/stump.png);
	background-position:
		65px 59px,
		0 630px,
		78px 482px,
		0 2021px,
		195px 2175px;
	background-repeat:
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat,
		no-repeat;
}

@keyframes noise {
	from { background-position: 0 0; }
	to { background-position: 34% 45%; }
}

a:link {
  color: rgb(128, 0, 0);
  text-decoration: none;
}

a:visited {
  color: rgb(128, 0, 0);
  text-decoration: line-through;
}

a:focus,
a:hover,
a:active {
  color: rgb(228, 0, 0) !important;
  text-decoration: underline;
}

main {
	marin: 0 auto;
}

article {
	position: relative;
	margin: 0 auto;
	-webkit-hyphens: auto;
	width: 28rem;
	padding: 5em 5rem 6rem 4rem;
	background-color: rgba(250, 250, 250, 0.99);
	z-index: 24;
	text-align: justify;
}

b {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

article h1,
article h2,
article h3,
article p {
  font-size: 1rem;
  font-weight: 100;
  margin: 0;
}

article h1 {
  font-size: 2rem;
}

article p+h2 {
  margin-bottom: -1rem;
}

article h3 {
  font-style: italic;
  margin-top: 1rem;
  margin-bottom: -1rem;
}

article p {
  font-weight: 400;
  margin: 1rem;
  text-indent: -1rem;
}

article p.note,
article footer p {
  font-weight: 100;
  font-style: italic;
  text-align: right;
}

article p.note {
  font-weight: 400;
  text-align: center;
}

article ul,
article ol {
  margin-top: -1rem;
  margin-left: 1rem;
  padding-left: 0;
  font-weight: 400;
}

article ul {
  list-style: square;
}

article ul.inline {
	display: inline-block;
}

#bio article ul.inline {
  column-count:4;
  text-align: left;
  height: 3rem;
  overflow: hidden;
}

article ul.inline li {
	display: inline-block;
}

article ul.inline li:before {
	content: '';
	margin: 0;
}

article ul.inline li:after {
	content: ', ';
}

article ul.inline li:last-of-type::after {
	content: '. ';
}

abbr, acronym {
	text-decoration: none;
	border-bottom: 1px dotted rgba(0,0,0,0.6);
}

ins {
	text-decoration: none;
	color: rgba(0,0,0,1);
}

del {
	color: rgba(0,0,0,0.5);
}

.info, abbr, acronym {
	cursor: help;
}

.info:hover, abbr:hover, acronym:hover {
  border-bottom: 1px dotted rgba(0,0,0,0.8);
}

/*=Logo=*/
header nav {
  display: none;
}

body>header h1 { font-weight: 800; margin: 0; color: rgb(250, 250, 250); width: 4.8rem; overflow-x: hidden; mix-blend-mode: difference; }
body>header a:link, body>header a:visited  { color: rgb(250, 250, 250); text-decoration: none; }
body>header h2 { font-weight: 200; font-size: 1rem; color: rgba(225, 225, 225, 0.8); width: 6rem; mix-blend-mode: difference; }

@media only screen and (min-width: 881px) {
  body>header h1 { position: fixed; top: 110px; left: 6.8rem; z-index: 1000; }
  body>header h2 { position: fixed; top: 140px; left: 6.8rem; z-index: 1000; }
}

@media only screen and (max-width: 880px) {
  body>header h1 { position: static; font-weight: 700; width: 4.4rem; padding-left: 4rem; padding-top: 0.25rem; }
  body>header h2 { display: none; }
  body>header { position: fixed; background: rgba(0,0,0,0.9); height: 3rem; width: 100%; z-index: 1000; }
  article { max-width: 28rem; width: auto; }
}

@media only screen and (max-width: 400px) {
  body>header h1 { padding-left: 2rem; }
  article { padding-left: 2rem; padding-right: 2rem; }
  article h1 { text-align: left; }
}


/*=Footer=*/
body>footer {
  background: rgb(0,0,0);
  height: 11.25rem;
}

body>footer,
body>footer a:link,
body>footer a:visited,
body>footer a:focus,
body>footer a:hover,
body>footer a:active {
  color: rgb(225, 225, 225);
  mix-blend-mode: difference;
}

#elsewhere {
	margin: 0 0 2.88rem 1rem;
	padding: 0;
	list-style: none;
	font-size: 0.76rem;
	text-align: center;
}

#elsewhere li {
	list-style: none;
	display: inline;
	marign: 0;
}

#elsewhere li a {
	display: inline-block;
  line-height: 21px;
	height: 21px;
	width: 21px;
  overflow: hidden;
	border-radius: 5px;
}

#elsewhere a:hover {
	text-decoration: none;
  background: rgb(255,2552,255);
}

#elsewhere li a.tildeclub {
	position: relative;
	top: -5px;
	height: 17px;
	width: 16px;
  line-height: 16px;
  font-weight: 700;
	color: rgb(0,0,0) !important;
	background-color: rgb(225, 225, 225);
	border: 2px solid rgb(225, 225, 225);
}

#elsewhere a.tildeclub:hover {
  background: rgb(0,0,0);
	border-color: rgb(20,20,20);
}

#elsewhere a.fa-twitter-square:hover {
	color: #55ACEE !important;
}
#elsewhere a.fa-tumblr-square:hover {
	color: #35465c !important;
}
#elsewhere a.fa-facebook-square:hover {
	color: #3B5998 !important;
}
#elsewhere a.fa-google-plus-square:hover {
	color: #d34836 !important;
}
#elsewhere a.fa-linkedin-square:hover {
	color: #007bb6 !important;
}
#elsewhere a.fa-instagram:hover {
	color: #517fa4 !important;
}
#elsewhere li a.tildeclub:hover {
	color: rgb(0,255,0) !important;
}

#elsewhere li a span {
	display: none;
}

#elsewhere li:before,
#elsewhere li:last-child:after {
	content: '';
	marign: 0;
}

#elsewhere li:after {
	content: ' ';
	margin-left: 0.5rem;
	margin-right: 1rem;
}


#copyright {
	font-size: 0.76rem;
  font-weight: 400;
	text-align: center;
	padding: 2.88rem 0 0.76rem;
}

#copyright * {
  vertical-align: top;
}

#copyright .note {
	display: block;
	margin-top: 0.72rem;
	font-style: italic;
}
