body {
  font-family: 'Poppins', sans-serif;
}

p.lead {
  font-size: 1.6rem;
  font-weight: bold;
}

.counter {
  font-family: 'Orbitron', sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #0d6efd;
  margin-bottom: 0.25rem;
}

section.bg-light p,
section.bg-secondary p {
  font-size: 1.1rem;
  color: #444;
}

section.bg-secondary .counter {
  color: #ffc107;
}

/* Parchment-like background */
body.parchment-bg {
  background-color: #f8d878;
  background-image: url('https://www.transparenttextures.com/patterns/black-paper.png');
  background-repeat: repeat;
  background-size: 600px 600px;
  color: #201a11;
}

/* Fantasy Fonts */

.fantasy-title {
  font-family: 'Caudex', serif;
  font-size: 2.2rem;
  color: #3f2613;
}

.fantasy-text {
  font-family: 'Caudex', serif;
  font-size: 1.3rem;
  color: #291d0f;
}

/* Counter Font */
.fantasy-counter {
  font-family: 'Uncial Antiqua', cursive;
  font-size: 4rem;
  color: #4a2c12;
  margin-bottom: 0.25rem;
}

/* Counter Labels */
.fantasy-label {
  font-family: 'Uncial Antiqua', cursive;
  font-size: 1.5rem;
  color: #3c2c1b;
  margin-top: 0;
}

/* Image border and shadow */
.main img {
  border: 2px solid #cab181;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.store-logo,
.sponsor-logo {
  object-fit: contain;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));
  transition: transform 0.3s ease;
}

.store-logo {
  max-height: 200px;
}

.store-logo:hover,
.sponsor-logo:hover {
  transform: scale(1.05);
}

a {
  text-decoration: none;
}

.row-divider {
  position: relative;
  margin-top: -1rem;
  margin-bottom: 2rem;
  text-align: center;
  z-index: 1;
}

.divider-image {
  width: 90%;
  max-width: 350px;
  height: auto;
  opacity: 0.7;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.3));
  display: block;
  margin: 0 auto;
}

.mb-5 {
  margin-bottom: 5rem !important;
}


@media (max-width: 576px) {
  .fantasy-title {
    margin-top: 1.5rem;
  }
}

.footer-icons a {
	font-size: 1.5rem;
	color: inherit!important;
}
		
