/**
 * Table of Contents:

 * 1.0  - Variables
 * 2.0  - Normalize
 * 3.0  - Aside
 * 4.0  - Content
 * 5.0  - Footer
*/
/* 1.0  - Variables */
:root {
	--kampina--transition-speed: 0.2s;
	--kampina--transition-timing-function: ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
	:root {
		--kampina--transition-speed: 0s;
		--kampina--transition-timing-function: linear;
	}
}

/* 2.0  - Normalize */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	line-height: 1.5;
	text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

b,
strong {
	font-weight: 600;
}

kbd,
samp {
	font-family: monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
	appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	appearance: none;
}

::-webkit-file-upload-button {
	appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

img,
svg {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

svg {
	max-height: 100%;
}

iframe[src*="google.com"], iframe[data-src*="google.com"] {
	border-radius: 1.25rem;
	width: 100%;
}

body {
	color: #4c5653;
	font-family: "Montserrat", sans-serif;
}

/* 3.0  - Aside */
aside {
	background: #2f3e39;
	color: #ffffff;
	height: 100%;
	left: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 16.875rem;
	z-index: 2;
}
aside .logo {
	display: block;
	font-size: 0;
	padding: 2.5rem 0.9375rem;
	text-decoration: none;
}
aside .logo img {
	display: block;
	max-width: 100%;
}
aside .menu {
	counter-reset: menu-item;
	margin: 0;
	overflow: auto;
	padding: 0 0 0.625rem;
}
aside .menu li a {
	color: currentColor;
	text-decoration: none;
}
aside .menu li.active .sub-menu {
	height: auto;
	opacity: 1;
	padding-bottom: 0.625rem;
	padding-top: 0.625rem;
}
aside .menu li .material-symbols-outlined {
	display: inline-block;
	font-size: 1.5rem;
	height: 1.5rem;
	margin-right: 0.625rem;
	order: -1;
	width: 1.5rem;
}
aside .menu > li {
	list-style: none;
}
aside .menu > li > a {
	align-items: center;
	display: flex;
	font-size: 1rem;
	padding: 0.625rem 0.9375rem;
	transition: background-color var(--kampina--transition-speed) var(--kampina--transition-timing-function);
	white-space: break-spaces;
	word-wrap: break-word;
}
aside .menu > li > a:hover {
	background-color: #e9b237;
}
aside .menu > li.active > a {
	background-color: #e9b237;
}
aside .menu > li:not(:first-child) {
	counter-increment: menu-item;
}
aside .menu > li:not(:first-child) > a::before {
	content: counter(menu-item) ". ";
}
aside .sub-menu {
	background: rgba(0, 0, 0, 0.15);
	counter-reset: submenu-item;
	display: block;
	height: 0;
	list-style: none;
	opacity: 0;
	overflow: hidden;
	padding: 0 0.9375rem 0 1.75rem;
}
aside .sub-menu > li {
	counter-increment: submenu-item;
}
aside .sub-menu > li > a {
	display: block;
	font-size: 0.875rem;
	padding: 0.4375rem 0;
	transition: color var(--kampina--transition-speed) var(--kampina--transition-timing-function);
}
aside .sub-menu > li > a::before {
	content: counter(menu-item) "." counter(submenu-item) ". ";
}
aside .sub-menu > li > a:hover {
	color: #e9b237;
}
aside .sub-menu > li.active {
	color: #e9b237;
}

/* 4.0  - Content */
main {
	counter-reset: section-item;
	max-width: 81.875rem;
	min-width: 43.75rem;
	padding: 1.875rem 1.875rem 9.375rem 18.75rem;
}
main strong {
	color: #191919;
	font-weight: 600;
}
main .important {
	color: #ff0000;
}
main h1,
main h2,
main h3,
main h4 {
	align-items: center;
	color: #191919;
	display: flex;
	font-family: "Libre Baskerville", serif;
	font-weight: 700;
	line-height: 1.36;
	margin-bottom: clamp(1.5rem, 2.7480916031vw, 2.25rem);
	margin-top: 0;
	padding-top: clamp(2.25rem, 3.8167938931vw, 3.75rem);
	white-space: break-spaces;
	word-wrap: break-word;
}
main h1 .material-symbols-outlined,
main h2 .material-symbols-outlined,
main h3 .material-symbols-outlined,
main h4 .material-symbols-outlined {
	color: #e9b237;
	display: inline-block;
	font-size: 3rem;
	height: 3rem;
	margin-right: 0.9375rem;
	order: -1;
	width: 3rem;
}
main h1[id],
main h2[id],
main h3[id],
main h4[id] {
	border-bottom: 0.0625rem solid #dad3c9;
	color: #171d1b;
	padding-bottom: 0.5em;
}
main h1 {
	font-size: clamp(1.5rem, 3.358778626vw, 2.75rem);
}
main h2 {
	font-size: clamp(1.5rem, 2.7480916031vw, 2.25rem);
}
main h3 {
	font-size: clamp(1.25rem, 1.8320610687vw, 1.5rem);
}
main h4 {
	font-size: clamp(1.125rem, 1.5267175573vw, 1.25rem);
}
main section {
	counter-reset: article-item;
}
main section:last-child {
	min-height: calc(100vh - 230px);
}
main section h2[id] {
	counter-increment: section-item;
	margin-top: clamp(3.125rem, 4.1666666667vw, 5rem);
}
main section h2[id]::before {
	content: counter(section-item) ". ";
}
main section h2[id] + article > h3:first-child {
	margin-top: calc(clamp(1.5rem, 2.7480916031vw, 2.25rem) * -1);
}
main article h3[id] {
	counter-increment: article-item;
}
main article h3[id]::before {
	content: counter(section-item) "." counter(article-item) ". ";
}
main a {
	color: #2f3e39;
	text-decoration: none;
	background-image: linear-gradient(currentcolor, currentcolor);
	background-position: 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 1px;
	transition: background-size calc(var(--kampina--transition-speed) * 1) ease 0s, color var(--kampina--transition-speed) ease;
}
main a:hover {
	background-position: 100% 100%;
	background-size: 0% 1px;
}
main blockquote {
	background: #fbfaf9;
	background-color: #d9edf7;
	border-color: #bce8f1;
	border-style: solid;
	border-width: 0.0625rem 0.0625rem 0.0625rem 0.3125rem;
	margin: clamp(1.5rem, 2.7480916031vw, 2.25rem) 0;
	margin-top: clamp(1.5rem, 2.7480916031vw, 2.25rem);
	padding: 1.875rem;
}
main blockquote h4 {
	margin-bottom: clamp(1.25rem, 1.8320610687vw, 1.5rem);
	margin-top: 0;
	padding-top: 0;
}
main p {
	margin-bottom: clamp(1.25rem, 1.8320610687vw, 1.5rem);
}
main ul,
main ol {
	margin-bottom: clamp(1.25rem, 1.8320610687vw, 1.5rem);
	margin-top: clamp(1.25rem, 1.8320610687vw, 1.5rem);
	padding-left: clamp(1.5rem, 2.7480916031vw, 2.25rem);
}
main ul ul,
main ol ul {
	list-style-type: circle;
}
main ul ul ul,
main ol ul ul {
	list-style-type: square;
}
main ul ul,
main ul ol,
main ul li,
main ol ul,
main ol ol,
main ol li {
	margin-bottom: 0.75rem;
	margin-top: 0.75rem;
}
main ul li::marker,
main ol li::marker {
	color: #2f3e39;
}
main ol {
	list-style: decimal;
}
main code {
	background: #fbfaf9;
	border: 0.0625rem solid #dad3c9;
	border-radius: 0.3125rem;
	color: #c48200;
	display: inline-block;
	font-family: inherit;
	font-size: 0.875rem;
	overflow-wrap: break-word;
	padding: 0.1875rem 0.4375rem 0.125rem;
	white-space: pre-wrap;
}
main *:last-child {
	margin-bottom: 0;
}

/* 5.0  - Footer */
footer {
	color: #191919;
	font-size: 0.875rem;
	max-width: 81.875rem;
	min-width: 43.75rem;
	padding: 1.875rem 1.875rem 1.875rem 18.75rem;
	text-align: center;
}
