/* override css styles of the main theme here */

body {
    background: whitesmoke;
}

section.header .name {
    font-family: 'SkyhookMono', monospace;
    text-transform: none;
    font-weight: 100;
    font-size: 25pt;
}

section.header h3.self-intro {
    font-family: 'SkyhookMono', monospace;
    color: black;
    font-size: 14pt;
}

section.main .content {
    font-family: 'Spectral', serif;

    font-size: 12pt;
    letter-spacing: -0.75px;
}

section.main .content .page-heading {
    text-transform: none;
    font-family: 'Spectral', serif;
}

section.header nav {
    font-family: 'Spectral', serif;
    font-size: 12pt;

}

section.main .content .markdown p {
    font-size: 12pt;
    letter-spacing: -0.75px;
    margin-bottom: 0px;
}

section.main .content .markdown h3 {
    font-family: 'Spectral', serif;
}

section.main .content a {
    color: #666;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

section.main .content a:hover {
    color:#222;
}

#lyrics a {
    text-transform: uppercase;
    font-family: 'Spectral', serif;
}