/* Text Elements */

h2.countdown-heading {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
  text-align: center;
  font-weight: 400;
  font-size: 36px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

p.paragraph.countdown-para {
  margin: 16px auto;
  padding-top: 15px;
  padding-bottom: 12px;
  min-height: 0;
  max-width: none;
  width: 100%;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: rgba(15, 15, 15, .5) 2px 2px 10px;
  letter-spacing: 0;
  font-weight: 400;
  font-size: 6vw;
  /* font-size: 48px; */
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  line-height: 1;

  mix-blend-mode: normal;
}

/* Layout Elements */

.container.parallax-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  overflow: hidden;
  min-height: 60vh;

  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.parallax {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 200%;
  background-color: black;
  background-image: url('../sfondi/Gubbio_Albero_Natale_2014_DSC_0506a.jpg');
  background-attachment: scroll;
  background-position: center center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  background-blend-mode: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}

.container.countdown-wrap {
  padding: 8px 20px;
  height: auto;
}

@media screen and (max-width: 60rem) {
  /* Text Elements */

  p.paragraph.countdown-para {
    font-size: 10vw;
  }
}