/****************************************************************************
 * 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:#0191ce;
}
.content a:not(.button):hover {
    text-decoration: underline;
}

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

/****************************************************************************
 * Buttons
 ****************************************************************************/
.button, .button:visited{
    padding: 0.625rem 1.5rem;
    background-color: #0191ce;
    color: #FFFFFF;
    border-radius: 3rem;
}

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