body {
    display: none;

    line-height:1;
      margin: 0;
      padding: 0;
      font-family: 'Work Sans', sans-serif;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    
    
    
    background: -moz-linear-gradient(
          -45deg,
          #48001e 0%,
          #780032 48%,
          #780032 56%,
          #7b000d 100%
        ); /* FF3.6-15 */
        background: -webkit-linear-gradient(
          -45deg,
          #48001e 0%,
          #780032 48%,
          #780032 56%,
          #7b000d 100%
        ); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(
          135deg,
          #48001e 0%,
          #780032 48%,
          #780032 56%,
          #7b000d 100%
        ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#780032', endColorstr='#b4bebf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  }

  html{
    touch-action: manipulation;
  }

  html,
    html a {
      -webkit-font-smoothing: antialiased;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
      -ms-touch-action: manipulation;	/* IE10  */
	touch-action: manipulation;		/* IE11+ */
    }

   button{
    -ms-touch-action: manipulation;	/* IE10  */
    touch-action: manipulation;		/* IE11+ */
   }