
* {
    padding: 0;
    magin: 0;
}

html, body {
    min-height: 100%;
}

body {
    background-color: #000;
    background-image: url("img/bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    left: 2%;
    position: absolute;
    top: 3%;
}

.logo img {
    width: 70%;
}

.content {
    color: #fff;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-left: auto;
    margin-right: auto;
}

.content .tagline {
    margin-left: 35%;
    margin-top: 20%;
}

.content .tagline img {
    width: 30%;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .logo {
        left: 5%;
        top: 3%;
    }

    .logo img {
        width: 30%;
    }

    .content {
        margin-top: 40%;
        text-align: center;
    }

    .content .tagline {
        margin-left: auto;
        margin-right: auto;
        margin-top: 75%;
        width: 100%;
    }

    .content .tagline img {
        width: 50%;
    }
}

#countdown {
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    #countdown {
        width: 100%;
    }
}

/* jQuery Countdown styles 2.0.0. */
.countdown-rtl {
	direction: rtl;
}
.countdown-holding span {
	color: #fff;
}
.countdown-row {
	clear: both;
	width: 100%;
	padding: 0px 2px;
	text-align: center;
}
.countdown-show1 .countdown-section {
	width: 98%;
}
.countdown-show2 .countdown-section {
	width: 48%;
}
.countdown-show3 .countdown-section {
	width: 32.5%;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
}
.countdown-show5 .countdown-section {
	width: 19.5%;
}
.countdown-show6 .countdown-section {
	width: 16.25%;
}
.countdown-show7 .countdown-section {
	width: 14%;
}
.countdown-section {
	display: block;
	float: left;
	font-size: 75%;
	text-align: center;
}
.countdown-amount {
    font-size: 200%;
}
.countdown-period {
    display: block;
}
.countdown-descr {
	display: block;
	width: 100%;
}