﻿.page-title::before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(29, 24, 187, 0.6);
}
h1 {
	font-size: 50px;
	margin: 0;
	margin-bottom: 0px;
	padding: 0;
}
