/*
 * The site's changes to Bootstrap's defaults. They used to be edited into
 * bootstrap.min.css; keeping them here leaves the library file unmodified.
 * Loaded after Bootstrap and before style.css.
 */
a,
a:hover {
    color: #4283D7;
}

a:hover {
    text-decoration: none;
}

.btn,
.btn:hover {
    color: #4283D7;
}
