a,body,div,footer,h1,h2,h3,header,html,img,p,span{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}
article,aside,footer,header,nav,section{display:block}
html,body{height:100%;min-height:100%}
html { font-size:62.5%; }
body{
    font-family: "Roboto Condensed", "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: url(image.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
body:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: -1;
}
h1 { font-size: 32px; margin: 10px 0; }
p {
    font-size: 16px;
    margin: 10px 0;
    color: rgba(255,255,255,.85);
}
a { color: #87CEEB; }
a:hover { color: #ADD8E6; }

.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 640px;
    padding: 0 20px;
    text-align: center;
}
.header { 
    margin: 20px 0 16px 0;
}
.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto auto 50px;
    font-size: 40px;
    line-height: 1;
    justify-content: center;
}
.timer-type {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: rgba(255,255,255,.5);
}

.timer-heading {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 30px 0 10px 0;
    font-size: 18px;
    color: rgba(255,255,255,.85);
}

.footer {
    width: 100%;
    background: rgba(0,0,0,.5);
}
.footer-content {
    margin: auto;
    padding: 0 40px;
    max-width: 1200px;
    text-align: center;
    color: rgba(255,255,255,.5);
}
.footer .logo {
    height: 50px;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

span.big-link { font-size: 16px; padding: 5px; background: #111; opacity: 0.8; }

@media (min-width: 500px) {
    .timer { font-size: 60px; }
}
@media (min-width: 600px) {
    .timer { font-size: 80px; }
}
@media (min-width: 740px) {
    .timer { font-size: 100px; }
}
