a.bigbutton {
  background: #ffc477;
  background-image: -webkit-linear-gradient(top, #ffc477, #fb9e25);
  background-image: -moz-linear-gradient(top, #ffc477, #fb9e25);
  background-image: -ms-linear-gradient(top, #ffc477, #fb9e25);
  background-image: -o-linear-gradient(top, #ffc477, #fb9e25);
  background-image: linear-gradient(to bottom, #ffc477, #fb9e25);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
  margin: 5px;
}

a.bigbutton:hover {
  background: #fb9e25;
  background-image: -webkit-linear-gradient(top, #fb9e25, #ffc477);
  background-image: -moz-linear-gradient(top, #fb9e25, #ffc477);
  background-image: -ms-linear-gradient(top, #fb9e25, #ffc477);
  background-image: -o-linear-gradient(top, #fb9e25, #ffc477);
  background-image: linear-gradient(to bottom, #fb9e25, #ffc477);
  text-decoration: none;
}
@media only all and (max-width: 1024px) {
#footer {font-size: 12px;}
}
@media only all and (max-width: 59.938em) {
#footer {font-size: 11px;}
}
@media only all and (max-width: 47.938em) {
#footer {font-size: 9px;}
}
