body
{
	min-height: 100vh;
	max-width: 100vw;
	overflow-x: hidden;
	margin: 0;
	background-color: #eeeeee;
}

ul#navbar
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: sticky;
	top: 0;
	left: 0;
	width: 100vw;
	background-color: white;
	z-index: 10;
	border-bottom: 1px solid #808080;
}

ul#navbar li
{
	display: inline;
	float: left;
	width: auto;
	padding: 0.5rem 0;
	border-right: 0.5px solid #808080;
	transition-duration: 0.8s;
}

ul#navbar li a
{
	color: #6287ac;
	font-weight: bold;
	text-decoration: none;
	font-size: 13pt;
	padding: 0.5rem 1rem;
}

ul#navbar li:hover:not(#focus)
{
	background-color: #bbbbbb;
	transition-duration: 0.8s;
}

li#focus
{
	background-color: #dddddd;
}

ul#navbar li.rigth
{
	float: right;
}

footer
{
	position: absolute;
	width: 100vw;
	left: 0;
	bottom: 0;
	padding: 0;
	margin-top: 6rem;
}

#footer-sep
{
	height: 0.5rem;
}

footer p
{
	width: fit-content;
	text-align: center;
	padding: 0.6rem 1rem;
	margin: 0.9rem auto;
}

#container
{
	position: relative;
	width: 100vw;
}

footer hr
{
	border: 0;
	border-top: 2px solid #6287ac;
	width: 85%;
}

details summary
{
	cursor: help;
	width: fit-content;
}

.lborder
{
	border-left: 0.5px solid #808080;
}

#page-container
{
	position: relative;
	min-height: 100vh;
	height: fit-content;
}
