/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

* {
  font-family: Tahoma;
}

li {
  list-style-type: none;
  padding: 0; /* Remove padding */
  margin: 0; /* Remove margins */
}

div.count {
  text-align: center;
}

div.count h1 {
  font-size: 10em;
  font-weight: bold;
  margin: 0 auto;
}

div.count h2 {
  line-height: 1.5em;
}

div.count h2.count-meta {
  margin-top: -1em;
}

div.holidays {
  text-align: center;
  margin-top: 3em;
}

div.holidays h3 {
  font-weight: bold;
}

div.holidays li {
  margin-top: 1em;
}

@media (min-width: 768px) {
  div.count h1 {
    margin-top: -3rem;
    font-size: 20em;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
  }

  div.count h2 {
    font-size: 2em;
  }

  div.count h2 br {
    display: none; /* hide the BR tag for wider screens (i.e. disable the line break) */
  }
}