@import "library.less";

.page-post {
	height: 100%;
	
	.routes {
		.header {
			display: none;
		}
		.routes-container {
			padding-top: 0px;
		}
	}
	
	h2 {
		margin: 0 auto;
		padding: 50px 0;
		width: 500px;
		font-size: 40px;
		line-height: 1;
		text-align: center;
		font-weight: normal;
	}
	
	a {
		color: @orange;
	}
}