a.btn-primary {
  display: inline-block;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  padding: 16px;

  border-radius: 5px;
  color: #fff;

  background: #31774F;
}

a.btn-alt {
  display: inline-block;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  padding: 16px;

  border-radius: 5px;
  color: #B4B4B4;

  border: 1px solid #B4B4B4;
  background: none;
}

a.btn-more {
  display: inline-block;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 700;

  padding: 12px 20px;
  border: 1px solid #999;
  font-size: 13px;
  position: relative;
}
