/* Navigation */

.nav-link {
  color: #0d2e57;
  font-size: 0.95rem;
}

.nav-link:hover {
  color: #c90712;
}

.dropdown-subheader {
  display: block;
  padding: .25rem 1.5rem;
  margin-bottom: 0;
  font-size: .8rem;
  color: #c8ccd0;
  white-space: nowrap;
}

/* Header */

.page-header {
  padding: 1rem;
  background-color: #e9ecef;
  border-radius: .3rem;
  margin-bottom: 1rem;
}

.header-text {
  padding: 0;
  margin: 0;
  font-size: 3.25rem;
  font-weight: 300;
  line-height: 1;
}

.header-subtext {
  margin-top: .6rem;
  color: #808080;
  font-size: 1.1rem;
}

/* Content */

.text-content {
  font-weight: 100;
  font-size: 1.10rem;
}

.img-fluid {
  padding: 1rem;
}

/* Headings */

h1 {
  font-size: 2.4rem;
  font-weight: 400;
  padding-bottom: .25rem;
}

h2 {
  font-size: 1.8rem;
  font-weight: 300;
  padding-top: .45rem;
}

/* Footer */

.copyright {
  font-size: 0.7rem;
  font-weight: 100;
  padding-top: 1rem;
}

/* Table */

.table {
  margin-top: 1rem;
}

.table td, .table th, .table thead th {
  vertical-align: middle;
  padding: .45rem;
}

.seperator-below {
  border-bottom-style: solid;
  border-color: black;
}

td br {
  line-height: 2rem;
}

/* Other */

.qr {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.text-content ul {
  margin: 0
}
