@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400|Roboto:100);
@import url(https://fonts.googleapis.com/css?family=Comfortaa:500,600,700%7COpen+Sans&display=swap);

.hp-countdown {
  font-size: 2vw;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.75em;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  font-family: 'Exo 2', sans-serif;
  /*color: rgba(48, 134, 39,1);*/
  color: white;
}
@media (max-width: 543px) {
  .hp-countdown {
    font-size: 5.4vw;
  }
}
@media (min-width: 1200px) {
  .hp-countdown {
    font-size: 2.3em;
  }
}
.hp-countdown.loaded {
  opacity: 1;
}
.cd--numbers {
  font-weight: 500;
  font-family: 'Roboto', serif;
  font-size: 2.5em;
  padding: 0.1em;
  text-shadow: 0 2px 5px rgba(0,0,0,0.3);
}