.th3_parallax{
  height: 60%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	display: flex;
		  align-items: center;
  justify-content: center;
}

.th3_parallax span{
	align-items: center;
  justify-content: center;
	
}
.th3_parallax span h1,
.th3_parallax span h2,
.th3_parallax span h3,
.th3_parallax span h4,
.th3_parallax span h5,
.th3_parallax span h6,
.th3_parallax span p,
.th3_parallax span a{
	color: inherit;
	
}