:root, [data-bs-theme="light"] {
  --bs-body-color: #343a40;
  --bs-body-color-rgb: 52, 58, 64;
  --bs-secondary-color: rgba(52, 58, 64, 0.75);
  --bs-secondary-color-rgb: 52, 58, 64, 0.75;
  --bs-tertiary-color: rgba(52, 58, 64, 0.5);
  --bs-tertiary-color-rgb: 52, 58, 64, 0.5;
  --bs-body-font-family: Lato, sans-serif;
  --bs-btn-primary-background: #1259a0;
}

#gsg-bar {
  background-color: #000;
  /*text-decoration-color: #ffffff;*/
  margin-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  max-height: 30px;
}

#gsg-text {
  text-decoration: none;
  color: #fff;
}

.btn-outline-primary {
  border-color: #1259a0;
}

.card-link {
  text-decoration: none;
}

.accordion-button:hover {
  background-color: #228be6;
}

.scs-link {
  text-decoration: none;
  color: #fff;
}

@media (min-width: 1200px) {
  .py-xl-5 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
}

footer {
  background: rgb(44, 62, 80);
}

.row-gap {
  display: flex;
  gap: 20px;
}

