html, body {
    font-family: 'Exo 2', sans-serif;
    background-color: #ECF0F1;
}

body {
    font-size: 1.2em;
    margin: 0px;
    margin-top: 18px;
}

#content {
    max-width: 90%;
    width: 850px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

h1 {
    font-weight: 400;
    font-size: 3em;
    line-height: 100%;
    margin-bottom: 0;
    padding: 0;
}

p.desc {
    margin-top: 0.6em;
    margin-bottom: 1.8em;
}

#terminal {
    border-radius: 4px;
    box-shadow: 0px 3px 8px #1a1a1a;
}

/* jQuery Terminal */
.prompt {
    font-weight: bold;
    /* workaround for https://github.com/sharkdp/insect/issues/78 */
    letter-spacing: 1px;
}

/* syntax highlighting */

.hl-emphasized {
    font-weight: 700;
}

.hl-error {
    color: #F92672;
}

.hl-value {
    color: #66D9EF;
}

.hl-identifier {
    color: #FD971F;
}

.hl-function {
    font-style: italic;
}

.hl-unit {
    color: #A6E22E;
}

/* Github Badge */

.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
