body {
      
      font-family: 'Dosis', sans-serif;
      font-size:18px;
      background: #e5e5e5;
      background: -moz-linear-gradient(-45deg, #e5e5e5 0%, #999999 100%);
      background: -webkit-linear-gradient(-45deg, #e5e5e5 0%,#999999 100%);
      background: linear-gradient(135deg, #e5e5e5 0%,#999999 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#999999',GradientType=1 );
}

.zp-h1 {
      color: #02b44e;
      width:100%;
      text-align:center;
      font-weight:600;
}

.txt-shdw {
      text-shadow: 1px 2px #777;
}

.zp-bg {
      background-size:cover;
      background-repeat: no-repeat;
      background-position: center center;
}

.zp-temp-page-image {
      border-radius:15px;
      width:100%;
      height: 0;
      padding-bottom: 56.66%;
}