
#pageContent h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #282828;
  font-family: Montserrat;
  font-weight: bolder;
  font-style: normal;
  line-height: 40px;
   }

#pageContent p, #pageContent blockquote {
   font-family: "Raleway";
   margin-bottom: 20px;
   font-size: 14px;
   color: #959595;
   line-height: 28px;
 }



#checkout_pay_by_check, #customButton {
  width: 306px;
  height: 60px;
  margin-bottom:38px;
}

#checkout_pay_by_paypal:hover {
  -webkit-filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
  filter: grayscale(100%) 
          brightness(135%)
          contrast(120%);
}
