body{
	margin:0px;
}

header{
	height: 100px;
}

.parallax-outer{
	position: relative;
	width: 100%;
	height:35vh;
	background-color: #333;
	margin-bottom: 1000px;
	overflow:hidden;
}

.parallax-inner{
	position: absolute;
	width:100%;
	height: 300%;
	background-image: url("../images/mars.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0px -200px;
}

#content-container{
	position: absolute;
	width:100%;
	text-align: center;
	margin-top:100px;
	color:#fff;
}