@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/Lato-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Crimson Text';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/CrimsonText-Regular.ttf') format('truetype');
}

html {
  position: relative;
  min-height: 100%;
}

body {
  background-color: #204768;
  height: 100%;
  margin-bottom: 160px;
  font-family: 'Lato', sans-serif;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: 1.5em;
  height: auto;
  background-color:#204768;
  color: #C5D4EA;
  overflow-y: hidden;
}

.footer p{
  margin-top: 12px;
  padding-bottom: 0px;
}

.a-footer {
  background-color: #204768;
  color: #C5D4EA;
}

.wrapper {
  position: absolute;
  background-image: url(./_shared/bg.png);
  width: 100%;
  height: 650px;
  left: 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0% 0px;
  padding-bottom: 60px;
}

.article-wrapper {
  position: relative;
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.container-fluid {
  margin: 0 3em;
}


h1 {
  margin-bottom: 0.5em;
  color: #EEDEA3;
  font-size: 5em;
  text-transform: uppercase;
  font-family: 'CrimsonText', serif;
  text-align: center;
}

h2 {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  color: #070d19;
  margin-top: 0px;
  margin-bottom: 0em;
  padding-left: 15px;
  padding-top: 30px;
}

h3 {
  display: block;
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.7em;
  position: relative;
  color: #C5D4EA;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

p {
  padding-bottom: 0.8em;
}

article {
  background-color: rgba(240, 230, 214, 0.7);
  height: auto;
  min-height: 150px;
  margin-bottom: 2em;
  border-radius: 0px 0px 0px 0px;
}

article p {
  color: #070d19;
  padding: 15px;
  font-weight: 600;
  font-size: 1.1em;
}

article .post-excerpt {
  padding: 0 0em;
}

article .post-excerpt ul {
  padding: 0em 0;
}

a, a:visited, a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #EEDEA3;
}

article.img-left {
  background-image: url(./_shared/narziss.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-left: 150px;
}

article.img-right {
  background-image: url(./_shared/goldmund.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
  padding-right: 150px;
  background-position: 100%;
}

@media (max-width: 1366px) {
  h1{
    font-size: 3em;
  }
   .wrapper {
    background-size: auto 560px;
}
}
