html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
}

h2 {
  margin-bottom: 1em;
}

a {
  text-decoration: none;
}

.container {
  --bs-gutter-x: 13.5rem;
}

.content {
  flex: 1 0 auto;
}


.date {
  color: #777
}

.main-nav {
  background-color: #477ba8;
}

.main-nav-text {
  color: #fff;
}

.nav-hamburger {
  border: none !important;
  color: #fff !important;
}

.list-item {
  margin-bottom: 2em;
  list-style: none;
}

.list-item-title {
  font-size: larger;
}

.logo {
  width: 2.2rem;
  height: 2.2rem;
}

.logo-white {
  width: 5rem;
  height: 5rem;
  fill: #ffffff;
}

.btn-secondary {
  background-color: #1ca26b;
  border-color: #1ca26b;
}
.btn-secondary:hover {
  background-color: #2b8b5e;
  border-color: #2b8b5e;
}
.btn-primary {
  background-color: #477ba8;
  border-color: #477ba8;
}

.btn-primary:hover {
  background-color: #426b8e;
  border-color: #426b8e;
}

.sc-text-primary {
  color: #477ba8;
}

.center {
  display: flex;
  justify-content: center;
}

.main-text {
  font-size: 1.2rem;
}

.safe {
  width: 100%;
  height: 92vh;
}

.error {
  position: sticky;
}

.error-message {
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translate(-50%, -50%);
  font-size: 1.25vw;
}

.pagination-link {
  z-index: 3;
  border-color: #477ba8;
}

.pagination>li.active>a {
  background-color: #3f6c94 !important;
}

.card-wrap {
  min-width: 15rem;
  padding: 15px;
}

.supcen-banner {
  background-color: #1d252d;
  color: white
}

.supcen-banner-header {
  font-size: 2.5rem;
}

.supcen-banner-text {
  font-size: 1.5rem;
}

.no-border {
  border: none !important;
}

.category-rule {
  width: 80%;
  justify-self: center;
}

.category-container {
  display: flex;
  justify-content: center;
  margin: 1rem 1rem 2rem 1rem;
}

.category-heading {
  font-size: 4.5rem;
}

.category-row {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.category-card {
  width: 18.75rem;
  min-width: 18.75rem;
  max-width: 18.75rem;
  text-align: center;
  height: auto;
  padding: 1rem;
  margin: 1rem 1rem 0 1rem;
}

.category-title {
  margin: 0.75rem 0rem;
}

.category-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.search-container {
  background-color: #e9ecef;
}

.search-results {
  padding: 0 5rem;
}

.search-title {
  font-size: 4.5rem;
}

.table-row {
  padding: .75rem .75rem !important;
}