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

Color scheme

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

html {
    background: #2E006A url(../img/background.png) left top repeat;
}

body {
    color: #fff;

    background: -webkit-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 75%);
    background: -o-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 75%);
    background: -ms-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 75%);
    background: -moz-radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 75%);
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75) 75%);
}

#subscribe-email {
    border: 1px solid #fff;
}

.countdown-number-container {
    border-color: #0E0020;

    background: #100026;
    background: -moz-linear-gradient(top, #100026, #170035);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #170035), color-stop(100%, #100026));
    background: -webkit-linear-gradient(top, #100026, #170035);
    background: -ms-linear-gradient(top, #100026, #170035);
    background: -o-linear-gradient(top, #100026, #170035);
    background: linear-gradient(top, #100026, #170035);

    -webkit-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
    -moz-box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 2px 10px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.2);
}