#landing-section{
  background: url(../img/brian-desert.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#header-holder{
	margin-top: 285px;
}


h1.landing, h2.landing{
	color: #FFFFFF;
}

h1{
	font-size: 60px;
	margin-bottom: 25px;
}

h2.landing{
	font-size: 24px;
	padding: 5px;
}

img#arrow{
	width: 50px;
	display: block;
	font: left;
	margin: auto;
	margin-top: 150px;
}

img#arrow:hover{
	cursor: pointer;
}