/* Palette: http://www.colourlovers.com/palette/755913/More_About_Money */

body {
    /*line-height: 1.7em;*/
    color: #607890;
    background: #F2F0DF;
}

h1 {
    color: #8E9E82;
    font-family: "Aladin";
    font-size: 5em;
    margin: 0.1em;
}

h2 {
    color: #9fb7cf;
}

h3,
h4,
h5,
h6,
label {
    color: #34495e;
}

.splash {
    text-align: center;
}

img.splash {
    opacity: 0.1;
    text-align: center; /* text-align apply to any block inline elements, not just text */
    display: block;
    margin-left: auto;
    margin-right: 0;
}

.pure-form input {
    color: #34495e;
}

.pure-form legend {
    color: #607890;
}

button[type="submit"] {
    background: #9fb7cf;
}

@media (min-width: 48em) {
    h1 {
        font-size: 6em;
    }
    img.splash {
        opacity: 0.35;
    }
}

@media (min-width: 78em) {
    h1 {
        font-size: 10em;
    }
}
