.nav-section{
  width: 100%;
  height: 100px;
}
.section1{
	width: 100%;
	height: 100%;
}
.parallax {
  background-image: url('career-bg.jpg');
  height: 450px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section1-header{
	position: absolute;
  margin-top: 10%;
  margin-left: 33%;
  transform: translate(-50%,-50%);
  text-align: left;
	font-size: 40px;
  color: #fff;
}


#section1-p{
  position: absolute;
  margin-top: 17%;
  margin-left: 35.5%;
  transform: translate(-50%,-50%);
  color: #fff;
}