.core-values {
  background-image: url(../imgs/core-values.jpg) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.animate-marquee {
  display: inline-flex;
  animation: marquee 25s linear infinite;
}

.glightbox-container .gclose {
  color: #facc15; /* StayAwake Yellow */
  font-size: 2rem;
  top: 20px;
  right: 20px;
  opacity: 1;
}
