/* https://kuler.adobe.com/MyOwn-color-theme-3388247 */

html {
  overflow-y: scroll;
}

body {
    background-color: #2c343b;
    color: #e5e1d1;
}

header {
    margin-bottom: 45px;
}

span.date { 
  color: #CCC8BA; 
}

article header {
    border-bottom: 1px solid #c44741;
    margin-bottom: 15px;
}

header a {
    font-size: 70px;    
    font-family: 'Downcome';
    color: #fffce2;
    margin-bottom: 50px;
}

header a:hover {
    color: #ebd2b5;
    text-decoration: none;
}

footer {
    border-top: 1px solid #e63531;
    margin-top: 15px;
    height: 100px;
}

footer section {
    margin-top: 20px;
}

a {
    color: #E8870C;
    text-transform: underline;
}

a:hover {
    color: #EBD2B5;
}

/* http://www.misprintedtype.com/fonts/freeware/ */
@font-face {
    font-family: 'Downcome';
    src: url("/assets/font/DOWNCOME.ttf") format("truetype");
}

.meta {
    color: #B2AC91;
    font-size: 90%;
    margin-bottom: 15px;
}

code { background-color: #272822; color: #F8F8F2 }
