* {
	box-sizing: border-box;
	image-rendering: pixelated;
}

html {
	height: 100%;
	margin: 0;
	font-size: 16px;
	font-family: sans-regular;
}

body {
	height: 100%;
	margin: 0;
	background: linear-gradient(0deg, #4992A7 0%, #244953 100%);
	display: flex;
	justify-content: center;
	align-items: center;
}

p {
	line-height: 1.4;
}

h1 {
	font-size: 2rem;
	margin: 1rem 0 0.75rem 0;
}

h2 {
	font-size: 1.5rem;
	margin: 2rem 0 0.75rem 0;
}

h3 {
	font-size: 1.25rem;
	margin: 1.5rem 0 0.5rem 0;
}

a {
	color: #244953;
	text-decoration: none;
	font-weight: 700;
}

pre {
	max-width: 100%;
	overflow-x: scroll;
	background-color: #686f82;
	border-top: 1px solid #31353e;
	border-left: 1px solid #31353e;
	border-bottom: 1px solid #babdc6;
	border-right: 1px solid #babdc6;
	padding: 1rem;
	line-height: 1.1;
}

pre code {
	font-family: mono;
	font-size: 0.8rem;
	color: white;
}

a:hover {
	text-decoration: underline;
}

hr {
	border-top: 1px solid #6a605a;
	border-left: 1px solid #6a605a;
	border-bottom: 1px solid #e7deda;
	border-right: 1px solid #e7deda;
}

blockquote {
	margin-left: 1rem;
	padding-left: 1rem;
	border-left: 1px solid #e7deda;
	box-shadow: -1px 0 0 #6a605a;
}

.outest-window-border {
	border-top: 2px solid #f7d9c0;
	border-left: 2px solid #f7d9c0;
	border-bottom: 2px solid #7d593b;
	border-right: 2px solid #7d593b;
	background-color: #c6b2a8;
	position: fixed;
	top: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: min(100vh - 120px);
	width: min(600px, 100vw - 30px);
}

.outer-window-border {
	border: 2px solid #eda870;
	display: flex;
	height: 100%;
	width: 100%;
}

.window-border {
	border-top: 1px solid #7d593b;
	border-left: 1px solid #7d593b;
	border-bottom: 1px solid #f7d9c0;
	border-right: 1px solid #f7d9c0;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 100%;
}

.titlebar {
	background-color: #eda870;
	display: flex;
	padding: 0;
	color: white;
	font-family: serif-regular;
	justify-content: center;
}

.titlebar p {
	line-height: 1.1;
}

.titlebar * {
	border-top: 1px solid #f7d9c0;
	border-left: 1px solid #f7d9c0;
	border-bottom: 1px solid #7d593b;
	border-right: 1px solid #7d593b;
}

.titlebar img {
	height: 20px;
	width: 20px;
}

.titlebar p {
	margin: 0;
	height: 20px;
	flex-grow: 1;
	padding-left: 20px;
	text-align: center;
}

.breadcrumb {
	border-top: 1px solid #adced7;
	border-left: 1px solid #adced7;
	border-bottom: 1px solid #244953;
	border-right: 1px solid #244953;
	background-color: #4992a7;
	padding: 0.5rem;
	color: white;
	font-family: serif-regular;
	overflow-x: scroll;
	overflow-y: hidden;
	display: flex;
	min-height: 30px;
}

.breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 0.5rem;
}

.breadcrumb ul li a {
	color: white;
	text-decoration: none;
	padding: 0.25rem;
	border: 1px solid #4992a7;
}

.breadcrumb ul li a::first-letter {
	text-decoration: underline;
}

.breadcrumb ul li a:hover {
	background-color: #3b7687;
	border-top: 1px solid #244953;
	border-left: 1px solid #244953;
	border-bottom: 1px solid #adced7;
	border-right: 1px solid #adced7;
}

.content {
	height: 100%;
	width: 100%;
	padding: 0.5rem;
	margin: 0;
	font-family: sans-regular;
	overflow-y: scroll;
	line-height: 1.4;
}

.content > :first-child {
	padding-top: 0;
	margin-top: 1rem;
}

.appman {
	background-color: #a8988f;
	border-top: 2px solid #6a605a;
	border-left: 2px solid #6a605a;
	border-bottom: 2px solid #e7deda;
	border-right: 2px solid #e7deda;
	display: grid;
	margin: 0;
	padding-left: 0; 
	padding: 1rem;
	grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
	gap: 1rem;
	font-family: mono;
}

.appman a {
	display: flex;
	flex-direction: column;
	color: black;
}

.appman a p {
	margin: 0;
	padding: 2px 4px;
}

.appman a img {
	border: 2px solid #a8988f;
	padding: 4px;
	width: 32px;
	box-sizing: content-box;
}

.appman a:hover {
	text-decoration: none;
}

.appman a:hover img {
	border: 2px solid #eda870;
}

.appman a:hover p {
	background-color: white;
}

.taskbar {
	position: fixed;
	bottom: 0;
	display: flex;
}

.taskbar img {
	display: block;
}

.taskbar-container {
	display: flex;
	flex-direction: column;
	height: 85px;
	width: 325px;
	background-color: #c6b2a8;
}

.taskbar-main {
	flex-grow: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}

.taskbar-main nav {
	flex-grow: 1;
}

.taskbar-buttons {
	height: 100%;
	max-width: 252px;
}

.taskbar-buttons ul {
	display: grid;
	padding: 5px 0;
	margin: 0;
	gap: 5px;
	grid-template-columns: 1fr 1fr;
}

.taskbar-buttons ul li {
	list-style: none;
	display: flex;
	height: 100%;
	width: 100%;
}

.taskbar-buttons ul li a {
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: white;
	font-family: serif-regular;
	padding: 2px 4px;
}

@media screen and (max-width: 1023px) {
	.taskbar img {
		display: none;
	}

	.taskbar-main img {
		display: block;
	}

	.taskbar-container {
		width: 100vw;
	}
}

@media screen and (max-width: 767px) {
	.outest-window-border {
		top: 0;
		width: 100vw;
		height: calc(100vh - 85px)
	}
}

.taskbar-buttons ul li.one a {
	border-top: 2px solid #cad1d9;
	border-left: 2px solid #cad1d9;
	border-bottom: 2px solid #464d56;
	border-right: 2px solid #464d56;
	text-shadow: 1px 1px 0 #464d56;
}

.taskbar-buttons ul li.one {
	background-color: #8998aa;
	border-top: 1px solid #464d56;
	border-left: 1px solid #464d56;
	border-bottom: 1px solid #cad1d9;
	border-right: 1px solid #cad1d9;
}

.taskbar-buttons ul li.one a:active {
	border-top: 2px solid #464d56;
	border-left: 2px solid #464d56;
	border-bottom: 2px solid #cad1d9;
	border-right: 2px solid #cad1d9;
}
.taskbar-buttons ul li.two a {
	border-top: 2px solid #e7deda;
	border-left: 2px solid #e7deda;
	border-bottom: 2px solid #6a605a;
	border-right: 2px solid #6a605a;
	text-shadow: 1px 1px 0 #6a605a;
}

.taskbar-buttons ul li.two {
	background-color: #c6b2a8;
	border-top: 1px solid #6a605a;
	border-left: 1px solid #6a605a;
	border-bottom: 1px solid #e7deda;
	border-right: 1px solid #e7deda;
}

.taskbar-buttons ul li.two a:active {
	border-top: 2px solid #6a605a;
	border-left: 2px solid #6a605a;
	border-bottom: 2px solid #e7deda;
	border-right: 2px solid #e7deda;
}


.taskbar-buttons ul li.three a {
	border-top: 2px solid #adced7;
	border-left: 2px solid #adced7;
	border-bottom: 2px solid #244953;
	border-right: 2px solid #244953;
	text-shadow: 1px 1px 0 #244953;
}

.taskbar-buttons ul li.three {
	background-color: #4992a7;
	border-top: 1px solid #244953;
	border-left: 1px solid #244953;
	border-bottom: 1px solid #adced7;
	border-right: 1px solid #adced7;
}

.taskbar-buttons ul li.three a:active {
	border-top: 2px solid #244953;
	border-left: 2px solid #244953;
	border-bottom: 2px solid #adced7;
	border-right: 2px solid #adced7;
}


.taskbar-buttons ul li.four a {
	border-top: 2px solid #dfc9cc;
	border-left: 2px solid #dfc9cc;
	border-bottom: 2px solid #5d4447;
	border-right: 2px solid #5d4447;
	text-shadow: 1px 1px 0 #5d4447;
}

.taskbar-buttons ul li.four {
	background-color: #b7878d;
	border-top: 1px solid #5d4447;
	border-left: 1px solid #5d4447;
	border-bottom: 1px solid #dfc9cc;
	border-right: 1px solid #dfc9cc;
}

.taskbar-buttons ul li.four a:active {
	border-top: 2px solid #5d4447;
	border-left: 2px solid #5d4447;
	border-bottom: 2px solid #dfc9cc;
	border-right: 2px solid #dfc9cc;
}
