.gradient-button {
    margin: 10px;
    font-family: "Montserrat";
    font-size: 26px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
}

.gradient-button:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}

.gradient-button-1 {background-image: linear-gradient(to right, #FABB29 0%, #FF850A 51%, #FF850A 100%)}
.gradient-button-1:hover { background-position: right center; }

.gradient-button-2 {background-image: linear-gradient(to right, #0BF1F5 0%, #4A88F2 51%, #2BC0E4 100%)}
.gradient-button-2:hover { background-position: right center; }

.gradient-button-3 {background-image: linear-gradient(to right, #FCC523 0%, #FF9610 51%, #833ab4 100%)}
.gradient-button-3:hover { background-position: right center; }


.gradient-button-small {
    margin: 10px;
    font-family: "Helvetica";
    font-size: 20px;
    padding: 15px;
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: #FFF;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    cursor: pointer;
    display: inline-block;
    border-radius: 25px;
    text-decoration: none;
}

.gradient-button-small:hover{
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    margin: 8px 10px 12px;
}

.gradient-button-1-small {background-image: linear-gradient(to right, #FABB29 0%, #FF850A 51%, #FF850A 100%)}
.gradient-button-1-small:hover { background-position: right center; }

.gradient-button-2-small {background-image: linear-gradient(to right, #0BF1F5 0%, #4A88F2 51%, #2BC0E4 100%)}
.gradient-button-2-small:hover { background-position: right center; }

.gradient-button-3-small {background-image: linear-gradient(to right, #833ab4 0%, #4A88F2 51%, #833ab4 100%)}
.gradient-button-3-small:hover { background-position: right center; }
