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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
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;
}

/* Now that that crap is done, for real file */

html {
	background-color: #2e0c0a;
	background-image: url(./svgs/backgrounds/dergdep.svg);
	background-position: left;
	background-size: auto 100vh;
	background-repeat: no-repeat;
	overflow: hidden;
}
#mainbody {
	width: 100dvw;
	height: 100dvh;
	display: flex;
	overflow: hidden;
}
#spacer {
	width: calc(100dvw - 80dvh);
	height: 100dvh;
}
#imageListCont {
	width: 80dvh;
	height: 100dvh;
	display: flex;
}
#imageList {
	width: 80%;
	height: 100dvh;
	overflow-x: hidden;
}
#imageListSideBar {
	width: 20%;
	height: 100dvh;
	background: #40110e;
}

.shearTrans {
	transform: matrix(1, 0, -0.2, 1, 0, 0);
}
.menuImage {
	width: 70vh;
	transform: matrix(1, 0, 0.2, 1, 20, 0);
	margin-bottom: -17%;
}

#build {
	position: absolute;
	left: 2px;
	bottom: 0;
	font-family: monospace;
	color: #f7f1e655;
}

@-moz-document  url-prefix() {
	#imageList {
		scrollbar-color: #602730 #40110e;
	}
}

#imageList::-webkit-scrollbar {
    width: 5vh;
}
#imageList::-webkit-scrollbar-thumb {
    background: #602730;
}
#imageList::-webkit-scrollbar-thumb:active {
    background: #864a4f;
}
#imageList::-webkit-scrollbar-track {
  background: #40110e;
}
#imageList::-webkit-scrollbar-track:active {
  background: #602730;
}

@media screen and (max-width: 100vh) {
	html {
		background: #2e0c0a;
	}
	.shearTrans {
		transform: none;
	}
	.menuImage {
		transform: none;
		width: 110vw;
	}
	#imageListCont {
		width: 100vw;
	}
	#imageList {
		width: 100%;
	}
	#imageListSideBar {
		display: none;
	}
}

#artPage:hover {
	content: url("./svgs/optimized/cards/artpagecardhover.svg");
}
#ceramics:hover {
	content: url("./svgs/optimized/cards/ceramicscardhover.svg");
}
#fafo:hover {
	content: url("./svgs/optimized/cards/fafocardhover.svg");
}
#aboutme:hover {
	content: url("./svgs/optimized/cards/aboutmecardhover.svg");
}
