header {
  background: url(../images/HKportfolio-hero.jpg) center / cover;
  height: 60vh;
  justify-content: center;
  text-align: center;
}

h1 {
  color: #2B242C;
  font-weight: bold;
}

.slogan {
  font-weight: lighter;
  font-size: 1.6rem;
}

main {
  max-width: 900px;
}

body {
  padding-bottom: 5rem;
}

.project-description {
  padding-left: 0;
}

.project img {
  width: 100%;
}

footer.mdl-mini-footer {
  bottom: 0;
  padding: 0.5rem;
  position: fixed;
  width: 100%;
  z-index: 1;
}

footer.mdl-mini-footer > ul {
  margin: auto;
  font-size: 2rem;
}

@media screen and (max-width: 1024px) {
  header.mdl-layout__header {
    display: flex;
  }
}
