body {
    padding: 0;
}

.nav {
    display: none;
}

.header h1,
.header h2 {
    text-shadow: 2px 2px 2px #aaa;
}

header h1,
.header h1 {
    width: auto;
    padding: 0;
    margin: 0;
}

header h1:before,
.header h1:before {
    content: url(images/words-logo.png);
}



.header {
    max-width: none;
    box-shadow: none;
    border: none;
}

.section {
    max-width: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 1em;
}

.section h1 {
    margin: 0;
    text-decoration: underline;
}

hr:after {
    display: block;
    width: 100px;
    margin: 0 auto 0 auto;
    content: url("images/spiro.png");
}
