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

.page-title {
    font-size: 2em;
    line-height: 1em;
    margin-top: 0px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
}
