body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}



.img1 {
  background-image: url('../images/town.jpg');
}

.img2 {
  background-image: url('../images/mail-success.jpg');
}

.img3 {
  background-image: url('../images/tavern.jpg');
}

.img4 {
  background-image: url('../images/chamber-of-insight.jpg');
}

.img5 {
  background-image: url('../images/arcane-emporium.jpg');
}

.img6 {
  background-image: url('../images/battle-atlas.jpg');
}

.img7 {
  background-image: url('../images/realmshapers-bench.jpg');
}

.scroll-bar {
  width: 100%;
  height: 80px;
  border-top: 5px solid #daa520;
  border-bottom: 5px solid #daa520;
  background-color: #2c2c2c;
  color: #f4e4bc;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  font-family: 'Cinzel', serif;
  position: relative;
  z-index: 10;
}

/* Ensure the middle text takes up remaining space and centers itself */
.scroll-text {
  flex: 1;
  text-align: center;
}

/* Optional: prevent the left <div> from collapsing */
.scroll-bar > div:first-child {
  width: 10px; /* or use flex: 0 0 50px */
}

/* Right-aligned link */
.back-to-top {
  text-align: right;
}

.scroll-bar div a {
  color: rgb(238, 135, 38);
  text-decoration: none;
}

.scroll-bar div a:hover {
  color: rgb(219, 103, 49);
  text-decoration: none;
}

.tiktok-link {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

.tiktok-link:hover {
  transform: scale(1.1) rotate(2deg);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.55);
}

.main-link {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 8px;
}

.main-link:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.55);
}

.product-card {
    width: 100%;
    max-width: 300px;
    background: #fdf8f3;
    border: 2px solid #d6c2a8;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
    font-family: 'Cinzel', serif;
    margin-left: 15px;
    margin-right: 15px;
}

.product-card:hover {
    transform: scale(1.03);
}

.product-image {
    width: 100px;
    aspect-ratio: 1 / 1;
    display: block;
    margin: 10px auto 0 auto;
    border-radius: 8px;
    border: 1px solid #ccc;
}

.product-info {
    padding: 1rem;
    text-align: center;
}

.product-title {
    font-size: 1.2rem;
    margin: 0.5rem 0;
    color: #4b2e1e;
}

.product-price {
    font-size: 1rem;
    color: #7a5c3e;
    margin-bottom: 0.5rem;
}

.product-description {
    font-size: 0.9rem;
    color: #5a4633;
    margin-bottom: 1rem;
}

.buy-button {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: #c9a86a;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.buy-button:hover {
    background: #b88c4c;
}

.tavern-header {
  text-align: center;
  margin-bottom: 2rem;
}

.tavern-header h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.tavern-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-bottom: 2rem;
  justify-content: center;
}

.tavern-card {
  flex: 1 1 300px;
  max-width: 500px;
  background: #fffaf3;
  border: 2px solid #d6c2a8;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  cursor: pointer;
}

.tavern-card:hover {
  transform: scale(1.02);
}

.tavern-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.tavern-card p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

.tavern-card a {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: #c9a86a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.tavern-card a:hover {
  background: #b88c4c;
}

.social-links a {
  display: inline-block;
  margin-right: 0.5rem;
  color: #7a5c3e;
  font-weight: bold;
  text-decoration: underline;
}

.realmshaper-bench {
  padding: 2rem;
  background-color: #f3f1ec;
  font-family: 'Cinzel', serif;
  color: #3a2c1b;
}

.bench-header {
  text-align: center;
  margin-bottom: 2rem;
}

.bench-header h2 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.bench-card {
  background: #fffdf8;
  border: 2px solid #d6c2a8;
  border-radius: 12px;
  padding: 1rem;
  box-shadow: 0 6px 12px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  width: 50%;
  margin-bottom: 15px;
}

.bench-card:hover {
  transform: scale(1.02);
}

.bench-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.bench-card p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

#chamber-insight-panel-link {
  background-image: url('../images/lore-icon.jpg');
  background-size: cover;
}

#arcane-emporium-panel-link {
  background-image: url('../images/dice-icon.jpg');
  background-size: cover;
}

#battle-atlas-panel-link {
  background-image: url('../images/map-icon.jpg');
  background-size: cover;
}

#rusty-hearth-panel-link {
  background-image: url('../images/tavern-icon.jpg');
  background-size: cover;
}

#realmshapers-bench-panel-link {
  background-image: url('../images/craft-icon.jpg');
  background-size: cover;
}

.category-div-text {
  display: none;
  font-size: 1em;
  color: white;
  font-family: 'Cinzel', serif;
  background-color: rgba(0, 0, 0, 0.55);
  padding: 5px;
  width: 100%;
}

.category-div:hover .category-div-text {
  display: block;
}



