body{
	background-color : black;
	background-image: url("bg.jpg") ;
	background-size: cover;
	overflow: hidden;
}
.object{
	position:absolute;
	border-radius: 50%;
	background-color: green;
}
.planet.linked{
	line-height: 40px;
	text-align: center;
}
/*.planet.linked:hover{
	background-color: white !important;
}*/
.orbit {
	position: absolute;
	background-color: transparent;
	border: 1px solid DimGray  ;
}
.sun{
	background-color: yellow;
	border-style:solid;
	border-color:orange;
}
#sun-top {
}
#sun-bottom {
}
#log{
	position: absolute;
	top:0px;
	right:0px;
	background-color: transparent;
	height: 30%;
	width: 15%;
	border: 1px dashed grey;
	overflow-y: scroll;
}
#sumary{
	z-index:99999;
	position: absolute;
	color:white ;
	bottom: 30px;
	right: 50px;
	text-align: right;
	font-family: 'VT323', monospace;
	text-shadow: 0px 0px 5px #000000;
	font-size: 24px;
	width:50%;
}
a,
a:visited{
	color: yellow;
	text-decoration: none;
}
a:hover{
	color: orange;
}
@media (max-width: 1000px) {
	#sumary{
		bottom: 0;
		right: 1em;
		font-size: 20px;
	}
}
@media (max-width: 600px) {
	#sumary{
		bottom: 0;
		right: 1em;
		font-size: 18px;
	}
}
.planet.linked{
	background-color:black;
}
.planet.linked a{
	color:black;
	font-size: 25px;
    line-height: 33px;
    vertical-align: bottom;
}
.planet.linked:hover a{
	color: white;
}
.facebook{
	background-color: white;
	color: #3b5998;
}
.facebook:hover{
	background-color: #3b5998;
	color: white;
}
.twitter{
	background-color: white;
	color: #55acee;
}
.twitter:hover{
	background-color: #55acee;
	color: white;
}
.linkedin{
	background-color: white;
	color: #007bb5;
}
.linkedin:hover{
	background-color: #007bb5;
	color: white;
}
.google-plus{
	background-color: white;
	color: #dd4b39;
}
.google-plus:hover{
	background-color: #dd4b39;
	color: white;
}
.github{
	background-color: white;
	color: #000000;
}
.github:hover{
	background-color: #000000;
	color: white;
}
.whatsapp, .phone{
	background-color: white;
	color: #4dc247;
}
.whatsapp:hover, .phone:hover{
	background-color: #4dc247;
	color: white;
}
.envelope, .mail{
	background-color: white;
	color: #777777;
}
.envelope:hover, .mail:hover{
	background-color: #777777;
	color: white;
}