#bach-header-container {
	position:relative;
}

#bach-header-background {
	height:600px;
	background: url("../images/header.jpg");
	background-size: cover;
}

#bach-header-dots {
	position: absolute;
	top: 0;
	background-image: url("http://www.faceofhomelessness.com/images/dots.svg");
	width: 100%;
	z-index: 1;
	height: 100%;
}

#bach-header-night-filter {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
    background: #1D2B3B;
    background: -moz-linear-gradient(top, #1D2B3B 0%, #486078 64%, #789BBB 100%);
    background: -webkit-linear-gradient(top, #1D2B3B 0%, #486078 64%, #789BBB 100%);
    background: linear-gradient(to bottom, #1D2B3B 0%, #486078 64%, #789BBB 100%);
    opacity: 0.77;
}

.himalayas-button {
	font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    width: 18em;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 0.7em;
    width:250px;
    letter-spacing: 0.15em;
    border: 1px solid #F5F5F5;
    padding: 0.8em;
}

#bach-header-title {
	position: absolute;
	top: 0;
	width:100%;
	text-align:center;
	color: #fff;
	margin-top:120px;
}

#bach-header-title h1, #bach-header-title h3, #bach-header-title h5 {
	font-family: Lato, sans-serif;
}

#bach-header-title h1 {
	margin-top:30px;
	line-height: 1em;
}

#bach-header-title h3 {
	margin-top:22px;
	line-height: 1.2em;
}

#bach-header-title h5 {
	margin-top:20px;
	line-height: 1.2em;
}

.bach-header-down-arrow {
	position: absolute;
	top: 0;
	width: 100%;
}

.bach-header-down-arrow img {
	display: block;
	top:560px;
	position:relative;
	width:30px;
	margin-left:auto;
	margin-right: auto;
	text-align: center;
	z-index:3;
}

footer {
	border-top: 1px solid #ddd;
	padding:10px;
	margin-top:40px;
}