.page-heading {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(../img/project/background.png);
	background-color: #cccccc;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.page-text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
}

.page-text h1 {
	text-align: center;
	font-size: 50px;
	font-weight: 900;
}
