
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: 'Times New Roman', Times, serif;
  overflow-x: hidden;
  background-color: #f5f2e9;
  color: #333;
}

canvas#coins {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

header.goldmap_x1 {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
main {
  position: relative;
  z-index: 10;
  padding: 20px;
}
.logo {
  font-size: 2em;
  color: #b8860b;
  font-weight: bold;
}

nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.burger {
  display: none;
  flex-direction: row;
  cursor: pointer;
  background: none;
  border: none;
}

.burger span {
  font-weight: bold;
  color: #b8860b;
  font-size: 1.2em;
}

ul.menu_treasure {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

ul.menu_treasure li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

ul.menu_treasure li a:hover {
  color: #b8860b;
}

@media (max-width: 768px) {
  .burger {
    display: flex;
  }

  ul.menu_treasure {
    display: none;
    flex-direction: column;
    background-color: #fff;
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  }

  ul.menu_treasure.visible {
    display: flex;
    position: relative;
  }
}
h1, h2, h3 {
  background: gold;
  padding-left: 10px;
}
.treasureblock4 {
  background: url('old-map-bg.png') no-repeat center center;
  padding: 50px;
}
.pickaxegrid .accordion-item {
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
}
footer {
  background-color: #deb887;
  text-align: center;
  padding: 20px;
}
footer .icons img {
  width: 30px;
  margin: 0 5px;
}



.side-side {
  float: right;
  margin: 10px 50px 10px 15px;
  width: 200px;
}

