:root {
  background-attachment: fixed;
}

html,
body {
  height: 100%;
  width: 100%;
}

body:not(.Blog):not(.BlogPost) {
  font-family: "Merriweather", "Helvetica Neue", Arial, sans-serif;
  background-color: #A9A2A5;
}
body:not(.Blog):not(.BlogPost) #body-bg {
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}

hr {
  border-color: #617338;
  border-width: 3px;
  max-width: 50px;
  margin: 50px auto;
}
hr.light {
  border-color: white;
}

a {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  color: white;
}
a:hover, a:focus {
  color: white;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: normal;
  margin: 1.5em 0;
}

p,
ul {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

ul {
  padding-left: 13px;
}

ol {
  font-size: 18px;
  margin-bottom: 20px;
  padding-left: 0;
}

@media (min-width: 768px) {
  ol {
    padding-left: 40px;
  }
}
b,
strong {
  font-size: 1.2em;
  font-weight: normal;
  font-family: "Open Sans", "Helvetica Neue", Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
}

.content-container.new-typo {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}

.new-typo b,
.new-typo strong,
body.mce-content-body b,
body.mce-content-body strong {
  font-size: 1em;
  font-weight: bold;
  font-family: inherit;
  color: inherit;
}
.new-typo .text-center,
body.mce-content-body .text-center {
  text-align: center;
}
.new-typo ul li, .new-typo ul dl,
body.mce-content-body ul li,
body.mce-content-body ul dl {
  list-style-type: initial;
}
.new-typo ul.bouncein-items,
body.mce-content-body ul.bouncein-items {
  margin-left: 0;
  margin-right: 0;
}
.new-typo ul.bouncein-items li,
body.mce-content-body ul.bouncein-items li {
  position: relative;
  list-style-type: none;
  line-height: 1.5em;
  padding: 0 0 0 2.2em;
}
.new-typo ul.bouncein-items li i,
body.mce-content-body ul.bouncein-items li i {
  position: absolute;
  left: 0;
  margin: 0 !important;
}
.new-typo.boxed-light .custom-icon + h3,
body.mce-content-body.boxed-light .custom-icon + h3 {
  position: relative;
  max-width: 200px;
  min-height: 46px;
  margin: 0.75em auto 2em;
}
.new-typo.boxed-light p,
body.mce-content-body.boxed-light p {
  margin: 15px 0;
  padding: 0;
}

body.Blog, body.BlogPost {
  position: relative;
  background-color: #A9A2A5;
  min-width: 320px;
  height: auto;
  padding-top: 1px;
}
body.Blog:after, body.BlogPost:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: linear-gradient(177deg, rgba(97, 115, 56, 0.7) 0%, rgba(97, 115, 56, 0.7) 28%, rgba(145, 158, 116, 0.7) 73%, rgba(145, 158, 116, 0.7) 100%);
  opacity: 0.5;
}
body.Blog #body-bg, body.BlogPost #body-bg {
  position: fixed;
  z-index: -1;
  height: 100vh;
  width: 100vw;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}
body.Blog .content-container, body.BlogPost .content-container {
  color: white;
  max-width: 820px;
  margin: 0 auto;
  padding: 7rem 4rem;
}
body.Blog .content-container h1,
body.Blog .content-container h2, body.BlogPost .content-container h1,
body.BlogPost .content-container h2 {
  margin-bottom: 0;
}
body.Blog .content-container h2, body.BlogPost .content-container h2 {
  margin-top: 1em;
}
body.Blog .content-container .content, body.Blog .content-container p, body.Blog .content-container a, body.BlogPost .content-container .content, body.BlogPost .content-container p, body.BlogPost .content-container a {
  color: white;
}
body.Blog .content-container .content b, body.Blog .content-container .content strong, body.Blog .content-container p b, body.Blog .content-container p strong, body.Blog .content-container a b, body.Blog .content-container a strong, body.BlogPost .content-container .content b, body.BlogPost .content-container .content strong, body.BlogPost .content-container p b, body.BlogPost .content-container p strong, body.BlogPost .content-container a b, body.BlogPost .content-container a strong {
  font-weight: bold;
  font-size: inherit;
}
body.Blog .content-container span[style] b, body.Blog .content-container span[style] strong, body.BlogPost .content-container span[style] b, body.BlogPost .content-container span[style] strong {
  color: inherit;
}
body.Blog .content-container a.read-more:before, body.BlogPost .content-container a.read-more:before {
  content: "> ";
}
body.Blog .content-container p.post-image, body.BlogPost .content-container p.post-image {
  margin-top: 1em;
}
body.Blog .content-container p.post-image img, body.BlogPost .content-container p.post-image img {
  height: auto;
}
@media (max-width: 680px) {
  body.Blog .content-container, body.BlogPost .content-container {
    padding: 1px 2rem 0;
  }
}
@media (max-width: 480px) {
  body.Blog .content-container, body.BlogPost .content-container {
    padding: 1px 2rem 0;
  }
}
body.Blog section#more, body.BlogPost section#more {
  background-color: #617338;
  color: white;
  padding: 3rem 0;
}
body.Blog .read-more,
body.Blog .blog-post-meta {
  display: none;
}
body.BlogPost a.back-to-overview {
  margin: 1rem 2rem;
  display: block;
}
body.BlogPost .content-container h1 {
  margin-bottom: 2rem;
}
body.BlogPost .content-container p, body.BlogPost .content-container a {
  color: white;
}

/*# sourceMappingURL=blog.css.map */
