/* Fonts */

@font-face {
	font-family: tachyo;
	src: url(Tachyo-1.0.0.otf);
}
@font-face {
	font-family: vga;
	src: url(MorePerfectDOSVGA.ttf);
}
@font-face {
	font-family: term;
	src: url(Resources/TerminessNerdFontMono-Regular.ttf);
}
@font-face {
	font-family: term;
	src: url(Resources/TerminessNerdFontMono-Bold.ttf);
	font-weight: bold;
}

/* Body */

body {
	font-family: term;
	font-size: 15px;
	background-color: #070D08;
	color:  #87ff92;
}
#flex {
	display: flex;
}
#container {
	max-width: 1000px;
	margin: auto;
}

/* Address imitation  */

#location {
	font-family: tachyo;
	font-weight: bold;
	color: #031505;
	background-color: #87FF92;
	border: 2px solid;
	border-color: #87FF92;
	border-right-color: #5EB366;
	border-bottom-color: #4E9454;
}

/* Header */

#header {
	padding: 4px;
	height: 180px;
	background-image: url("Pictures/header for links page.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: 100% 83%;
	border: 2px solid;
	border-color: #87FF92;
	border-right-color: #5EB366;
	border-bottom-color: #4E9454;
}
#header .button {
	display: block;
	padding: 1px;
	width: 90px;
	background-color: #031505;
	border: 2px solid;
	border-color: #87FF92;
	border-right-color: #5EB366;
	border-bottom-color: #4E9454;
	text-align: center;
}
#header .button:hover {
	background-color: #003305;
	border-color: #00FF17;
	border-right-color: #00B311;
	border-bottom-color: #00940D;
}
#header a {
	color: #87FF92;
	text-decoration: none;
}
#header a:hover {
	font-size: 0;
}
#header a:hover:before {
	font-size: 15px;
	color: #00FF17;
	content: attr(data-hover);
}

/* Main area */

aside {
	text-align: center;
	font-size: 15px;
	width: 150px;
	margin-top: 13px;
	margin-right: 7px;
	padding: 5px;
	height: fit-content;
	background-color: #031505;
	border: 2px solid;
	border-color: #87FF92;
	border-right-color: #5EB366;
	border-bottom-color: #4E9454;
  }
#lsidebar {
	order: 1;
}
#lsidebar h3, h4 {
	font-family: tachyo;
	font-weight: normal;
	font-size: 17px;
	color: #00ff18;
}
#lsidebar h4 {
	font-size: 15px;
	margin-top: 0;
	padding-top: 0;
}
#lsidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
main {
	margin-top: 13px;
	flex: 1;
	height: auto;
	background-color: #031505;
	border: 2px solid;
	border-color: #87FF92;
	border-right-color: #5EB366;
	border-bottom-color: #4E9454;
	order: 2;
}
main p {
  padding: 5px;
}
main h1 {
	font-family: tachyo;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	color: #00ff18;
	background-color: #0D2910;
}
main h4 {
  padding-left: 5px;
  padding-right: 5px;
}
main p a {
	color: #87ff92;
	text-decoration: underline;
}
main p a:hover {
	font-size: 0;
	text-decoration: none;
}
main p a:hover:before {
	font-size: 16px;
	color: #00ff18;
	content: attr(data-hover);
}

/* Footer */

footer {
	font-family: tachyo;
	margin-top: 13px;
	padding: 5px;
	border: 2px solid;
	border-color: #87FF92;
	border-right-color: #5EB366;
	border-bottom-color: #4E9454;
	text-align: center;
	background-color: #031505;
}
