/* das css */

body
{
	background: white;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
}

a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
	/*text-decoration: underline;*/
}

a:hover
{
}

.overlayTextUp
{
	position: absolute;
	background-color: white;
	top: 10%;
	left: 10%;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 5px;
}

.overlayTextDown
{
	position: absolute;
	background-color: white;
	bottom: 10%;
	left: 10%;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 5px;
}

@media only screen and (max-device-width: 736px) 
{ 
	.overlayTextDown
	{
		min-width: 20%;
		width: 78%;
	}
}

.aboutText
{
	position: absolute;
	background-color: #ff66cc;
	top: 10%;
	right: 10%;
	font-size: 30px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	padding: 5px;
}

#fullscreenInfo
{
	position: absolute;
	top: 10%;
	left: 10%;
	background-color: #fefefe;
	font-family: Arial, sans-serif;
	font-size: 24px;
	padding: 40px;
	/*display:none;*/
	min-width: 75%;
	min-height: 70%;
	line-height: 200%;
	z-index: -1;
	
	width: 75%;
	height: 74%;

	/*transition: opacity 2s ease-in;*/
	opacity:0;
}

@media only screen and (max-device-width: 736px) 
{ 
	#fullscreenInfo
	{
		min-width: 20%;
		width: 65%;
		line-height: 100%;
		font-size: 22px;
		/*color: red;*/
	}
}

#fullscreenInfo load
{
	opacity: 1;
}

.xclose
{
	position:absolute;
	right: 4%;
	top: 5%;
}

/**/


#fade-wrapper 
{
	position: fixed;
	height: 100vh;
	width: 100vw;
	background: black;
	z-index: 100;

	font-size: 30px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: white;
}

@media only screen and (max-device-width: 736px) 
{ 
	#fade-wrapper
	{
		font-size: 24px;
	}
}

.Center-Container {
  position: relative;
  height: 100%;
}

.Absolute-Center {
  width: 50%;
  height: 15%;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  /*border: solid black;*/
}

.shiftedText
{
	position: relative;
	bottom: 20px;
}

.threedeeContainer
{
	z-index: 20;
}
