html,
body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #f0f0f0;
}

h2 {
  margin-bottom: 1em;
}

.content {
  flex: 1 0 auto;
}


.date {
  color: #777
}

.main-nav {
  background-color: #005aa1;
}

.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: #d0832c;
  border-color: #d0832c;
}
.btn-secondary:hover {
  background-color: #b87940;
  border-color: #b87940;
}
.btn-primary {
  background-color: #005aa1;
  border-color: #005aa1;
}

.btn-primary:hover {
  background-color: #074c85;
  border-color: #074c85;
}

.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: 15em;
  padding-top: 15px;
  padding-bottom: 15px;
}

.card-title {
  color: #555555;
}

.card-text {
  color: #555555;
}

.oasis-banner {
  background-color: #d3d3d3;
  font-weight: 500;
  color: white
}

.oasis-banner-header {
  color: #005aa1;
  font-size: 2.5rem;
}

.oasis-banner-text {
  color: #005aa1;
  font-size: 1.5rem;
}

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

.category-rule {
  width: 80%;
}

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

.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;
}

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

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