.nav-section{
  width: 100%;
  height: 100px;
}
.section1{position: relative;
	width: 100%;
	height: 100%;
}
.parallax {
  height: 450px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


