/**
 * @file
 * Visual styles for Bartik's page-title component.
 */
.page-title {    
    text-align: center;
    /*text-transform: uppercase;*/
    color: #ea6227;
    font-weight: bold;
    margin-bottom: 20px;
}
