html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body {
  height: 100%;
  font-size: 100%;
  font-family: "Open Sans", helvetica, arial, sans-serif;
  color: #fff;
}

#home {
  background-size: cover;
  background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-image: url("../img/unipay-payment-background.jpg");
}

#header {
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: table;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}

#header .header-content {
  display: table-cell;
  vertical-align: bottom;
  padding: 50px 0 10px 0;
  text-align: center;
}

.countdown {
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 20px 0;
  margin-top: 100px;
}
.countdown-number {
  font-size: 40px;
  line-height: 1;
  font-weight: 400;
  text-shadow: none;
  text-align: center;
}
.countdown-label {
  margin-top: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.hero-text {
  font-size: 24px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 30px;
}
.copyright {
  font-size: 13px;
}

a {
  font-weight: bold;
  color: #fff;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}

p {
  border: 0;
  font-size: 100%;
  font: inherit;
}

/*-----------------------------------------------*/
@media (max-width: 400px) {
  .countdown-number {
    font-size: 31px;

    font-weight: 400;
  }
  .countdown-item {
    padding-bottom: 10px;
  }
  .countdown-label {
    font-size: 13px;

    margin-top: 0;
  }
  .myform {
    padding-top: 10px;
  }
}
@media (min-width: 600px) {
  .countdown-number {
    font-size: 50px;
  }
  .countdown-item {
    padding-bottom: 10px;
  }
  .countdown-label {
    font-size: 16px;
  }
  .myform {
    padding-top: 10px;
  }
}

@media (min-width: 768px) {
  .countdown-number {
    font-size: 60px;
  }
  .countdown-item {
    padding-bottom: 10px;
  }
  .countdown-label {
    font-size: 16px;
    margin-top: 0;
  }
  .myform {
    padding-top: 10px;
  }
}

@media (min-width: 992px) {
  .countdown-number {
    font-size: 80px;
  }
}

@media (min-width: 1200px) {
  .countdown-number {
    font-size: 100px;
  }
}
