body { overflow: hidden; }

/* logo */
#logo { float: none !important; text-align: center; padding-top: 50px; }
#logo img { height: 90px; }

/* Countdown */
.countdown .number { font-size: 72px; font-weight: 600; line-height: 1; margin-bottom: 10px; text-align: center; color: #ffffff; }
.countdown span { color: #ffffff; }
.countdown span:before { background: none repeat scroll 0 0 #ffffff; }

/* footer */
#footer { font-size: 11px; line-height: 22px; }

@media (max-width: 991.98px) {
  #header #logo {
    padding-top: 50px !important;
  }
  #header #logo img {
    height: 70px !important;
  }
}



