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