/* Style for text pages*/
.textpage h1 {
	font-size: 64px;
	line-height: 73px;
	margin-bottom: 25px;
	color:#333;
}

.textpage h2 {
	font-size: 38px;
	line-height: 44px;
	margin-bottom: 24px;
	color:#333;
}

.textpage p {
	font-size: 17px;
    line-height: 26px;
    margin-bottom: 35px;
	color:#333;
}
