/*Uses a header that contracts as the page scrolls down. */
.demo-layout-waterfall .mdl-layout__header-row .mdl-navigation__link:last-of-type {
    padding-right: 0;
}

 /*Wide card with share menu button */
 .demo-card-wide.mdl-card {
     width: 512px;
 }

.demo-card-wide > .mdl-card__title {
    color: #fff;
    height: 176px;
    background: url('../pictures/photo.jpg') center / cover;
}

.demo-card-wide > .mdl-card__menu {
    color: #fff;
}

.resume_sec{
    clear: both;
}

#about_home_card{
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 12pt;
}

.link_line_color{
    font-weight: bold;
    color: inherit;
}
