


/*--elements--------------------*/

body{
	background: #000 url(../images/bg-main.jpg) repeat left top fixed;
	margin: 0px;
	color: #FCF9D6;
	font-family: 'Intro', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
.container{
	width: 600px;
	margin: auto;
	padding: 210px 0px;
	background-image: url(../images/image-toppyr.png), url(../images/image-botpyr.png);
	background-position: center top, center bottom;
	background-repeat: no-repeat;
}

#contact label, #contact input{display: block;}
#contact{width:320px; padding: 4em 10px; margin: auto;}
input, textarea{width:90%; padding: .5em; background-color: #fdfbe8; border-radius: .5em; font-family: Helvetica, Arial, sans-serif; font-size: 1em;}
input{height: 2em;}
textarea{height:10em;}

/*--text--------------------*/
@font-face {
	font-family: Intro;
	src: url('fonts/Intro.otf');
}
.orange{color: #ef5134;}
label, h2, input, textarea, #logo, a#submit{border: none;}
#logo h1{
	text-align: center;
	font-size: 3em;
	padding: 1.5em;
	letter-spacing: .03em;
	margin: 0px;
	}
	
label{
	font-size: .8em;
	color: #62b5a0;
	margin-top: 1.5em;
	letter-spacing: 0.05em;
}
label#messageLabel{margin-top: 2.5em;}

h2,
h3 {
	font-size: 1.2em;
	font-weight: normal;
	letter-spacing: .02em;
}

h2 span.orange{font-size: 1.4em}
a#submit{
	padding: .9em 3em .7em;
	background-color: #62b5a0;
	border-radius: 2em;
	color: #fff;
	font-size: .8em;
	text-decoration: none;	
	display: inline-block;
	margin-top: 1em;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	transition: all .25s linear;
	cursor: pointer;
}
a#submit:hover{
	background-color: #ef5134;
}


/*--solarsystem--------------------*/
#solarsystem{
	position: relative; 
	width: 550px; height: 550px;
	margin: auto;	
}
@-webkit-keyframes orbit
	{
	from {-webkit-transform:rotate(0deg)} to {-webkit-transform:rotate(360deg)}
	}
@-moz-keyframes orbit
	{
	from {-moz-transform:rotate(0deg)} to {-moz-transform:rotate(360deg)}
	}
@-o-keyframes orbit
	{
	from {-o-transform:rotate(0deg)} to {-o-transform:rotate(360deg)}
	}

		
#solarsystem div{
	border: 1px solid #807f6d;
	position: absolute;
	top:50%;
	left:50%;
	-webkit-animation-name: orbit;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-moz-animation-name: orbit;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-moz-animation-play-state: running;
	-o-animation-name: orbit;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-o-animation-play-state: running;


}
#solarsystem span{
	width: 10px; height: 10px;
	background-color: red;
	border-radius: 30px;
	display: block;
	margin: auto;
}

#sun{
	border: 0px; border-radius: 50px;
	width: 85px; height: 85px;
	margin-top: -43px;
	margin-left: -43px;
	background: #fcf9d6;
}

#mercury{
	width:165px; height:165px;
	border-radius: 90px;
	margin-top: -83px;
	margin-left: -83px;
	-webkit-animation-duration: 3s; 
	-moz-animation-duration: 3s; 
	-o-animation-duration: 3s; 

}
	#mercury span{
		height: 10px; width: 10px;
		border-radius:5px;
		margin-top: -5px;
		background-color: #62b5a0;
	}

#venus{
	width:210px; height:210px;
	border-radius: 120px;
	margin-top: -105px;
	margin-left: -105px;
	-webkit-animation-duration: 4s; 
	-moz-animation-duration: 4s; 
	-o-animation-duration: 4s; 
}
	#venus span{
		height: 16px; width: 16px;
		border-radius:8px;
		margin-top: -8px;
		background-color: #ef5134;
	}

#earth{
	width:260px; height:260px;
	border-radius: 150px;
	margin-top: -130px;
	margin-left: -130px;
	-webkit-animation-duration: 5s; 
	-moz-animation-duration: 5s; 
	-o-animation-duration: 5s; 
}
	#earth span{
		height: 20px; width: 20px;
		border-radius:10px;
		margin-top: -10px;
		background-color: #62b5a0;
	}

#mars{
	width:310px; height:310px;
	border-radius: 170px;
	margin-top: -155px;
	margin-left: -155px;
	-webkit-animation-duration: 6s; 
	-moz-animation-duration: 6s; 
	-o-animation-duration: 6s; 
}
	#mars span{
		height: 20px; width: 20px;
		border-radius:10px;
		margin-top: -10px;
		background-color: #ef5134;
	}

#jupiter{
	width:360px; height:360px;
	border-radius: 200px;
	margin-top: -180px;
	margin-left: -180px;
	-webkit-animation-duration: 8s; 
	-moz-animation-duration: 8s; 
	-o-animation-duration: 8s; 
}
	#jupiter span{
		height: 30px; width: 30px;
		border-radius:15px;
		margin-top: -15px;
		background-color: #62b5a0;
	}

#saturn{
	width:410px; height:410px;
	border-radius: 220px;
	margin-top: -205px;
	margin-left: -205px;
	-webkit-animation-duration: 9s; 
	-moz-animation-duration: 9s; 
	-o-animation-duration: 9s; 
}
	#saturn span{
		height: 22px; width: 22px;
		border-radius:11px;
		margin-top: -11px;
		background-color: #ef5134;
	}

#uranus{
	width:460px; height:460px;
	border-radius: 250px;
	margin-top: -230px;
	margin-left: -230px;
	-webkit-animation-duration: 10s; 
	-moz-animation-duration: 10s; 
	-o-animation-duration: 10s; 
}
	#uranus span{
		height: 18px; width: 18px;
		border-radius:9px;
		margin-top: -9px;
		background-color: #62b5a0;
	}

#neptune{
	width:510px; height:510px;
	border-radius: 270px;
	margin-top: -255px;
	margin-left: -255px;
	-webkit-animation-duration: 11s; 
	-moz-animation-duration: 11s; 
	-o-animation-duration: 11s; 
}
	#neptune span{
		height: 18px; width: 18px;
		border-radius:9px;
		margin-top: -9px;
		background-color: #ef5134;
	}