/**
 * @Author: jannisportmann
 * @Date:   2017-08-03T22:47:47+02:00
 * @Last modified by:   jannisportmann
 * @Last modified time: 2017-09-03T23:30:34+02:00
 */

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

.title-container {
  width: 100%;
}

.title-img {
  height: 50%;
  width: 100%;
  margin-bottom: 0;
  background-position: center -10em !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-repeat: no-repeat !important;
}

.post-content {
  width: 80%;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
  margin-bottom: 4em;
  border-bottom: #E9E289 6px solid;
}

.post-content > * > p{
  padding-left: .5em;
  padding-right: .5em;
}

.title {
  margin-top: 0;
  font-size: 3em;
  font-weight: 700;
  text-align: left;
  background-color: #2D4442;
  border-bottom: #E9E289 6px solid;
}

.title > p {
  color: #fff;
  width: 80%;
  max-width: 13em;
  padding-top: .2em;
  padding-bottom: .2em;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.subtitle {
  font-size: 1.5em;
  color: #E9E289;
  padding-left: .5em;
  padding-right: .5em;
}

.subtitle > p {
  text-align: center !important;
}

.text {
  color: #2D4442;
  font-size: 1em;
  padding-left: .5em;
  padding-right: .5em;
  text-align: justify;
  font-family: 'Lato', sans-serif;
  font-weight: 200;
  line-height: 1.5em;
}

.img-container {
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

.img {
  background-position: center !important;
  background-size: cover !important;
  border-bottom: #E9E289 6px solid;
  width: 100%;
}

.lndscp {
  height: 25em;
}

.prtrt {
  height: 80%;
}

.img-caption {
  margin-top: 1em;
  color: #E9E289;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 768px) {
  .lndscp {
    height: 18em;
  }
}
