.button2 {
    display: inline-block;
    border: none;
    font-size: 110%;
    text-align: center;
    text-decoration: none;
    line-height: 0.6em;
    /*border-radius: 28px;*/
    padding: 10px 10px;
    font-weight: bold;
}

.button2-primary {
    color: #fff !important;
    background-color: #000;
}
.button2-primary:hover {
  color: #fff;
  background-color: #8c8c8c;
  text-decoration: none;
}

.button2-large {
  padding: 10px 20px;
}