.nav-section{
  width: 100%;
  height: 100px;
}
.section1{
	width: 100%;
	height: 100%;
}
.parallax {
  height: 450px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#section1-header{
	position: absolute;
  margin-top: 10%;
  margin-left: 13%;
  transform: translate(-50%,-50%);
  text-align: left;
	font-size: 45px;
  color: #fff;
}


#section1-p{
  position: absolute;
  margin-top: 16%;
  margin-left: 35.5%;
  transform: translate(-50%,-50%);
  color: #fff;
}

#section1-span{
  display: inline-flex;
  position: absolute;
  margin-top: 21%;
  margin-left: 8.6%;
  transform: translate(-50%,-50%);
  color: white;
  width: 140px;
}

#section1-span a{
  color: white;
  font-weight: 600;
  font-size: 16px;
    text-decoration: none;
}

#section1-span-a2{
  margin-left: 2%;
}