/****************************************************************************
 * Links
 ****************************************************************************/
 a, a:visited {
    color: inherit;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -o-transition: color .25s ease;
    transition: color .25s ease;
}
a:hover, a:focus {
    color: inherit;
}

.content a:not(.button),.content a:not(.button):visited {
    color:#a30329;
}


a:focus {
    outline: 0.125rem solid rgba(0,0,0,0.1);
}

/****************************************************************************
 * Buttons
 ****************************************************************************/
.button, .button:visited{
    padding: 0.625rem 1.5rem;
    background-color: #a10327;
    color: #ffffff;
}

.button:hover,
.button:focus {
    background-color: #333333;
    color: #FFFFFF;
}

.button-group {
    margin-top: 2rem;
}