body {
  font-family: 'Fira Sans', Helvetica, sans-serif;
  line-height: 1.5;
  font-size: 18px;
  background: #fff;
  color: #666;
  margin: 0;
  border-top: 3px solid #d95c3a;
}
@media (max-width: 799px) {
  body {
    padding: 15px;
    font-size: 0.95em;
  }
}
body h1,
body h2,
body h3,
body h4 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  color: #444;
}
body h1 b,
body h2 b,
body h3 b,
body h4 b {
  display: block;
  line-height: 1;
  font-size: 150%;
}
body h1 img,
body h2 img,
body h3 img,
body h4 img {
  vertical-align: middle;
  border: 0 none;
}
body h1 {
  font-size: 42px;
  margin-top: 40px;
}
body h2 {
  margin-top: 60px;
  position: relative;
  font-size: 32px;
}
body h3 {
  font-size: 22px;
  margin-top: 40px;
  font-weight: bold;
}
body p {
  text-align: justify;
}
body a {
  text-decoration: none;
  color: #d95c3a;
}
body a:hover {
  color: #91351c;
  text-decoration: underline;
}
body pre {
  background: white;
}
body pre.src {
  overflow-y: auto !important;
  font-size: 16px;
}
body code {
  background: #eee;
  border: 1px solid #ccc;
  padding: 0px 4px;
  color: #666;
  overflow-x: auto;
  font-size: 0.9em;
}
body li {
  margin-bottom: 1em;
}
body img {
  border: 1px solid #ccc;
  height: auto;
  max-width: 70%;
}
@media (max-width: 799px) {
  body img {
    max-width: 100%;
  }
}
body img.no-border {
  border: none;
}
body .tag {
  background: transparent;
  font-size: 0.6em;
}
body .tag span {
  background: #1692cc;
  color: white;
  padding: 2px 5px;
  border-radius: 4px;
}
body .pubdate {
  color: #707070;
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: -16px;
  text-align: right;
  border-bottom: 1px solid #e2e2e2;
}
body .pubdate p {
  display: inline;
  margin-right: 10px;
}
@media (max-width: 799px) {
  body .pubdate {
    margin-top: 0;
    text-align: left;
  }
}
body .nav-blog {
  text-align: right;
}
body .org-info-js_info-navigation {
  background: #bbb;
}
@media (min-width: 800px) {
  body #content,
  body #postamble {
    margin: 0 auto;
    max-width: 700px !important;
    width: 700px !important;
  }
}
body #content {
  margin-top: 10px;
}
body #postamble {
  font-size: 0.8em;
  line-height: 1.8em;
  margin-top: 50px;
  text-align: center;
  color: #707070;
  padding: 15px 0;
  border-top: 1px solid #e2e2e2;
}
body #postamble a {
  color: #e9a390;
}
@media (min-width: 800px) {
  body #preamble {
    width: 700px;
    margin: 0px auto;
    position: relative;
  }
}
body .intro {
  padding-top: 20px;
  color: #707070;
  text-align: center;
}
body .intro h1 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1em;
  margin: 0.3em;
  padding: 0;
}
body .intro p {
  color: #707070;
  font-size: 14px !important;
  text-align: center;
}
body .intro img {
  border-radius: 100%;
  width: 100px;
}
body .nav {
  text-align: center;
  margin-top: 30px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 12px;
  text-transform: uppercase;
}
body .nav ul {
  list-style: none;
  padding: 0;
}
body .nav ul li {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
body .nav ul li a {
  display: inline-block;
  padding-right: 6px;
  border-radius: 0;
  font-weight: normal;
  color: #6a6a6a;
}
body .nav ul li i {
  font-size: 2em;
}
body #disqus_thread {
  margin-top: 40px;
}
body .clearfix {
  clear: both;
}
@media (min-width: 800px) {
  body .contact {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-gap: 3em;
    column-count: 2;
    column-gap: 3em;
  }
}
.photo {
  text-align: center;
}
.photo p {
  text-align: center;
}
.photo .still {
  margin-top: 100px;
  padding: 60px 10px;
  border: 1px solid #ccc;
}
.photo .still.portrait {
  padding: 10px;
}
.photo label {
  display: block;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 5px;
  justify-content: space-between;
}
.gallery .figure {
  padding: 0;
  margin-top: 20px;
}
.gallery .figure p {
  display: inline;
}
.gallery .figure img {
  max-width: 330px;
}
.gallery .figure img.landscape {
  max-width: 690px;
}
.footer {
    font-size: 0.7em;
}
.mytag {
    /* background-color: darkviolet; */
    color: darkviolet;
}
.mysmalltag {
    font-size: 0.7em;
    /* background-color: darkviolet; */
    color: darkviolet;
}
.mynumber {
    display: none;
}
.mylastdate {
    font-size: 0.7em;
    /* background-color: violet;
    color: white; */
}
.lambda-logo img {
    height: 30px;
    margin-right: 40px;
}
.arrow-flag-container {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.arrow-flag-container img {
  height: 15px;
}
.arrow-flag-container p {
  margin: 0;
}
.post-title {
  text-align: center;
  /*color:blue;*/
}
.dates {
    font-style: italic;
}
body #content a {
  text-decoration: underline;
}
body #content a.mytag,
body #content a.mysmalltag {
  text-decoration: none;
}
body .skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: #d95c3a;
  color: #fff;
  padding: 8px 12px;
  z-index: 100;
}
body .skip-link:focus {
  left: 0;
}
body #content figcaption {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
body #content .lightbox-trigger {
  background: none;
  border: 0;
  padding: 0;
  margin: 0;
  cursor: zoom-in;
  display: inline-block;
}
.lightbox-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  cursor: zoom-out;
  outline: none;
}
.lightbox-overlay img {
  max-width: 95vw;
  max-height: 95vh;
  border: none;
}
.lightbox-close {
  position: absolute;
  top: 12px;
  right: 16px;
  background: none;
  border: 0;
  color: white;
  font-size: 32px;
  line-height: 1;
  padding: 4px 12px;
  cursor: pointer;
}
.lightbox-close:focus {
  outline: 2px solid white;
  outline-offset: 2px;
}
