/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

/**
 * Basic styling
 */
body {
  font: 400 14px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
}

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px;
}

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle;
}

/**
 * Figures
 */
figure > img {
  display: block;
}

figcaption {
  font-size: 12.25px;
}

/**
 * Lists
 */
ul, ol {
  margin-left: 30px;
}

li > ul,
li > ol {
  margin-bottom: 15px;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none;
}
a:visited {
  color: #1756a9;
}
a:hover {
  color: #111;
  text-decoration: underline;
}

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic;
}
blockquote > :last-child {
  margin-bottom: 0;
}

/**
 * Code formatting
 */
pre,
code {
  font-size: 85%;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  background-color: rgba(232, 232, 232, 0.3);
  padding: 0.2em 0.2em;
  margin: 0;
}

pre {
  padding: 0.5em;
  overflow-x: auto;
}
pre > code {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

/**
 * Wrapper
 */
.wrapper {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 800px) {
  .wrapper {
    max-width: -webkit-calc(800px - (30px));
    max-width: calc(800px - (30px));
    padding-right: 15px;
    padding-left: 15px;
  }
}

/**
 * Clearfix
 */
.wrapper:after, .home:after, .home-news:after, .footer-cols:after, .book-body:after, .release-body:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.icon > svg path {
  fill: #828282;
}

/**
 * Rounded blocks
 */
.home-quick, .site-nav-item a:hover, .book-body {
  background-color: rgba(255, 165, 0, 0.1);
  border: 1px solid rgba(255, 165, 0, 0.3);
  border-radius: 1em;
}

/**
 * Site header
 */
.site-header {
  border-top: 0px;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  padding: 7.5px;
  position: relative;
}

.logo {
  float: left;
}

/**
 * Home
 **/
.home p {
  text-align: justify;
}

.home-quick {
  float: right;
  margin-left: 10px;
  margin-bottom: 15px;
  padding: 15px;
  padding-top: 0;
}
.home-quick h3 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.home-quick p {
  margin-top: 10px;
  margin-bottom: 10px;
}
.home-quick button {
  display: block;
  margin: auto;
  width: 90%;
}

.home-news-title {
  font-size: 21px;
  font-weight: bolder;
}

.home-news-body {
  float: left;
  width: 190px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.home-news-meta {
  font-size: 12.25px;
  color: #828282;
}

/**
 * Navigation
 */
.site-nav {
  padding: 30px 0;
  float: right;
}

.site-nav-item {
  float: left;
}
.site-nav-item a {
  display: block;
  margin: 0px;
  margin-right: 0.3em;
  margin-bottom: 0.3em;
  padding: 0.5em 0.8em;
  color: #828282;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.site-nav-item a:hover {
  background-color: orange;
  border: none;
}

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 15px 0;
}

.footer-col {
  color: #828282;
  float: left;
  margin-right: 30px;
}
.footer-col p {
  margin-bottom: 0.3em;
}

.footer-copyright {
  color: #828282;
  text-align: center;
  margin-top: 15px;
}

/**
 * Page content
 */
.page-content {
  padding: 30px 0;
}

.page-heading {
  font-size: 20px;
}

.post-list {
  margin-left: 0;
  list-style: none;
}
.post-list > li {
  margin-bottom: 30px;
}

.post-meta {
  font-size: 12.25px;
  color: #828282;
}

.post-link {
  font-size: 24px;
}

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px;
}

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1;
}
@media screen and (max-width: 800px) {
  .post-title {
    font-size: 36px;
  }
}

.post-content {
  margin-bottom: 30px;
}
.post-content h2 {
  font-size: 32px;
}
.post-content h3 {
  font-size: 26px;
}
.post-content h4 {
  font-size: 20px;
}

.post-shares {
  text-align: center;
  background: rgba(232, 232, 232, 0.7);
  padding: 10px 0;
  margin: 10px 0;
}
.post-shares a {
  font-weight: bolder;
  margin-left: 15px;
  margin-right: 15px;
}
.post-shares a:hover {
  color: orange;
}

.post-nav {
  font-size: 14px;
  display: block;
  width: auto;
  overflow: hidden;
}
.post-nav a {
  display: block;
  width: 50%;
  float: left;
  margin: 1em 0;
}

.post-next {
  text-align: right;
}

/**
 * Books
 */
.book-body {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em 0.5em;
}
.book-body > p {
  margin: 1em;
}
.book-body > img {
  display: block;
  float: left;
  margin: 1em;
}

/**
 * Releases
 */
.release-list {
  margin-right: auto;
  margin-left: auto;
}

.release-body {
  border-bottom: 2px solid #e8e8e8;
  padding-top: 15px;
}

.release-col-1 {
  float: left;
  width: 266.66667px;
  text-align: right;
  margin-right: 30px;
  margin-bottom: 15px;
}

.release-col-2 {
  float: left;
  width: 266.66667px;
}
.release-col-2 p {
  margin-bottom: 15px;
}

.release-icon {
  visibility: hidden;
}

.release-list.latest .release-icon {
  visibility: visible;
}

.release-name {
  font-size: 200%;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 15px;
}

.release-date {
  font-size: 12.25px;
  color: #828282;
  margin-bottom: 15px;
}

.release-tag a {
  text-decoration: none;
}

/**
 * Misc
 */
.big-number {
  text-align: center;
  color: #0071BC;
  font-size: 40px;
  padding-top: 10px;
  padding-bootom: 10px;
}

iframe.center, img.center {
  display: block;
  margin: 15px auto;
}

.fa {
  margin-left: 0.3em;
  margin-right: 0.3em;
  color: #cc8400;
}

.donate {
  font-size: 120%;
  font-weight: bold;
}

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff;
}
.highlighter-rouge .highlight {
  background: #eef;
}
.highlight .c {
  color: #998;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .k {
  font-weight: bold;
}
.highlight .o {
  font-weight: bold;
}
.highlight .cm {
  color: #998;
  font-style: italic;
}
.highlight .cp {
  color: #999;
  font-weight: bold;
}
.highlight .c1 {
  color: #998;
  font-style: italic;
}
.highlight .cs {
  color: #999;
  font-weight: bold;
  font-style: italic;
}
.highlight .gd {
  color: #000;
  background-color: #fdd;
}
.highlight .gd .x {
  color: #000;
  background-color: #faa;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gr {
  color: #a00;
}
.highlight .gh {
  color: #999;
}
.highlight .gi {
  color: #000;
  background-color: #dfd;
}
.highlight .gi .x {
  color: #000;
  background-color: #afa;
}
.highlight .go {
  color: #888;
}
.highlight .gp {
  color: #555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaa;
}
.highlight .gt {
  color: #a00;
}
.highlight .kc {
  font-weight: bold;
}
.highlight .kd {
  font-weight: bold;
}
.highlight .kp {
  font-weight: bold;
}
.highlight .kr {
  font-weight: bold;
}
.highlight .kt {
  color: #458;
  font-weight: bold;
}
.highlight .m {
  color: #099;
}
.highlight .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #458;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #900;
  font-weight: bold;
}
.highlight .nf {
  color: #900;
  font-weight: bold;
}
.highlight .nn {
  color: #555;
}
.highlight .nt {
  color: #000080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  font-weight: bold;
}
.highlight .w {
  color: #bbb;
}
.highlight .mf {
  color: #099;
}
.highlight .mh {
  color: #099;
}
.highlight .mi {
  color: #099;
}
.highlight .mo {
  color: #099;
}
.highlight .sb {
  color: #d14;
}
.highlight .sc {
  color: #d14;
}
.highlight .sd {
  color: #d14;
}
.highlight .s2 {
  color: #d14;
}
.highlight .se {
  color: #d14;
}
.highlight .sh {
  color: #d14;
}
.highlight .si {
  color: #d14;
}
.highlight .sx {
  color: #d14;
}
.highlight .sr {
  color: #009926;
}
.highlight .s1 {
  color: #d14;
}
.highlight .ss {
  color: #990073;
}
.highlight .bp {
  color: #999;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .il {
  color: #099;
}

body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  background: #fff;
  background: url("/assets/theme/bg.jpg");
}
