body {
    background-color: black;
    font-size: 1.14em;
}

header, section, footer {
    max-width: 1080px;
}

header {
    padding: 40px 40px 0 40px;
}

section {
    padding: 20px 40px 20px 40px;
}

#footer-wrapper {
    background-color: #444;
}

footer {
    padding: 20px 40px;
}

form {
    text-align: center;
}

.color2 {
    background-color: #039;
    margin-bottom: 50px;
}

.color3 {
    background-color: #444;
    margin-bottom: 50px;
}

.color4 {
    background-color: #733;
}

/* ------------------------------------------------- */

h1, p, li, a, input {
    font-family: Verdana, sans-serif;
    line-height: 1.5em;
    color: white;
}

p, li {
    margin: 1.4em 0;
}

h1 {
    margin-top: 0.5em;
    font-size: 1.6em;
}

li {
    list-style: none;
}

.tiny {
    font-size: 0.8em;
    color: #aaa;
}
.warning {
    color: red;
}

strong, strong a {
    font-weight: bolder;
    color: #e66;
}

a:hover {
    color: #e66;
}

/* ------------------------------------------------- */

#img-duck {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
}

#img-pub {
    display: block;
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
}

header h1, header p {
    margin: 0;
    text-align: center;
    color: #e66;
}

header p {
    font-weight: bold;
}

/*header h1 a {
    color: red;
    text-decoration: none;
}*/

.inflate {
    font-size: 1.5em;
}

input {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 3px 5px 3px 5px;
    background-color: black;
    border: 4px solid white;
}

input:hover {
    border-color: #aaa;
}

input:focus {
    background-color: #555;
}