body {
    margin: 0px;
    padding: 0px;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
    font-family: 'europa', sans-serif;
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit;
    color: rgb(150,150,155);
    font-weight: 600;
}

p {
    font-weight: 200;
}

h1 {
    margin: 0;
}

.header h1 {
    text-shadow: 1px 1px 0 rgba(255,255,255,0.5);
    margin-top: -120px;
}

.footer {
    margin-bottom: 100px;
}

.page {
    padding:10px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
}

.content p {
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

video {
    max-width: 100%;
    height: auto;
}

.menu {
    margin-top: 15px;
}

.menu-option {
    text-align: center;
}

.posts {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.post-list .post {
    margin-bottom: 30px;
}

.post-list .info {
    font-size: 13px;
    opacity: 0.5;
}

.post-list h2 {
    margin-bottom: 0px;
}

.post .info {
    margin-top: 0px;
    font-size: 12px;
    opacity: 0.5;
}

.side-bar h3 {
    font-size: 18px;
}

.side-bar p {
    font-size: 18px;
}

code[class*="language-"] {
    font-size: 0.8em;
    line-height: normal;
}


/**
*/