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

Color scheme

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


/* BODY */

body {
    color: #fff;
    background-color: #078ce5;
    background-image: url(../img/background-blue.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:#34247A; }
#subscribe-email:-moz-placeholder { color:#34247A; }
#subscribe-email::placeholder { color:#34247A; }

#subscribe-submit {
    background: #34247A;
    color: #fff;
}

#subscribe-submit:hover {
    background: #3D1766;
}

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

#subscribe-tooltip.success {
    background: #00C126;
}

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


/* COUNTDOWN */

.countdown-number {
    background: #fff;
    color: #1178D2;
}