* {
    font-family: 'Roboto Slab', serif;
    font-size: 20px;
    font-weight: 100;
}

h1 {
    font-size: 1.6em;
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.0em;
}

h4 {
    font-size: 0.8em;
}

h5 {
    font-size: 0.6em;
}

h6 {
    font-size: 0.4em;
}

h1, h2, h3, h4, h5, h6 {
    border-bottom: 1px solid #FAFAFA;
    padding-bottom: 5px;
}

strong, b, h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

blockquote {
    font-style: italic;
    opacity: 0.6;
    border-left: 3px solid #FAFAFA;
    padding-left: 16px;
}

code {
    background: #FAFAFA;
    color: #2980b9;
    padding: 2px; border-radius: 3px;
    padding-left: 6px; padding-right: 6px;
    font-family: monospace;
    font-size: 0.8em;
}

pre {
    background: #292824 !important;
    padding: 10px; border-radius: 3px;
    font-family: monospace;
    overflow-x: scroll;
}

pre > code {
    padding: 0 !important; margin: 0 !important;
    background: none;
    color: #FFF;
}

pre code, pre code * {
    font-size: 16px !important;
    font-family: monospace !important;
}

pre.math {
  background: transparent !important;
  text-align: center;
  padding-top: 20px; padding-bottom: 20px;
}

code.math {
  background: transparent !important;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    font-weight: bold;
}

img {
    max-width: 700px;
    border-radius: 3px;
}

html, body {
    margin: 0; padding: 0;
}

.container {
    max-width: 700px;
    height: auto;
    min-height: calc(100% - 260px);
    margin: 0 auto;
    padding: 20px;
}

.header {
    background: #3498db;
    padding: 30px;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    position: relative;
}

.header .icon {
    margin-right: 10px;
}

.large-image {
    margin-left: calc(-1 * ((50vw - 50%)));
    max-width: 96vw;
    transform: translateX(calc(50vw - 50%));
}

.footer {
    text-align: center;
    background: #3498db;
    padding: 30px;
}

.footer p, .footer p > * {
    font-size: 12px;
    color: #ecf0f1;
}

.footer p a {
    font-weight: bold;
}

.footer .social {
    text-align: center;
    margin: 0 auto;
}
