/* =========================

Just to add more styles to the site - Dave

===========================  */

a, button { transition: all 0.3s ease; }
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

/* ---- links outside of the NAV bar -- */
section a
{
    /* -- snagged this from the AND in COOPER AND MADISON -- */
    color: #8f9544;
}

section a:hover
{
    text-decoration: underline;
    color: #f2ef51
}
