* { 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;
}

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

.frameWide 
{
	padding: 25px;
	
}

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

	padding-bottom: 25px;
}

@media only screen and (max-width: 768px)
{
	.frameBorder
	{
		flex-wrap: wrap-reverse;
	}
}

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

.frameTitle
{
	font-family: 'new-science', sans-serif;
	font-size: 48px;
	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; 
}

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

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

.divLine
{
	width: 100%;
	height: 1px;
	background-color: white;
}


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

.registeredLink:hover 
{
	color: fuchsia;
}

.pdfButton
{
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	color: rgb(0, 0, 0);
	font-family: 'new-science', sans-serif;
	font-size: 12px;
	padding: 10px;
}

.pdfButton:hover 
{
	background-color: fuchsia;
	color: white;
}

.frameSumBodyJournal
{
	justify-content: space-between;
}