header {
  background:  url(../images/background-image-MtTam-11.jpg) center / cover;
  height:  60vh;
  justify-content:  center;
  text-alight:  center;
}

h1 {
  color:  hsla(248.5, 39%, 39.2%, 0.8);
  font-weight:  bold;
  padding: 1rem;
}


.slogan {
  color:  hsla(248.5, 39%, 39.2%, 0.8);
  font-weight:  lighter;
  font-size:  1.6rem;
  padding: 1rem;
}

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;
  }
}
