/* Remove all underlines on hover */
a:hover {
    text-decoration: none !important;
}

.top-nav a:hover {
    text-decoration: none !important;
}

button:hover,
.btn:hover {
    text-decoration: none !important;
}

/* Override Bootstrap defaults */
a {
    text-decoration: none !important;
}

/* Ensure nav links don't underline */
nav a,
nav button,
.nav a,
.nav button {
    text-decoration: none !important;
}