@import url(https://fonts.googleapis.com/css?family=Oswald:400,300,700);

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    background: #000 url(/adsinua.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    overflow-x: hidden;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.5;
    color: #f1f1f1;
    margin: 0;
}

h1 {
    font-size: 48px;
    font-weight: 100;
    white-space: nowrap;
    line-height: 1;
    margin: 0;
}

h2 {
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin: 80px 0 10px 0;
    color: #FFFF00;
}

h3 {
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin: 10px 0;
}


@media (min-width: 321px) and (max-width: 767px) {

    h1 {
        font-size: 48px !important;
        text-align: center;
    }

    h2 {
        font-size: 28px !important;
        text-align: center;
    }

    .menu {
        text-align: center !important;
    }

    .container {
        margin: 15% 0 !important;
    }

}



@media (max-width: 568px) {

    h1 {
        font-size: 48px !important;
        text-align: center;
    }

    h2 {
        font-size: 28px !important;
        text-align: center;
    }

    .menu {
        text-align: center !important;
    }

    .container {
        margin: 15% 0 !important;
    }


    .countdown li {
        margin: 0 7px !important;
        width: 75px !important;
    }

    .countdown li h3 {
        padding: 12px 0 !important;
        font-size: 25px !important;
        height: 75px !important;
    }

    .countdown li p {
        margin: 15px 0 !important;
        font-size: 15px !important;
    }

}



.container {
    margin: 4% 0;
}

.menu {
    padding: 40px 20px;
    text-align: right;
}

.menu a {
    margin: 0 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: transparent;
    border: 1px solid #666666;
    text-decoration: none;
    font-weight: bold;
}

.countdown-title {
    text-align: center;
}

.countdown-title h1 {
    text-transform: uppercase;
    font-size: 72px;
    letter-spacing: 5px;
}

.countdown-title p {
    text-transform: uppercase;
    /*display: inline-block;*/
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 1px;
    margin: 40px 25px;
    /*max-width: 500px;*/
}

.theme-btn {
    margin-top: 75px;
    text-align: center;
}

.menu a:hover,
.theme-btn a:hover {
    color: #333;
    background: #fff;
}

.theme-btn a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding: 9px 20px;
    text-transform: uppercase;
    text-decoration: none;
}

.countdown {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

.countdown li {
    display: inline-block;
    margin: 0 15px;
    width: 150px;
}

.countdown li h3 {
    border: 2px solid #fff;
    padding: 24px 0;
    margin: 0;
    font-size: 50px;
    border-radius: 50%;
    height: 150px;
    line-height: 2;
    background: rgba(255, 255, 255, 0.07);
}

.countdown li p {
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
