
a.button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: rgba(117,23,40,0.55);
        border-radius: 23px;
        border: 2px solid;
        border-color: rgba(117,23,40,0.75);
        color: rgba(255,255,255,1.0);
        cursor: hand;
        display: inline-block;
        padding: 0.50em 0.5em;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        text-transform: none;
        font-size: 1.0em;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        font-family: 'CenturyGothic-Bold';
        text-align: center;
        font-weight: normal;
    }
    a.button:hover {
            background: rgba(230,8,8,0.85);
            color: rgba(255,255,255,1.0);
        }
@media only screen and (max-width: 900px){

a.button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: rgba(117,23,40,0.55);
        border-radius: 17px;
        border: 2px solid;
        border-color: rgba(117,23,40,0.75);
        color: rgba(255,255,255,1.0);
        cursor: hand;
        display: inline-block;
        padding: 0.10em 0.10em;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.84em;
        width:120px;
        height:auto;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        font-family: 'CenturyGothic-Bold';
        text-align: center;
        font-weight: normal;
    }
    a.button:hover {
            background: rgba(230,8,8,0.85);
            color: rgba(255,255,255,1.0);
        }
}
@media only screen and (max-width: 500px){
a.button {
        -moz-appearance: none;
        -webkit-appearance: none;
        -o-appearance: none;
        -ms-appearance: none;
        appearance: none;
        background: rgba(117,23,40,0.55);
        border-radius: 17px;
        border: 2px solid;
        border-color: rgba(117,23,40,0.75);
        color: rgba(255,255,255,1.0);
        cursor: hand;
        display: inline-block;
        padding: 0.10em;
        letter-spacing: 1px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 0.75em;
        width:120px;
        height:auto;
        -moz-transition: all 0.35s ease-in-out;
        -webkit-transition: all 0.35s ease-in-out;
        -o-transition: all 0.35s ease-in-out;
        -ms-transition: all 0.35s ease-in-out;
        transition: all 0.35s ease-in-out;
        font-family: 'CenturyGothic-Bold';
        text-align: center;
        font-weight: normal;
    }
    a.button:hover {
            background: rgba(230,8,8,0.85);
            color: rgba(255,255,255,1.0);
        } 
}