/*
Theme Name: Michael Fields Agricultural Institute
Description: The custom theme for the MFAI website, by the Robi Design team
Author: Joseph M-H
Version: 1.0
*/

.generic-button, .generic-button:visited {
        color: #FFF;
        display: inline-block;
        padding: 5px 5px;
        border-radius: 4px;
        margin-top: 2.5px;
        user-select: none;
        text-align: center;
        text-decoration: none;

}
 
.button-green{
        border: solid 2px #587040;
        background-color: #5BA150;
}

.button-green:focus, .button-green:hover {
        background-color: #587040;
        text-decoration: none;
}

.button-green:active {
        border-color: #5BA150;
}


.button-red{
        background-color: #CE6152;
        border: solid 2px #B26157;
}

.button-red:focus, .button-red:hover {
        background-color: #B26157;
        text-decoration: none;
}

.button-red:active {
        border-color: #CE6152;
}

