.layout-transparent {
  background: black;
}
.layout-transparent .mdl-layout__header,
.layout-transparent .mdl-layout__drawer-button {
  /* This background is dark, so we set text to white. Use 87% black instead if
     your background is light. */
    position: fixed;
    top: 0;
    left: 0;
    color: white;
}

.layout-transparent .mdl-layout__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}



.mdl-layout__header .mdl-layout--fixed-header .new-header #background {
	background-color: red;
}




.layout-transparent .mdl-layout__content .cover-image {
    background: url('../img/cover_jan1316.jpg') center / cover;
    width: 100%;
    height: 500px;
}

.layout-transparent .mdl-layout__content .page-content {
    width: 100%;
    color: white;
}