/* Page Specific */

    /* Link this color to the page style colour */
    a {
        color:rgb(0,150,136);
        text-decoration: none;
    }

    .top-ribbon {
        height: 15em;
        background-color: rgb(0,150,136);
    }
    /*----------------------- */

.mdl-layout__header-row > .mdl-layout-title > a {
    color: #fff;
}