@font-face {
  font-family: 'Source Serif Pro';
  src: url(SourceSerifPro-Regular.ttf);
}
* {
  box-sizing: border-box;
}
html {
  font-family: 'Source Serif Pro', serif;
  font-size: 20px;
  background: #303643;
  color: #EBF1FC;
  margin: 10px;
  padding-bottom: 40px;
}
#post {
  display: block;
  vertical-align: top;
  padding: 0px 20px;
  width: calc(60% - 20px);
  margin: 0 auto;
}
#title, #body {
  max-width: 800px;
  margin: 0 auto;
  line-height: 130%;
}
img {
  max-width: 95%;
  height: auto;
}
h1, h2, h3, h4, h5 {
  color: #EBF1FC;
}
a {
  color: #8fabc6;
}
h1 {
  text-align: center;
  color: #8fabc6;
  font-size: 48px;
  letter-spacing: -4px;
  margin: 15px auto;
  padding: 0px 0px 15px 0px;
  text-shadow: -160px 0px 0px rgba(206,77,97,0.2), 160px 0px 0px rgba(206,186,77,0.2);
  border-bottom: 1px dashed rgba(206,77,97,0.2);
}
h2 {
  font-size: 28px;
}
h3, h4 {
  font-size: 24px;
}
h5, h6 {
  font-size: 18px;
}
hr {
  border: 1px dashed #8fabc6;
  margin: 20px auto;
}
ul {
  margin: 0;
}
ul {
  list-style-type: none;
}
ul > li {
  text-indent: -5px;
}
ul > li:before {
  content: "– ";
  text-indent: -5px;
  color: #8fabc6;
}
ul li {
  margin-bottom: 8px;
}
ul li a {
  text-decoration: none;
}
ul li a:hover {
  text-decoration: underline;
}
@media only screen and (max-width:800px) {
  #articles, #navigation, #post {
    width: 99% !important;
    display: block !important;
    float: none !important;
    margin: 0 auto !important;
  }
}
