@import url('https://fonts.googleapis.com/css2?family=Gloria+Hallelujah&display=swap');
/**/

/*html{overflow: hidden}*/

body{
	box-sizing: border-box;
	padding:0;
	margin:0;
}

h1,h2,h3{
	font-family: 'Gloria Hallelujah', cursive;
	margin-bottom: 0;
	margin-top:0;
}

#artist{
	position:fixed;
	bottom:0;
	font-size: 9px;
	right:5%;
}

#Identification{
	position:fixed;
	top:10px;
	box-sizing: border-box;
	width: 100%;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 12px;
	background-color: #333;
	text-align: center;
	/*background: linear-gradient(to right, #AAA, #DDD, #666);*/
	box-shadow: 0px 0px 10px rgba(100,100,100,0.9);
	-moz-box-shadow: 0px 0px 10px rgba(100,100,100,0.9);
	-webkit-box-shadow:0px 0px 10px rgba(100,100,100,0.9);
}

#KeyBox{
	width: 40%;
	float:right;
	padding: 5px;
	background: #FFF;
	border-radius: 9px;
	border: solid #888;
	background-color: #888;
	opacity: .5;

	/*box-shadow:0px 0px 15px #DAA;
	-webkit-box-shadow:0px 0px 15px #DAA;
	-moz-box-shadow:0px 0px 15px #DAA);*/
}

input[name="passwrd"]{
	box-sizing: border-box;

	color: #FFF;
	background: none;
	font-size:15px;
	/*float: left;*/
	width:60%;
	border:0;
	margin:0;
}

input[name="go"]{
	box-sizing: border-box;

	color:yellow;
	background: none;
	font-size:15px;
	float:right;
	width:40%;
	margin:0;
	border:0;
}

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

#myPage{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display:block;
	margin:auto;
	position: relative;
}

#backgroundSpace{
	position: fixed;
	display: block;
	overflow: hidden;
	opacity: 0;
}

#imageSpace{
	display:block;
}

#title{
	position:absolute;
	display: block;
	width:60%;
	text-align:center;
	left: 50%;
	top: 30%;
	transform: translate(-50%, -50%);
}

#planetSystem{
	display: flex;
	height: 560px;
	position: relative;
}

#imageCircle{
	display: none;
	/*position:absolute;
	display:inline-block;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);*/
}

#object1{
	animation-duration: 30s;
}

#object2{
	animation-duration: 40s;
}

#object3{
	animation-duration: 70s;
}

#object4{
	animation-duration: 50s;
}

#object5{
	animation-duration: 100s;
}

#object6{
	animation-duration: 200s;
}

#object7{
	animation-duration: 120s;
}

#buttonShell{
	text-align:center;
}

#clckForOpen{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#volume{
	display: block;
	width: 22px;
	height: 22px;
	border-radius:100%;
	background: rgb(0,0,0);
}

/* -- */
#linksPlace{
	display: none;
}

#greeting{
	position:absolute;
	text-align: center;
	color:white;
	top:10%;
	left:50%;
	transform: translate(-50%, -50%);
}

#upLeftPlace{
	position:absolute;
	top:30%;
	left:25%;
	transform:translate(-50%, -50%);
}

.LinkPlace{
	overflow: hidden;
}

.block-250{
	display:block;
	width:200px;
	height:200px;
}

#opensrc1{
	display:block;
}

#doorToVk{
	display: flex;
}

#vkLink{
	margin:auto;
}

#upRightPlace{
	position:absolute;
	top:30%;
	left:75%;
	transform:translate(-50%, -50%);
}

#opensrc2{
	display: block;
}

#doorToTg{
	display: flex;
}

#tgLink{
	margin:auto;
}

#downLeftPlace{
	position:absolute;
	top:70%;
	left:25%;
	transform:translate(-50%, -50%);
}

#opensrc3{
	display: block;
}

#textIntroducing{
	color:orange;
}

#downRightPlace{
	position:absolute;
	top:70%;
	left:75%;
	transform:translate(-50%, -50%);
}

#opensrc4{
	display: block;
}

#doorToNN{
	display: flex;
}

#nnLink{
	margin:auto;
}

/* -- */

#triangleButtonShell{
	display: none;
}

#triangleButton{
	display:flex;
	bottom:0;
	left:50%;
	width:240px;
	height:120px;
	position:absolute;
	transform:translate(-50%, 0%);
	overflow:hidden;
}

#middleTB{
	width:240px;
	height:240px;
	position: relative;
	margin: auto;
}

#clckForLook{
	display:block;
}

#eyeButton{
	width:240px;
	height:240px;
	position: absolute;
	left:0;
	top:0;
}

#clouds{
	display:none;
	position:absolute;
	top:50%;
}

.orbitals{
	display:block;
	width:30px;
	height:30px;
	margin:auto;
	position:relative;
}

.orbital{
	display:block;
	width:30px;
	height:30px;
	margin:auto;
	position:absolute;
	left:0;
	top:0;
	animation: 100s linear 0s normal none infinite running rot;
  	-webkit-animation: 100s linear 0s normal none infinite running rot;
}

.animate{
	animation: 1s linear 0s normal  running rotate180;
  	-webkit-animation: 1s linear 0s normal  running rotate180;
  	transform:  rotate(180deg);
}

.animate-button-shadow{
	animation: 2s linear 0s normal none infinite running buttonShadow;
	-webkit-animation: 2s linear 0s normal none infinite running buttonShadow;
}

@keyframes buttonShadow{
	0% {
		box-shadow: 0px 0px 5px rgb(240, 240, 240)
	}

	50%{
		box-shadow: 0px 0px 15px rgb(240,240,240)
	}

	100% {
		box-shadow: 0px 0px 5px rgb(240, 240, 240)
	}
}

@keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media (max-width:570px){
	h1,h2{
		font-size: 18px;
	}

	h3{
		font-size: 12px;
	}

	.block-250{
		width:125px;
		height:125px;
	}
	
}

@media (max-width:360px){
	h1,h2{
		font-size: 14px;
	}

	h3{
		font-size: 10px;
	}

	.block-250{
		width:100px;
		height:100px;
	}
	
}