html {
	overflow-y: scroll;
}

body {
	background-color: #202020;
}

div.main {
	width: 1440px;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
}



/* Header Styles */
img.headerlogo {
	width: 293px;
	height: 96px;
	display: block;
	margin: auto;
}

ul.buttons {
	color: #fafafa;
	padding: 0px;
	margin: 0px;
	border-bottom-color: #373737;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

ul.buttons li {
	font-family: 'Urbanist', sans-serif;
	font-size: 18px;
	list-style-type: none;
	text-transform: uppercase;
	display: inline-block;
	padding: .25em;
	padding-left: .25em;
	padding-right: .25em;
	font-weight: normal;
	letter-spacing: 0.025em;
}

ul.buttons li:hover {
	background-color: #484848;
}

li.active {
	border-bottom-color: #f79a10;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #484848;
}

ul.buttons a {
	color: #FAFAFA;
	text-decoration: none;
}


/* Features Nav */
ul.featuresNav {
	list-style-type: none;
	padding: inherit;
	font-size: inherit;
}

ul.featuresNav a {
	color: #FAFAFA;
	text-decoration: none;
}

ul.featuresNav h1 {
	font-size: 2em;
	margin-top: .1em;
}

div.featureShowcaseContainer {}

img.featureShowcase {}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Gorton', sans-serif;
	letter-spacing: -0.02em;
	font-feature-settings: "ss06", "ss02", "ss12", "ss10";
}

h2.spotlight {
	background: linear-gradient(90deg, #AAAAAA0D, #0000);
	border-radius: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-color: #0000;
	transition: 0.175s linear;
	transition-property: filter;
	filter: brightness(1);
	color: #fafafa;
	padding-left: 0.25em;

}

a.spotlight {
	color: #fafafa;
	text-decoration: none;
}

h2.spotlight:target {
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-color: #ffffff7a;
}

h2.spotlight:hover {
	filter: brightness(2);
}

/* Text Styles */
div.content {
	font-family: 'Urbanist', sans-serif;
	color: #fafafa;
	margin: 1em;
	margin-right: 4em;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

div.textSection {
	border-color: #282828;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	padding: 0.25em;
	background-color: #1e1e1e;
	margin-bottom: 0.5em;
}

div.content h1 {
	margin-bottom: .25em;
	/*! letter-spacing: -0.0125em; */
	font-weight: 600;
	font-size: 30px;
}

div.content h1 a {
	color: #fafafa;
	text-decoration: none;
}

div.content h3 {
	margin-top: .25em;
	margin-bottom: .25em;
}

div.content h4 {
	margin-top: .25em;
	margin-bottom: .25em;
}

div.content p {
	margin: 1em;
	margin-top: .25em;
	margin-bottom: .25em;
	font-size: 0.875em;
}

#textNotice {
	width: max-content;
	background-image: url("missing_5p.png");
	padding: 0.3em;
	border-radius: 4px;
	border-color: #f800f8d4;
	border-style: dashed;
	border-width: 1px;
	margin-left: 2em;
	margin-right: 2em;
	padding-right: 10%;
	max-width: 70%;
}


/* Footer Styles */
div.footer {
	color: #fafafa;
	border-top-color: #373737;
	border-top-width: 1px;
	border-top-style: solid;
}

div.footer p {
	font-family: 'Gorton', sans-serif;
	text-align: right;
	font-size: 10px;
	margin-top: 16px;
	margin-right: 2em;
	letter-spacing: -0.0125em;
}

div.footer a {
	color: #fafafa;
	text-decoration: none;
}


/* Main Body Content Styles */
hr {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	border-style: none;
	border-width: 0px;
	border-bottom-color: #373737;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

div.contentSection {
	border-color: #282828;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	padding: 0.25em;
	/* width: max-content; */
	background-color: #1e1e1e;
	margin-bottom: 0.5em;
}

div.contentSection h3 {
	text-align: center;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width: 1px;
	border-radius: 3px;
	border-color: #ffffff0f;
	background: linear-gradient(to bottom, #00000021, #0000);
	padding: 0.25em;
	margin-left: 0.15em;
	margin-right: 0.15em;
	text-transform: capitalize;
}

div.contentSection a {
	color: #fafafa;
	text-decoration: none;
}

div.contentSection .infoBox {
	background: linear-gradient(to bottom, #00000021, #0000);
	padding: 0.5em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0.5em;
}

div.contentSection .date {
	border-style: none;
	padding: 0em;
	margin-bottom: 0.5em;
	margin-top: 0.55em;
	margin-left: 0.5em;
}

div.infoBoxInline {
	display: flex;
	width: auto;
	flex-direction: row;
	justify-content: space-between;
}

div.contentSection p {
	margin-left: 2.3em;
	padding: 1em;
	margin-right: 2.3em;
	border-color: #282828;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	background-color: #1e1e1e;
}

div.infoBox p {
	margin-left: 0;
	padding: 1em;
	margin-right: 0;
	border-color: #ffffff0f;
	border-style: dashed;
	border-width: 1px;
	border-radius: 3px;
	background-color: #0000001e;
	min-width: fit-content;
	width: 50%;
	white-space: pre-line;
}

/* Lists */
@counter-style fence0 {
	system: cyclic;
	symbols: "┌";
	suffix: "─";
}

@counter-style fence {
	system: cyclic;
	symbols: "├";
	suffix: "─";
}

@counter-style fence2 {
	system: fixed;
	symbols: "└─┬";
	pad: 1 "─";
	suffix: "─ ";
	fallback: fence;
}

@counter-style fence3 {
	system: cyclic;
	symbols: "└";
	suffix: "─ ";
}

ul.idx {
	display: flex;
	text-transform: capitalize;
	list-style: fence0;
	justify-content: start;
	flex-wrap: wrap;
	row-gap: 2em;
	padding-left: 0;
	font-family: 'boxdrawing', 'Urbanist', sans-serif;
}

ul.idx a {
	color: #fafafa;
	text-decoration: underline #0000;
	transition: .2s cubic-bezier(.19, 1, .22, 1);
	display: inline-block;
	margin-right: 0.25em;
}

ul.idx a:hover {
	transition: .2s cubic-bezier(.19, 1, .22, 1);
	color: #FFF;
	background-color: #080808;
	padding: 0.25em;
	line-height: 1.5em;
	text-decoration: underline;
	margin-right: 0;
}

ul.bottomul {
	padding-left: 2.495em;
}

li.bottomidx {
	list-style: fence2;
	margin-left: -0.58em;

	&:last-of-type {
		list-style: fence3;
	}
}

li.topidx {
	min-width: 23.7%;
	margin-left: 1.1em;
}

div.contentSection:target {
	outline-style: solid;
	outline-color: #a6a6a645;
	outline-offset: 0px;
	outline-width: 1px;
}

img.toolIconSM {
	float: right;
	margin-right: .25em;
}

/* Media Styles */
div.mediaContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: max-content;
	max-width: 100%;
	border-color: #282828;
	border-style: solid;
	border-width: 1px;
	border-radius: 3px;
	padding: 1px;
	background-color: #1e1e1e;
}

div.mediaContainer video {
	max-width: 100%;
}

img.mediaImage {
	max-width: 100%;
}