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

.page-title {
  font-family: 'GothamBook';
  font-size: 4em;
  line-height: 3em;
  color: #F0FFF0;
  margin: -60px 0px 60px 28px;
}

