html {
  background: #706ea4;
  color: #eee;
}

body {
  margin: 0 auto;
  max-width: 800px;
}

nav {
  max-width: 750px;
  margin: 0 auto;
  height: 50px;
  position: absolute;
  left: 0; right: 0;
  top: 400px;
  background: rgba(141, 154, 187, 0.8);
}

nav ul {
  display: flex;
  text-align: justify;
  align-items: center;
  justify-content: flex-end;
  max-width: 800px;
}

nav a {
  list-style: none;
  text-align: center;
  flex: 0.10;
  color: #dbd8d8;
  position: relative;
  top: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 1.1em;
  text-decoration: none;
  margin-left: 10px;
  margin-right: 20px;
  padding: 0px;
}

nav a:hover {
  filter: brightness(150%);
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Lato', sans-serif;
  text-align: left;
  color: #eee
}

p,span,li {
  font-family: 'Lato', sans-serif;
}

.date {
  font-family: 'Lato', sans-serif;
  display: block;
  text-align: left;
}
/* Custom */
.banner {
  max-width: 750px;
  height: 450px;
  background: url("/assets/banner.png") center center no-repeat;
  background-size: cover;
  display: block;
  margin: 0 auto;
}
.banner h1 {
  color: #eee;
  font-size: 3em;
  position: relative;
  margin: 0 auto;
  top: 330px;
  right: 15px;
  text-align: right;
  text-shadow: 2px 2px #000000;
}
.container {
  max-width: 700px;
  margin: 10px auto;
  height: auto;
  padding: 20px;
  background: #888db0;
}

@media only screen and (max-width: 600px) {
    .banner h1 {
      font-size: 2.7em;
    }
}
