a {
  color: #1f5f9f;
  text-decoration: none;
  text-underline-offset: 3px;
  transition: color 0.15s ease, text-decoration-color 0.15s ease;
}

a:hover,
a:focus {
  color: #17436f;
  text-decoration: underline;
}

.btn,
.btn:hover,
.btn:focus,
.navbar a,
.navbar a:hover,
.navbar a:focus,
.profile-links a,
.profile-links a:hover,
.profile-links a:focus,
.profile-pdf-link,
.profile-pdf-link:hover,
.profile-pdf-link:focus,
.auth-primary,
.auth-primary:hover,
.auth-primary:focus {
  text-decoration: none;
}

.btn-primary {
  border-color: #245f99;
  background: #245f99;
  color: #ffffff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  border-color: #17436f;
  background: #17436f;
  color: #ffffff;
}
