/**
 * @file
 * Visual styles for Bartik's page-title component.
 */

.page-title {
  font-size: 16px;
  color: #ce0000;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
