@import url('https://fonts.googleapis.com/css?family=Lato:300');

.title {
  font-weight: 700;
  font-size: 2em;
  position: absolute;
  bottom: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
}

.description {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 1em;
    position: absolute;
    bottom: 1em;
    padding-left: 4em;
    padding-right: 4em;
}

.p-overlay {
  background-color: rgba(45, 68, 66, 0);
  width: 100%;
  height: 100%;
}

.post:hover .p-overlay {
  background-color: rgba(45, 68, 66, .5);
}

#nav-blog a {
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
}

.blog-container {
  width: 80%;
  max-width: 40em;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  clear: both;
}

.post {
  clear: both;
  position: relative;
  margin-top: 1em;
  margin-bottom: 2em;
  display: block;
  height: 24em;
  background-size: cover;
  background-position: center;
  border-bottom: solid 6px #E9E289;
  width: inherit;
}

.post p {
  color: #fff;
}

table {
  width: 100%;
}

/* Individual posts */
.p180628 {
  background-image: url("../src/blog/img/180628/180628-1.jpg");
}

.p180513 {
  background-image: url("../src/blog/img/180513/180513-1.jpg");
}

.p170730 {
  background-image: url("../src/blog/img/170730/170730-8.jpg");
}

.ptest {
  background-image: url("../src/blog/img/triftbrucke.jpg");
}
