
.nav-bar {
  width: 100%;
  background-color: #FFFFFF;
  border-bottom: 5px solid #3283C8;
}

.top-bar__header {
  background-color: #3283C8;
  overflow: hidden;
  vertical-align: middle;
  margin: auto;
  width: 100%;
}

.nav-bar__header {
  background-color: white;
  overflow: hidden;
  margin: auto;
  padding: 10px 20px;
}

.nav-bar__logo__img {
  height: 48px;
  padding: 8px;
}

.nav-bar__nav__info {
  display: inline-flex;
  background-color: white;
}

.header {
  padding: 60px;
  text-align: center;
  background: #1abc9c;
  color: white;
  font-size: 30px;
}

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




.spacer {
  width: 20px;
}

.card_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards__item {
  display: flex;
  padding: 0.25rem;
  justify-content: center;
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: center;
  width: 100%;
}

.card:hover .card__image {
  filter: contrast(100%);
}

.card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
}

.card__title {
  color: #0e0e0e;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 2px;
  flex-grow: 4;
  font-family: Verdana;
}

.card_header {
  background-color: #c1c1c1;
  width: 100%;
  display: flex;
  align-content: flex-start;
  font-family: Verdana;
}

.card_logo {
  height: 64px;
  padding: 8px;
}

.card_link {
  color: #5a5a5a;
  padding: 10px 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-family: Verdana;
}

.card_btn_a {
  text-decoration: none;
}

.card__text {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.card__btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  border: none;
  color: #3283C8;
  padding: 8px 8px;
  font-size: 18px;
  width: 80px;
  cursor: pointer;
  line-height: 25px;
  border-radius: 5px 5px 5px;
  border: 1px solid;
}

.btn_img_logo {
  height: 20px;
  width: 20px;
}

.footer {
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  padding: 10px;
  text-align: center;
  background: #949494;
  color: white;
  align-items: center
}

.footer_column {
  font-family: Verdana;
  flex: 1 1 auto;
  flex-direction: column;
  font-size: 14px;
}

.footer_column a {
  color: #ffffff;
}

.footer_acknowledge {
  font-family: Verdana;
  font-size: 0.85rem;
  color: #ffffff;
}
