body
{
	background: none;
	overflow-x: hidden;
	margin-top: 3%;
}

#overlay
{
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: -2;
	overflow-x: hidden;
	overflow-y: hidden;
	margin: -5%;
	height: 120vh;
	width: 120vw;
}

.link
{
	font-size: 28px;
	font-family: Grenze Gotisch;
}

#outer
{
	display: block;
	z-index: 0;
	position: relative;
	top: 0;
	left: 0;
	pointer-events: auto;
	width: 100vw;
}

.circle
{ 
	width: 100px; 
	height: 100px;
}

.circle:hover
{
	width: 120px;
	height: 120px;
}

#gold
{
	margin-top: -3%;
	margin-left: 47%;
}

.outer_realm
{
	width: 100px;
	height: 100px;
	margin: 2%;
}

.nwne, .eastwest, .swse
{
	display: flex;
	justify-content: space-between;
}

.east
{
	align-content: right;
}

.west
{
	align-content: left;
}

.eastwest
{
	margin-right: 18%;
	margin-left: 18%;
	margin-top: 10%;
	margin-bottom: 10%;
	
}

.nwne
{
	margin-right: 24%;
	margin-left: 24%;
	margin-top: 3%;
	margin-bottom: 3%;
}

.swse
{
	margin-right: 24%;
	margin-left: 24%;
	margin-top: 3;
	margin-bottom: 43;
}

#violet
{
	margin-top: 3%;
	margin-left: 47%;
}

#inner
{
	justify-content: center;
	z-index: 1;
	position: absolute;
	width: 100vw;
	margin: 10%;
	pointer-events: none;
	
}

a, a:visited
{
	color: white;
	background-color: black;
	border-style: ridge;
	padding: 5px;
	pointer-events: auto;
}

a:hover
{
	font-size: 32px;
}

#astral
{
	margin-left: 40%;
	margin-top: 0%;
	
}

#dreams
{
	margin-left: 50%;
	margin-top: 5%;
}

#time
{
	margin-left: 20%;
	margin-top: 5%;
}

#ring
{
	margin-left: 55%;
	margin-top: 5%;
}

#labyrinths
{
	margin-left: 20%;
	margin-top: 5%;
}

#terrestrial
{
	margin-left: 30%;
	margin-top: 5%;
}

#core
{
	position: absolute;
	top: clamp(2%, 2%, 5%);
	height: 90vh;
	width: 100vw;
	z-index: -1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#coreimg
{
	height: auto;
	width: 55%;
	opacity: 50%;
	justify-content: space-around;
	align-items: center;
	margin-left: 0%;
	margin-top: 5%;
	
}

footer, #home
{
	bottom: 0;
	left: 1%;
	font-size: 18px;
	color: white;
	position: fixed;
	background: none;
	border: none;
}

.orblink
{
	background: none;
	border: none;
}

#mobile-alert{
	display: none;
}
  
@media (pointer:none), (orientation:portrait), (max-width: 2200) {
	h1
	{
		font-size: 48px;
	}
	
	h2
	{
		font-size: 24px;
		margin-top: 50px;
		margin-left: 10px;
	}
	
	#mobile-alert
	{
		display: inline;
		z-index: 2;
		color: white;
		width: 100vw;
		height: 100vh;
	}
	
	#outer, #inner
	{
		display: none;
	}

	p
	{
		font-size: 18px;
		margin: 10px;
	}

	li
	{
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 24px;
		margin-left: 5%;
	}
	
	.strippy
	{
		height: 250px;
	}
	.bbyorb
	{
		height: 65px;
		margin: 10px;
		width: auto;
	}
	.bbyorb:hover
	{
		height: 75px;
	}

	#clickus, #smallcore, h1
	{
		display: flex;
		justify-content: space-around;
		align-items: center;
		margin: auto;
		margin-bottom: 20px;
	}
	#smallcore
	{
		width: 50vw;
		height: auto;
		padding: 20px;
	}
	footer, #home
	{
		position: static;
	}
}