#orderNow {
  text-align: center;
  height: 8rem;
  padding: 2rem 0; }

.order_btn {
  background: #28B512;
  background-image: -webkit-linear-gradient(top, #28B512, #20910E);
  background-image: -moz-linear-gradient(top, #28B512, #20910E);
  background-image: -ms-linear-gradient(top, #28B512, #20910E);
  background-image: -o-linear-gradient(top, #28B512, #20910E);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28B512), to(#20910E));
  background-image: linear-gradient(to bottom, #28B512, #20910E);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #FFFFFF;
  font-size: 27px;
  font-weight: 100;
  padding: 1rem 1.5rem;
  box-shadow: 1px 1px 10px 0px #000000;
  -webkit-box-shadow: 1px 1px 10px 0px #000000;
  -moz-box-shadow: 1px 1px 10px 0px #000000;
  text-shadow: 1px 1px 20px #000000;
  text-decoration: none;
  display: inline-block;
  cursor: pointer; }

.order_btn:hover {
  background: #2DC914;
  background-image: -webkit-linear-gradient(top, #2DC914, #29B812);
  background-image: -moz-linear-gradient(top, #2DC914, #29B812);
  background-image: -ms-linear-gradient(top, #2DC914, #29B812);
  background-image: -o-linear-gradient(top, #2DC914, #29B812);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2DC914), to(#29B812));
  background-image: linear-gradient(to bottom, #2DC914, #29B812);
  text-decoration: none; }
