h1 {
  color:#1A2742;
    font-weight:900;
  font-size:3em;
  text-align:center;
}

h2 {
  font-weight:700;
}

label {
  font-weight:bold;
}

.nav {
  background: white;
  border-radius: var(--bs-border-radius);
  margin: 1rem 0;
}

.nav-pills {
  padding: 0.5rem;
  font-weight: bold;
  font-size: x-large;
  --bs-nav-pills-link-active-bg: #3278b3;
}

.nav-link:hover {
  background-color: #CADFFD;
}

.link {
  color: #337ab7;
    text-decoration: none;
}

.link:hover{
  color:#23527c;
    text-decoration: underline;
  cursor: pointer;
}

.modal-footer {
  padding-top: 0;
}

.modal-header {
  padding-bottom: 0;
}

.btn-light {
  text-align:left;
}

.btn-link {
  text-align: right;
}

.btn-large {
  font-size:1.25em; 
  margin-top:1rem;
}

.copy-button:active {
  background: var(--bs-link-color) !important;
}

.sweet-alert input {
  margin-top: 0;
  margin-bottom: 0;
}
