body {
        margin: 0 10% 0 10%;
        padding: 0;
        font-family: 'Open Sans', sans-serif;
        font-size: 15px;
        color: #000000;
}

h1,h2,h3 {
        margin: 0;
        padding: 0;
        font-family: 'PT Sans', sans-serif;
        font-weight: normal;
        color: #221d1d;
}

h1 {
        font-size: 2em;
        font-weight:bold;
        color: #800000;
}

h2 {
        font-size: 1.5em;
        font-weight:bold;
        color: #800000;
}

#pubs li {
        margin-top: 1em;
}

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

#logo {
        width: 100%;
        margin: 40px 0 40px 0;
        height: 400px;
        background: url(img/nautilus_logo.png) no-repeat;
        background-position: center;
        background-size: 100%;
}

#centerlarge {
        padding: 50px;
        font-weight:bold;
        font-size:2.7em;
        text-align: center;
}

#footer {
        margin: 50px auto 50px auto;
        font-size:.8em;
        text-align: center;
}

.text-small {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: italic;
    text-align: center;
    font-size: .8em;
}

pre {
    background: #202020;
    border-color: #606060;
    color: #FFAAAA;
    #width: 500px;
    border-radius: 5px;
    padding: 0.6rem;
    margin: 8px 8px 8px 8px;
}
pre code {
    font-family: 'Source Code Pro';
    font-weight: 200;
    font-size: 12;
}

