* { padding: 0; margin: 0; }
div { display: flex; }
a { text-decoration: none; display: flex; }
textarea { display: flex; }
img { display: flex; }

body 
{
	display: flex;
	position: relative;
	width: 100vw;
	height: 100vh;
	flex-direction: column; 
	background-color:rgb(0, 0, 0);		
	background-position: center left;
	background-repeat: no-repeat;	
	background-size: cover;	
	background-attachment: fixed;
}

.navItem
{
	color: white;
}

.navItem:hover
{
	color: black;
	background-color: white;
}

#navOverlay
{
	position:absolute;
	left: 0;
	top: 0;
}

.bottomRightLie
{
	position: fixed;
	left: 50px;
	bottom: 50px;
	z-index: 5;

	column-gap: 50px;
}

.topLeftLie
{
	position: fixed;
	left: 50px;
	top: 50px;
	z-index: 5;
}

.topRightLie
{
	position: fixed;
	right: 50px;
	top: 50px;
	z-index: 5;
}

.fontStandard
{
	font-family: 'new-science', sans-serif;
	font-size: 24px;
	color: white;
}

#contentFrames
{
	width: 100vw;
	height: fit-content;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	flex-direction: column;
}

.frame
{
	width: 100vw;
	height: 100vh;
	justify-content: center;
	align-items: center;
	vertical-align: middle;
	flex-direction: column;
}

.frameCushion 
{
	padding: 100px;
	flex-direction: column;
}

.frameTitle
{
	font-family: 'new-science', sans-serif;
	font-size: 72px;color: white;
}

.frameSummary
{
	font-family: 'new-science', sans-serif;
	font-size: 16px;color: white;
}

.mapFrame
{
	background-color: black;
}

.locList
{
	flex-direction: column;
	row-gap: 25px;
}

.locContent
{
	flex-direction: row;
	column-gap: 50px;
}

.locHeader
{
	font-family: 'new-science', sans-serif;	
	font-weight: 700; 
	font-size: 14px; 
	color: white;
}

.locItem 
{ 
	font-family: 'new-science', sans-serif;
	font-size: 14px; 
	color: silver; 
}

.anchor:hover 
{ 
	color:fuchsia; 
}
