@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk");
@import url("https://fonts.googleapis.com/css2?family=Inter");
#web0.se
@import url("https://cdn.jsdelivr.net/npm/remixicon@4.9.0/fonts/remixicon.css"); #"

:root {
	
}

*, *::before, *::after, *:checked {
	z-index: 1;
	box-sizing: border-box;
	
	color: 0;
	background: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-size: 100%;
	font: inherit;
	
	list-style-type: none;
	text-decoration: none;
	max-width: 100%;
	line-height: 120%;
	text-transform: none;
	text-indent: 0;
	font-style: none;
	
	margin: 0px;
	padding: 0px;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;

	padding-block-start: 0px;
	padding-block-end: 0px;
	padding-inline-start: 0px;
	padding-inline-end: 0px;

	scrollbar-color: #222 #0000;
	scrollbar-width: thin;
	
	content: "";
	interpolate-size: allow-keywords;
	
	transition: all 500ms ease-in-out;
}

*, *:visited, *:active, *:focus {
	&[small]		{	font-size: 1.6rem;	}
	&[medium]		{	font-size: 2.0rem;	}
	&[large]		{	font-size: 3.0rem;	}
	
	&[red]			{	color: #c00;	}
	&[blue]			{	color: #069;	}
	&[green] 		{	color: #0c0; 	}
	&[yellow]		{	color: #cc0;	}
	&[black]		{	color: #222;	}
	&[white]		{	color: #eee;	}
	&[orange]		{	color: #f70;	}
	&[purple]		{	color: #c0c;	}
	&[pink]			{	color: #faa;	}
	&[lightblue]	{	color: #0bf;	}
	&[kinkgreen]	{	color: #4ba;	}
	
	&[shadow]		{	text-shadow: 2px 2px 4px #111;	}
	&[outline]		{	text-shadow: -1px 0 #111, 0 1px #111, 1px 0 #111, 0 -1px #111;	}
	&[glow]			{	text-shadow: 0 0 4px #c00;	}
	
	&[under]		{	text-decoration: underline;	}
	&[wavy]			{	text-decoration: underline wavy 1px;	}
	&[noline]		{	text-decoration: none;	}
	
	&[bold]			{	font-weight: bold;	}
	&[italic]		{	font-style: italic;	}
	
	&[upper]		{	text-transform: uppercase;	}
	&[lower]		{	text-transform: lowercase;	}
	&[capitalize]	{	text-transform: capitalize;	}
	
	&[box]			{	border: 1px solid #111;	}
	&[rounded]		{	border-radius: 10px;	}
	
	&[b-red]		{	background-color: #c00;	}
	&[b-blue]		{	background-color: #069;	}
	&[b-green]		{	background-color: #0c0;	}
	&[b-yellow]		{	background-color: #cc0;	}
	&[b-black]		{	background-color: #222;	}
	&[b-white]		{	background-color: #eee;	}
	&[b-orange]		{	background-color: #f70;	}
	&[b-purple]		{	background-color: #c0c;	}
	&[b-pink]		{	background-color: #faa;	}
	&[b-lightblue]	{	background-color: #0bf;	}
	
	&[padded]		{	padding-left: 5px; padding-right: 5px;	}
	
	&[left]			{	float: left;	}
	&[right]		{	float: right;	}
	&[center]		{	display: block; text-align: center; margin-left: auto; margin-right: auto; }
	
	&[sans]			{	font-family: sans, sans-serif, helvetica, arial;	}
	&[serif]		{	font-family: serif, times, times new roman;	}
	&[mono]			{	font-family: mono, monospaced, courier, courier new;	}
}

*:hover {
	&[hover-blue]		{	color: #069; }
	&[hover-red]		{	color: #c00; }
	&[hover-green]		{	color: #0c0; }
	&[hover-yellow]		{	color: #cc0; }
	&[hover-black]		{	color: #222; }
	&[hover-white]		{	color: #eee; }
	&[hover-orange]		{	color: #f70; }
	&[hover-purple]		{	color: #c0c; }
	&[hover-pink]		{	color: #faa; }
	&[hover-lightblue]	{	color: #0bf; }
	
	&[hover-under]	{	text-decoration: underline;	}
	&[hover-wavy]	{	text-decoration: underline wavy 1px;	}
	&[hover-noline]	{	text-decoration: none;	}
}

html {
	height: 100%;
	--mainColor: #111111;
	--secColor: #1A1A1A;
	--linkColor: #84CC16;
	--empColor: #C3F655;
	--textColor: #A3E635;
	
	--headFont: Space Grotesk;
	--textFont: Inter;
}

body {
	font-family: var(--textFont), sans, sans-serif, helvetica, arial;
	font-size: 1.1rem;
	background: radial-gradient(circle,var(--secColor) 0%, var(--mainColor) 100%);
	background-image: linear-gradient(to top, var(--secColor), var(--mainColor));
	color: var(--textColor);
	width: 100%;
	max-width: 900px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

b {
	font-weight: 600;
}

i {
	font-style: italic;
}

u {
	text-decoration: underline;
}

a, a:visited {
	color: var(--linkColor);
	text-decoration: none;
}

a:hover {
	color: var(--linkColor);
	text-decoration: underline var(--empColor);
}

h1, h2, h3, h4, h5 {
	font-family: var(--headFont), sans, sans-serif, helvetica, arial;
	font-weight: bold;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.2rem;
}


hr {
	height: 2px;
	margin-bottom: 5px;
	background-image: linear-gradient(to right, #0695, #069, #069, #069, #069, #069, #0000, #0000);
}

#fullPage {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	background: var(--secColor);
	padding: 5px;
}

#topContainer {
	height: 80px;
	min-height: 80px;
	max-height: 80px;
	background: var(--secColor);
	padding: 10px;
	border: 1px solid var(--empColor);
	border-radius: 10px;
	margin-bottom: 5px;
}

#topContainer h1 {
	font-size: 28px;
}

#topContainer h3 {
	font-size: 16px;
	opacity: 0.7;
}

#topContainer, #menuContainer, #pageContents, #mainContainer, #mainContainerWrapper {
	flex-grow: 1;
}

#menuContainer {
	display: flex;
	flex-flow: row nowrap;
	font-size: 22px;
	line-height: 56px;
	padding: 0px;
	vertical-align: middle;
	overflow: hidden;
	height: 44px;
	min-height: 44px;
	max-height: 44px;
	background: var(--secColor);
	padding: 0px;
	border: 1px solid var(--empColor);
	border-radius: 10px;
	margin-bottom: 5px;
}

#menuContainer a, #menuContainer a:visited, #menuContainer a:hover {
	color: none;
	text-decoration: none;
}

#menuContainer a {
	background: var(--secColor);
	border: 1px solid var(--secColor);
	flex-grow: 1;
	border-radius: 10px;
	height: 42px;
	min-height: 42px;
	max-height: 42px;
	line-height: 32px;
	padding: 3px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
}

#menuContainer a:hover {
	background: var(--mainColor);
	border-color: var(--mainColor);
	text-decoration: underline var(--empColor);
}

#menuContainer .selected {
	font-weight: bold;
}

#pageContents {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
}

#mainContainer {
	padding: 5px;
	font-family: var(--textFont), sans, sans-serif, helvetica, arial;
	font-size: 1.2rem;
	background: var(--secColor);
	border: 1px solid var(--empColor);
	border-radius: 10px;
}

#mainContainerWrapper {
	padding: 0px;
	overflow: auto;
	scrollbar-gutter: stable;
	background: var(--secColor);
}


/* --- Small screens, e g smartphones */	
@media (max-width: 700px) {
	.mobHide {
		visibility: hidden;
	}
	
	#pageContents {
		flex-flow: column nowrap;
	}
	
	#mainContents {
		height: 1px;
	}
	
	#menuContainer {
		font-size: 32px;
		flex-flow: row nowrap;
		align-items: stretch;
		justify-items: stretch;
		justify-content: space-around;
		overflow: hidden;
		scrollbar-gutter: none;
	}
	
	#menuContainer a {
		margin-left: 5px;
		margin-right: 5px;
	}
}