@charset "utf-8";
.button {
    background-color: rgba(208,49,48,1.00);
    border: none;
    color: #FFFFFF;
    padding-top: 16px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 22px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 10% / 50%;
    text-transform: none;
    min-width: 176px;
}
.buttonspacing {
    margin-top: 20px;
    margin-bottom: 20px;
}


.button1 {
    background-color: #F0B429;
    border: 2px solid #E8A710;
    color: #FFFFFF;
}

.button1:hover {
    background-color: #FFFFFF;
    color: rgba(208,49,48,1.00);
}
.button2 {
    background-color: #006A00;
    border: 2px solid #FFFFFF;
}

.button2:hover {
    background-color: #AADE1A;
    font-weight: normal;
}

.button a {
    color: #FFFFFF;
    text-decoration: none;
}
button a:visited {
    color: #FFFFFF;
}
.button a:hover {
    color: #C1C1C1;
}
.button a:focus {
    color: #C1C1C1;
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
.button a:hover, a:active {
    outline: 0;
    color: #DFDFDF;
}
