/******************

Color scheme

******************/


/* BODY */

body {
    color: #fff;
    background-image: url(../img/background-green.png);
}


/* TEXT SELECTION */

::selection {
    background: #fff;
    color: #000;
}

::-moz-selection {
    background: #fff;
    color: #000;
}


/* SUBSCRIPTION FORM */

#subscribe-email:focus {
    -webkit-box-shadow: 0 0 8px #fff;
    -moz-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
}

#subscribe-email::-webkit-input-placeholder  { color:#1F5425; }
#subscribe-email:-moz-placeholder { color:#1F5425; }
#subscribe-email::placeholder { color:#1F5425; }

#subscribe-submit {
    background: #1F5425;
    color: #fff;
}

#subscribe-submit:hover {
    background: #18431E;
}

#subscribe-submit:active {
    -webkit-box-shadow: 0 0 8px #18431E;
    -moz-box-shadow: 0 0 8px #18431E;
    box-shadow: 0 0 8px #18431E;
}

#subscribe-tooltip.success {
    background: #0e0;
}

#subscribe-tooltip.error {
    background: #d00;
}


/* COUNTDOWN */

.countdown-number {
    background: #fff;
    color: #1FAD20;
}