/**
 * @file
 * Visual styles for Bartik's page-title component.
 */

.page-title {
  font-size: 2.2em;
  line-height: 1em;
  	font-weight: bold;
	margin: 30px;
	color: #4a4a4a;
}
