/* Custom Theme for Lunasbookworld */

.lu-section-primary {
  background: #5b197f;
  background: -moz-linear-gradient(-45deg,  #5b197f 0%, #c66b6c 100%);
  background: -webkit-linear-gradient(-45deg,  #5b197f 0%,#c66b6c 100%);
  background: linear-gradient(135deg,  #5b197f 0%,#c66b6c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b197f', endColorstr='#c66b6c',GradientType=1 );
}

.lu-footer p {
  margin: 0;
}