body {
  font-family: 'Poppins', sans-serif;
}

.raffle_header {
  padding: 4px;
  border-bottom: 1px solid #cecece;
}

.main-content {
  padding: 25px 0px 300px 0px;
  /* background: url("/book/_includes/images/RAFFLE-BACKGROUND-1.jpg") no-repeat center center fixed; */
  background: url("/book/_includes/images/NEWBG.jpg") no-repeat center center fixed;

  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

  /* PriMedia Colors */
  /*
  padding: 100px 50px;
  background: -webkit-linear-gradient(left,#010101,#001e39,#010101);
  background: -o-linear-gradient(right,#010101,#001e39,#010101);
  background: -moz-linear-gradient(right,#010101,#001e39,#010101);
  background: linear-gradient(right,#010101,#001e39,#010101);
  background-image: linear-gradient(to right,#010101,#001e39,#010101);
  */
}
.raffle_footer {
  /* background: -webkit-linear-gradient(left,#010101,#001e39,#010101);
  background: -o-linear-gradient(right,#010101,#001e39,#010101);
  background: -moz-linear-gradient(right,#010101,#001e39,#010101);
  background: linear-gradient(right,#010101,#001e39,#010101);
  background-image: linear-gradient(to right,#010101,#001e39,#010101); */
  background-color: #FFFFFF;
  padding: 30px 15px;
  color: #000000;
  min-height: 300px;

  /*
  background-color: #010101;
  padding: 30px 15px;
  color: #cecece;
  min-height: 500px;
  */
}
