/* CSS Document */
/* news
/*---------------------------------------*/

.newspage {
	margin-top: 50px;
}
.newspage h1 {
	margin-bottom: 25px;
}


@media screen and (min-width: 768px) {
	.newspage {
		margin-top: 175px;
	}
}

@media screen and (min-width: 992px) {
	.newspage {
		margin-top: 200px;
	}
}


