/* projects.css */

body {
    margin: 0;
    font-family: "Arno Pro", "Times New Roman";
    font-size: 1.18em; /* 20px; */
}

pre, code {
    font-family: Monaco, Courier New;
    font-size: 0.7em;
}

#topbar {
    position: absolute 0 0;
    /* colors can be overridden per page */
    background: black;
    color: white;
    
    font-weight: bold;
    padding-top: 12px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 2px;
    overflow: auto;
    font-size: 1.2em;
}

#topbar a {
    text-decoration: none;
    color: white;
}

#content {
    padding: 10px;
    padding-top: 40px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}

.totheleft {
    float: left;
}

.totheright {
    float: right;
}
