﻿body
{
	margin: 0px;
	font-family: Segoe UI;
	color: white;
	text-align: center;
	font-size: 20px;
}
header
{
	background-color: rgba(0,0,0,90%);
	border-bottom: 0.075em solid rgba(255,255,255,90%);
	padding: 2.5% 0% 2.25%;
}
header img
{
	width: 45%;
}
footer
{
	background-color: rgba(0,0,0,90%);
	border-top: 0.075em solid rgba(255,255,255,90%);
	padding: 1.5% 5%;
}
nav
{
	background-color: rgba(0,0,0,90%);
	border-bottom: 0.075em solid rgba(255,255,255,90%);
	font-weight: bold;
	padding: 0% 5% 0.25%;
}
div.nav_list
{
	padding: 1%;
	display:inline-block;
}
div.body
{
	margin: 1% 10%;
	padding: 2.5% 5%;
	background-color: rgba(0,0,0,90%);
	border-radius: 1em;
}
div.video_background video
{
	position: fixed;
	z-index: -1;
	object-fit: cover;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div.wiki_img1, div.wiki_img2
{
	transition: transform .2s;
	display:inline-block;
	padding: 1%;
	overflow: hidden;
}
div.wiki_img1:hover, div.wiki_img2:hover
{
	transform: scale(1.1);
}
div.wiki_img1 img
{
	height: 7.5em;
	border-radius: 0.75em;
}
div.wiki_img2 img
{
	height: 4em;
}
div.cube img
{
	width: 9%;
	border-radius: 0.75em;
	border: 0.1em solid rgba(255,255,255,90%);
}
h2
{
	font-weight: bold;
	font-size: 1.75em;
}
hr
{
	margin: 3%;
	border: 0.075em solid white;
}
a:link, a:visited
{
	color: #BBBBBB;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
}
@media screen and (max-width: 480px)
{
	body
	{
		font-size: 5px;
	}
}
@media screen and (min-width: 481px) and (max-width: 639px)
{
	body
	{
		font-size: 6.67px;
	}
}
@media screen and (min-width: 640px) and (max-width: 719px)
{
	body
	{
		font-size: 7.5px;
	}
}
@media screen and (min-width: 721px) and (max-width: 960px)
{
	body
	{
		font-size: 10px;
	}
}
@media screen and (min-width: 961px) and (max-width: 1280px)
{
	body
	{
		font-size: 13.33px;
	}
}
@media screen and (min-width: 2560px) and (max-width: 3839px)
{
	body
	{
		font-size: 30px;
	}
}
@media screen and (min-width: 3840px) and (max-width: 7679px)
{
	body
	{
		font-size: 40px;
	}
}
@media screen and (min-width: 7680px)
{
	body
	{
		font-size: 80px;
	}
}
@media screen and (orientation: portrait)
{
	body
	{
		font-size: 30px;
	}
	header img
	{
		width: 95%;
		padding: 2% 0%;
	}
	footer
	{
		padding: 5%;
	}
	nav
	{
		padding: 2%;
	}
	div.nav_list
	{
		display: block;
		padding: 1.5%;
	}
	div.body
	{
		margin: 2.5% 2.5%;
		padding: 7.5%
	}
	div.wiki_img1, div.wiki_img2
	{
		display: block;
		padding: 4% 0%;
	}
	div.wiki_img1 img
	{
		width: 75%;
		height: 75%;
	}
	div.wiki_img2 img
	{
		height: 180px;
	}
	div.cube img
	{
		width: 25%;
	}
	hr
	{
		margin: 8% 0% 0%;
	}
}