
.main-content{
	min-height: calc(100vh - 205px);
	text-align: justify;
	color: #333;
}

.main-title{
	padding: 5px;
}

@media only screen and (min-width: 768px){
	html.fixed .page-header {
		left: 0;
		margin: 0;
		position: fixed;
		right: 0;
		top: 60px;
	}
}