.transition-all {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.sans-serif,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading,
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta,
.pager li > a,
.pager li > span {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body {
  font-size: 20px;
  color: #404040;
}
p {
  line-height: 1.5;
  margin: 30px 0;
  text-align: justify;
}
p a,
li a {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 800;
}
a {
  color: #404040;
}
a:hover,
a:focus {
  color: #2e7522;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: #7a7a7a;
}
.navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
}
.navbar .navbar-brand {
  font-weight: 800;
  color: #fff;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus {
  color: rgba(255,255,255,0.8);
}
.navbar a {
  text-shadow: #000 0 0 12px;
}
.navbar .nav li a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
}
.navbar .nav li a:hover,
.navbar .nav li a:focus {
  background-color: transparent;
}
@media print {
  .navbar {
    display: table;
  }
}
@media only screen and (min-width: 768px) {
  .navbar {
    background: transparent;
    border-bottom: 1px solid transparent;
  }
  .navbar .navbar-brand {
    padding: 20px;
  }
  .navbar .nav li a {
    color: #fff;
    padding: 20px;
  }
  .navbar .nav li a:hover,
  .navbar .nav li a:focus {
    color: rgba(255,255,255,0.8);
  }
}
.post-heading h1 {
  font-size: 50px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 40px;
}
.intro-header .site-heading,
.intro-header .post-heading,
.intro-header .page-heading {
  padding: 100px 0 50px;
  color: #000;
}
@media only screen and (min-width: 1000px) {
  .intro-header .site-heading,
  .intro-header .post-heading,
  .intro-header .page-heading {
    padding: 92px 0 150px 0;
  }
}
.intro-header .site-heading.archives,
.intro-header .post-heading.archives,
.intro-header .page-heading.archives {
  color: #2e7522;
  margin-top: 60px;
}
.intro-header .site-heading h1,
.intro-header .page-heading h1 {
  margin-top: 0;
  font-size: 60px;
}
.intro-header .site-heading .subheading,
.intro-header .page-heading .subheading {
  font-size: 25px;
  line-height: 1.1;
  display: block;
  font-weight: 300;
  margin: 10px 0 0;
}
@media only screen and (min-width: 1000px) {
  .intro-header .site-heading h1,
  .intro-header .page-heading h1 {
    font-size: 102px;
  }
}
.intro-header .post-heading h1 {
  font-size: 35px;
}
.intro-header .post-heading .subheading,
.intro-header .post-heading .meta {
  line-height: 1.1;
  display: block;
}
.intro-header .post-heading .subheading {
  font-size: 24px;
  margin: 10px 0 30px;
  font-weight: 600;
}
.intro-header .post-heading .meta {
  font-weight: 700;
  line-height: 1.5;
  font-size: 20px;
  margin-left: 25px;
}
@media only screen and (min-width: 1000px) {
  .intro-header .post-heading h1 {
    font-size: 55px;
  }
  .intro-header .post-heading .subheading {
    font-size: 30px;
  }
}
.post-preview > a {
  color: #404040;
}
.post-preview > a:hover,
.post-preview > a:focus {
  text-decoration: none;
  color: #2e7522;
}
.post-preview > a > .post-title {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.post-preview > a > .post-title.archive {
  font-size: 22px;
}
.post-preview > a > .post-subtitle {
  margin: 0;
  font-weight: 300;
  margin-bottom: 10px;
}
.post-preview > .post-meta {
  color: #c1c1c1;
  font-size: 18px;
  font-style: italic;
  margin-top: 0;
}
.post-preview > .post-meta.archive {
  font-size: 16px;
}
.post-preview > .post-meta > a {
  text-decoration: none;
  color: #404040;
}
.post-preview > .post-meta > a:hover,
.post-preview > .post-meta > a:focus {
  color: #2e7522;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .post-preview > a > .post-title {
    font-size: 36px;
  }
}
.post-tags,
.post-categories {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.post-tags a,
.post-categories a {
  border-bottom: 1px dotted #ababab;
  text-transform: uppercase;
  margin-right: 10px;
}
.post-tags a:hover,
.post-categories a:hover,
.post-tags a:visited,
.post-categories a:visited,
.post-tags a:active,
.post-categories a:active {
  text-decoration: none;
  border-bottom: none;
}
.archive-before-pagination {
  height: 30px;
}
footer {
  margin-top: 40px;
  padding: 21px 0 65px;
  background-color: #353535;
}
footer a {
  color: #9a9a9a;
  font-size: 14px;
}
footer a:hover,
footer a:focus {
  color: #fff;
}
footer .list-inline {
  margin: 0;
  padding: 26px 0 10px;
}
footer .copyright {
  margin-top: 23px;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.pager {
  margin: 20px 0 0;
}
.pager li > a,
.pager li > span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
  padding: 15px 25px;
  background-color: #fff;
  border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
  color: #fff;
  background-color: #2e7522;
  border: 1px solid #2e7522;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #808080;
  background-color: #404040;
  cursor: not-allowed;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #2e7522;
}
::selection {
  color: #fff;
  text-shadow: none;
  background: #2e7522;
}
img::selection {
  color: #fff;
  background: transparent;
}
img::-moz-selection {
  color: #fff;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #2e7522;
}
header {
  margin-bottom: 20px;
}
header img {
  width: 100%;
  max-height: 80vh;
  object-fit: cover;
}
header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
ul.meta {
  text-align: center;
  margin-bottom: 23px;
  padding: 0;
  color: #6c6c6c;
}
ul.meta li {
  list-style: none;
  display: inline-block;
  margin: 0 20px;
}
article .container .row img {
  max-width: 100% !important;
  height: auto;
  display: inline-block;
}
@media only screen and (max-width: 560px) {
  article .container .row iframe {
    width: 330px;
    height: 185px;
  }
}
article .container .row blockquote {
  font-size: 20px;
  padding: 15px 30px 15px;
  text-align: center;
  background-color: #fefefe;
  border-left: 10px solid #e7a050;
}
article .container .row blockquote p {
  margin: 0 0 10px;
  z-index: 1;
}
article .container .row blockquote footer {
  border-top: none;
  font-size: 0.8em;
  line-height: 1;
  margin: 20px 0 0;
  padding-top: 0;
}
article .container .row blockquote footer cite:before {
  content: '—';
  color: #ccc;
  padding: 0 0.5em;
}
article .container .row .pullquote {
  float: right;
  border: none;
  padding: 0;
  margin: 1em 0 0.5em 1.5em;
  text-align: left;
  width: 45%;
  font-size: 1.5em;
}
article .container .row .pullquote.left {
  float: left;
}
figure.highlight {
  background: #f5f5f5;
  border: 1px solid #1185f9;
  margin-top: 15px;
  padding: 7px 15px;
  border-radius: 12px;
  text-shadow: 0 0 1px #fff;
  line-height: 1.6;
  overflow: auto;
  position: relative;
  font-size: 0.9em;
}
@media print {
  figure.highlight {
    border: none;
  }
}
figure.highlight figcaption {
  color: #999;
  font-family: Monaco, Menlo, Consolas, Courier New, monospace;
  margin-bottom: 5px;
  text-shadow: 0 0 1px #fff;
}
figure.highlight figcaption a {
  position: absolute;
  right: 15px;
}
figure.highlight pre {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
}
figure.highlight table {
  margin-top: 0;
  border-spacing: 0;
}
figure.highlight table .gutter {
  color: #999;
  padding-right: 15px;
  border-right: 1px solid #ddd;
  text-align: right;
}
figure.highlight table .code {
  padding-left: 15px;
  border-left: 1px solid #fff;
  color: #666;
}
figure.highlight table .line {
  height: 20px;
}
figure.highlight table .line.marked {
  background: #d6d6d6;
}
pre .comment,
pre .template_comment,
pre .diff .header,
pre .doctype,
pre .pi,
pre .lisp .string,
pre .javadoc,
pre .variable {
  color: #008000;
}
pre .keyword,
pre .winutils,
pre .method,
pre .addition,
pre .css .tag,
pre .request,
pre .status,
pre .nginx .title {
  color: #00f;
}
pre .string,
pre .title {
  color: #a31515;
}
pre .number {
  color: #000;
}
pre .command,
pre .tag .value,
pre .phpdoc,
pre .tex .formula,
pre .regexp,
pre .hexcolor {
  color: #2aa198;
}
pre .localvars,
pre .chunk,
pre .decorator,
pre .built_in,
pre .identifier,
pre .vhdl,
pre .literal,
pre .id {
  color: #268bd2;
}
pre .attribute,
pre .lisp .body,
pre .smalltalk .number,
pre .constant,
pre .class .title,
pre .parent,
pre .haskell .type {
  color: #b58900;
}
pre .preprocessor,
pre .preprocessor .keyword,
pre .shebang,
pre .symbol,
pre .symbol .string,
pre .diff .change,
pre .special,
pre .attr_selector,
pre .important,
pre .subst,
pre .cdata,
pre .clojure .title {
  color: #cb4b16;
}
pre .deletion {
  color: #dc322f;
}
.icon {
  display: inline-block;
  width: 1em;
  height: 0.9em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  font-size: 24px;
  vertical-align: middle;
}
footer .icon {
  font-size: 40px;
}
