/* ==================================================
 * SoSoon - color01.css
 * v1.0 2/22/2013
 ================================================== */

/* colors
color-set-1: 1. #0abed2, 2. #f6d825, 3. #90c93e, 4. #fe50a7
*/

/* Basic Element Styles  http://192.99.39.164/~chamindi/fiverr/comingsoon/VO/img/Runner.png
================================================== */
body {
    
	 background: url(../img/Runner.png) no-repeat top center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
a,
#whatscoming h2 span{
    color: #e30613;
}
#header {
    border-top: 0px solid #e30613;
}
#whatscoming h2,
#success_message h3,
input[type="submit"]:hover,
.socialmedia li a:hover span{
    color: #fff;
}
.color-1 {
    background-color: #0abed2;
}
.color-2 {
    background-color: #ffbe00;
}
.color-3 {
    background-color: #90c93e;
}
.color-4 {
    background-color: #fe50a7;
}
.endcountdown,
#action {
    background: rgba(32,32,32,0.7);
}

/* End of Document
================================================== */
