/*style sheet to draw the text and background properly on main page above the gallery*/

/*#pad {
    padding-top: 10px;
    padding-bottom: 5px;
}
*/
body {
    padding-top: 10px;
    background-color: black;
    font-family: "PT Sans", sans-serif;
    color: #cecdcd;
}

h1 {
    padding-bottom: 10px;
    /*font-weight: bold;*/
    font-size: 2.75em;
    text-align: center;
}

div {
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2em;

}
