html{
	background-color: black;;
	background-attachment:fixed;
}

body{
	color:#fcfcfc;
	min-height: 800px;
	padding-top:10px;

}

section{
	display:block;
}

h1 {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
   font-weight: 300;
   text-align: center;
   font-size: 100px;
   color: rgb(41, 85, 228);
}
.content2 {
	display: block;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font: 25px Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
}

 .siteFooterBar {
	padding-bottom: 0px;
	padding-top: 10px;
	width: 100%;
	height: 70px;
	color: #9B9B9B;
	background: white;
}

.siteFooterBar a:hover {
  background-color: white;
  }

.content2 img {
	padding-top: 0px;
  height: 70px;
  paddding-bottom: 1px;
}

.link{
  text-align: center;
}

a{
  text-decoration: none;
  color: black;
}


h5{
  color: lightslategray;
  text-align: center;
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
}

h2{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  color: white;
}

p{
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
  color: white;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

a{
    text-decoration: none;
    color: black;
}


/*----------------------------
		Headers
-----------------------------*/


header{
	display: block;
	margin-bottom: 12px;
}

h1{
	font-size:64px;
	font-weight:normal;
	margin-bottom: 12px;	
	line-height:1;
	text-shadow:2px 2px 0 rgba(22,22,22,0.5);
}

h2{
	color: white
	font-size: 18px;
	font-weight: normal;
	padding: 15px 0;
}



ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: black;
}

li {
  float: left;
}

.rockets{
  margin-bottom: 5000px;
  width: 75%;
  margin: auto;
  color: white;
 
  
}


.left{
  width: 49%;
display: inline-block;
vertical-align: top;
  margin: 0px;
}

.right{
 width: 49%;
 display: inline-block;
  vertical-align: top;
  margin: 0px;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  background-color: #111;
}

.content {
      max-width:800px;
      text-align:left; 
      margin:auto; 
      }
      .simple-ss {
      width: 1200px;
      height:450px;
      background-color: #eeeeee;
      margin:auto;
      background-image:url("marsMission.png");
      animation-name: slide;
      animation-duration: 10s;
      animation-direction: normal;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      }





/*----------------------------
		Content Area
-----------------------------*/


#infoPage img{
	float:left;
	margin-left:-200px;
	
	-moz-box-shadow: 2px 2px 0 #303030;
	-webkit-box-shadow: 2px 2px 0 #303030;	
	box-shadow: 2px 2px 0 #303030;
}

#infoPage{
	width:455px;
	margin:200px auto 0;
	padding: 0 0 100px 200px;
	border-bottom:1px solid #333;
}

p.description{
	background-color: rgba(255, 255, 255, 0.05);
	padding: 25px;
	text-shadow: 1px 1px 0 #333333;
	margin-bottom: 35px;

	-webkit-box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);	
	-moz-box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
	box-shadow: 2px 2px 0 rgba(22, 22, 22, 0.1);
}

a.grayButton{
  background-color: limegreen; 
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  border-radius: 100px;
  -webkit-transition-duration: 0.5s; /* Safari */
  transition-duration: 0.5s;
   border: 5px solid white;
  }

  a:hover {
  background-color: blue;
  }

a.grayButton:before{
	height: 18px;
	left: 4px;
	position: absolute;
	top: 6px;
	width: 20px;
	content: '';
}

a.grayButton.twitter:before{
	background-position:0 -20px;
}

h6{
  text-align: center;
  color: gray;
}


/*----------------------------
		Links Area
-----------------------------*/


#links{
	text-align:center;
	padding-top: 20px;
	border-top:1px solid #4a4a4a;
	text-shadow: 1px 1px 0 #333333;
	width:655px;
}

#links a{
	color: #ccc;
	position:relative;
}

#links > a{
	display: inline-block;
	font-size: 11px;
	margin: 0 10px;
}

#links p{
	color: #888888;
	font-size: 10px;
	font-style: normal;
}