/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.15;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face {
	font-family: blackletter;
	src: url(./fonts/blcklttr.ttf);
}
@font-face {
	font-family: gothyy;
	src: url(./fonts/POPSTAR.TTF);
}
@font-face {
	font-family: body;
	src: url(./fonts/Monoid-Regular.ttf);
}

:root {
	--main-color: #ff3d5a;
	--accent-color: #f96ba6;
	--support-color: #d60032;
	--bg-color: #000000;
	--bg-alt-color: #280d18;
}

html, body { 
	color: var(--accent-color);
	cursor: url(./img/dither_it_blunt_cursor.png), none !important;
	background-image: url(./img/CUNTYBUTTERFLY.png);
	image-rendering: pixelated;
	height: 100%;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: fixed;
	background-position: center;
	background-size: cover;
	background-color: var(--bg-color);
	font-family: body;
}

.main {
	margin: 20pt;
	max-width: 600pt;
}

h1 {
	width: 100%;
	text-align: left;
	margin-bottom: 20pt;
}

h1 > a {
	font-family: blackletter;
	font-size: 60pt;
	transition: 0.2s;
  filter: drop-shadow(0px 0px 20px black);
  color: var(--accent-color);
}

h1 > a:hover {
	color: black;
  filter: drop-shadow(0px 0px 20px pink);
}

nav ul {
	display: flex;
	max-width: 600px;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20pt;
}

nav ul li {
	font-size: 14pt;
	font-family: gothyy;
	background-color: black;
	padding: 10pt;
	border-radius: 0pt;
}

nav ul li a {
	color: white;
}

nav ul li a:hover {
	color: var(--accent-color) !important;
	  text-decoration-line: underline;
}

a:hover {
	text-decoration-line: underline;
}

canvas {
	position: fixed;
	width: 100%;
	height: 100%;
	  pointer-events: none;
}

.title {
	margin: 0 auto;
	display: block;
	padding: 10;
}

.AB {
	display:flex;
	justify-content: left;
	max-width: 500pt;
	margin-bottom: 70pt;
	border: .1rem solid var(--accent-color);
}

.ABc {
	width: 50%;
	max-height: 500px;
	padding: 10pt;
}

.ABc > img {
	width: 100%;
	height: 100%;
}

.ABc > ul {
  list-style: none;
  margin-left: 0;
  padding-left: 20pt;
  font-size: 14pt;
  width: 100% - 20pt;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  color: var(--accent-color);
}

.ABc > ul > li {
  padding-left: 1em;
  text-indent: -1em;
  padding: 10pt;
  margin-bottom: 5pt;
}

.ABc > ul > li > a{
  color: var(--main-color);
}

.ABc > ul > li:before {
  content: "★";
  padding-right: 5px;
}

#activeTab a {
	color: var(--main-color);
}

.AAc {
	background-color: rgba(0,0,0,0.5);
	margin: 10pt;
}

.AAc p {
	margin: 10pt;
}

.AAc > ul > li {
  padding-left: 1em;
  text-indent: -1em;
  padding: 10pt;
  margin-bottom: 5pt;
}

.AAc > ul > li > a{
  color: var(--main-color);
}

.AAc > ul > li:before {
  content: "♫";
  padding-right: 5px;
}
