:root {
	--white: #f2f6f7;
	--blue: #7dc2ff;
	--header_size: 3.5rem;
	--header_padding: 2em;
	--green: #29bf11;
	/*#3cff00cc;#3cff00;*/
	--violet: #b164df;
	--violet2: #9756be;
	--w3m-accent-color: var(--blue);
}

.hide {
	display: none;
	opacity: 0;
	height: 0;
	width: 0;
}

.row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.half {
	width: 50%;
}

h2 {
	font-size: 3.5em;
	max-width: 90%;
	margin: auto;
}

h3 {
	font-size: 1.3em;
}

h3,
h4 {
	color: #29bf11;
}

ol {
	list-style: auto;
	margin-left: 2em;
}


.green {
	color: var(--green);
}

.green_accent {
	color: var(--green);
	text-shadow: 1px 1px 1px black;
}

.alt_accent {
	color: var(--violet2);
	/*text-shadow: 1px 1px 1px black;*/
	font-weight: 500;
}

.alt_accent2 {
	color: var(--blue);
	/*text-shadow: 1px 1px 1px black;*/
	/*font-weight: 500;*/
}


.m150em {
	margin: 1.5em 0;
}

.m01em {
	margin: auto 1em;
}

.m02em {
	margin: auto 2em;
}


.noWrap {
	white-space: nowrap;
}

.rel {
	position: relative;
}

.italic {
	font-style: italic;
}

.secondaryText {
	font-weight: 300;
}

.fontAccent {
	font-weight: 500;
}

.fontAccent2 {
	font-weight: 700;
}

.noteItalic {
	font-size: 0.8em;
	font-style: italic;
}

span.MHT {
	color: var(--green);
	text-shadow: 1px 1px 2px black;

}

/*a,input, button, textarea, .catharsis__hash, [data-tooltip]{
	position:relative;
	z-index: 2;
}*/
body {
	position: relative;
	width: 100%;

	font-size: 18px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

/*For MOBILE*/
@media (max-aspect-ratio: 1/1) {
	body {
		font-size: 16px;
	}
}

.btn {
	position: relative;
	cursor: pointer;
	z-index: 2;
}

.btn * {
	cursor: pointer;
}


p {
	z-index: 1;
}

.content {
	position: relative;
	top: -150px;
	overflow: hidden;
}