html {
 height: 100%;
}
body {
 color: #003e7e;
 font-family: "museo-sans", Helvetica, Arial, sans-serif;
 height: 100%;
 text-align: center;
}
h4 {
 font-size: 1.8em;
 font-weight: 800;
 margin: 0 0 15px 0;
 text-align: center;
 text-transform: uppercase;
}
.button {
 background: #ee3730;
 border: 0;
 color: #fff;
 display: inline-block;
 padding: 8px 10px;
 text-align: center;
 text-transform: uppercase;
 border-radius: 30px;
}
#enewsForm {
 bottom: 0;
 left: 0;
 position: absolute;
 width: 100%;
}
#enewsForm input[type="text"], #enewsForm input[type="email"] {
 border: 1px solid #aaa;
 margin: 0 0 10px 0;
 max-width: 400px;
 padding: 5px 10px;
 text-transform: uppercase;
 width: 100%;
}
#enewsForm input[type="submit"] {
 cursor: pointer;
}
#enewsForm .button {
 font-size: 1.5em;
 max-width: 400px;
 width: 100%;
}
#enewsThanks p {
 font-size: 1.6em;
}