@supports (-webkit-initial-letter: 3) or (initial-letter: 3) {
  .dropcap-wrap:first-letter {
    -webkit-initial-letter: 3;
    initial-letter: 3;
    color: #EA5A5B;
  }

  .dropcap {
    margin-right: 0.15em;
  }
}

@supports (not (-webkit-initial-letter: 3)) and (not (initial-letter: 3)) {
  .dropcap {
    font-size: 6rem;
    line-height: 1rem;
    color: #EA5A5B;
  }

  .dropcap:before {
    margin-bottom: -0.175em;
  }

  .dropcap:after {
    margin-top: -0.05em;
  }

  .dropcap-wrap {
    padding-top: 2rem;
  }
}


html {
  font-size: 100%;
}

html, body {
  padding: 0.5em;
  margin: auto;
  max-width: 42em;
}






body {
  color: #333;
  background: #FFFEFC;
  font: 1.2em Palatino, sans-serif;
  line-height: 1.4;
  text-align: left;
}

header {
  padding-top: 0.5em;
}

img, video {
  min-width: 50%;
  max-width: 100%;
  margin: 0 auto;
}

h1, h2, h3 {
  line-height: 1.2;
  font-weight: normal;
}

h3 {
  font-style: italic;
}

p {
  margin-top: 0;
}

ul, ol {
  padding-left: 1.2em;
}

.main-menu {
  margin: 0 auto;
  text-align: left;
  list-style: none;
  padding-left: 0em;
}

.main-menu li {
  display: inline-block;
  margin-right: 0.6em;
}

.main-menu a {
  color: #5B627E;
}

#nav-home a {
  color: RGBA(219, 93, 107, 1.00);
}

#nav-home a:hover {
  color: RGBA(185, 79, 91, 1.00);
}

.main-menu a:hover {
  text-decoration: none;
  color: black;
}

.right-aligned {
  text-align: right;
}

a.footnote-backlink {
  margin-left: 0.1em;
  font-size: 0.8em;
}

a.footnote-forwardlink {
  margin-left: 0.1em;
  font-size: 0.8em;
}

ul.no-bullet {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

p.post-entry-link {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom:0;
}

p.post-entry-descr {
  font-size: 0.9em;
  margin-bottom: 2em;
}

p.post-entry-date {
  padding-top: 0.7em;
  font-size: 0.9em;
  font-style: italic;
}

blockquote {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}

blockquote footer {
  font-style: italic;
}

code {
  font-family: "Consolas", "Menlo", "Monaco", monospace, serif;
  font-size: 0.8em;
  background: #F5F4F2;
}

code:before, code:after {
  content: "`";
}

pre code {
  background: inherit;
}

pre code:before, pre code:after {
  content: "";
}

pre {
  background-color: #FCF8F3;
  overflow: auto;
}

a {
  color: RGBA(219, 93, 107, 1.00);
  text-decoration: none;
}

a.external:hover {
  cursor: alias;
}

a:hover {
  color: RGBA(185, 79, 91, 1.00);
  text-decoration: underline;
}

a img {
  border: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #333;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #818181;
  text-decoration: none;
}

hr {
  color: #ddd;
  height: 2px;
  margin: 2em 0;
  border-top: dotted 0.3em #ddd;
  border-bottom: none;
  border-left: 0;
  border-right: 0;
}

details > summary {
  cursor: pointer;
}

.toggle-content {
  margin-left: 1em;
  padding-left: 1em;
  border-left: 1px solid #ddd;
}

#table-of-contents {
  margin-left: 1em;
  padding-left: 1rem;
}

.toc-s { margin: 0.5em; }








@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  html, body {
    line-height: 1.4;
  }
}

@media only screen and (max-device-width: 480px) {
  body {
    text-align: left;
  }

  article {
    width: auto;
    padding: 0 10px;
  }
}
