/* Global styles */
body {
  margin: 0;
  padding: 0;
  font-family: 'MedievalSharp', serif;
  background-image: url('qaj50025.jpg'); /* Replace with your background image */
  background-position: center;
  color: #000;
}

/* Header image */
.header {
  position: relative;
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
}

.header-image {
  width: 300px;
  margin-top:50px;
  margin-left:500px;
  height: auto;
  display: block;
  border:10px dashed #fff;
}

.site-title {
  position: absolute;
  top: -40px;
  left:300px;
  font-family: 'Creepster', cursive;
  font-size: 4em;
  color: #fff;
  text-shadow: 0 0 10px #0f0, 0 0 20px #ff0;
  margin: 0;
}

/* Content container */
.content-container {
  position: relative;
  top: -300px; /* Pulls the section upward so it starts ~400px from the top of header image */
  left: 150px;
  max-width: 520px;
  background-image:url('slime.png');
  background-position:top left;
  background-repeat:no-repeat;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.scroll-box h2 {
  font-family: 'Creepster', cursive;
  font-size: 1.8rem;
  margin-top: 1.5rem;
}

.scroll-box p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

/* Glowing footer bar */
.glow-bar {
  width: 100%;
  max-width: 1124px;
  height: 20px;
  margin: 2rem auto;
  background: #d6ff00;
  box-shadow: 0 0 10px #ccff00, 0 0 20px #ccff00, 0 0 30px #ccff00;
  border-radius: 5px;
}

.credit {
	background-color:#000;
	color:#fff;
	padding:6px;
	width:60%;
	margin:0 auto;
}

/* Responsive */
@media (max-width: 1200px) {
  .header {
    max-width: 89%;
  }
  
  .header-image {
  width: 300px;
  margin-top:50px;
  margin-left:350px;
  height: auto;
  display: block;
  border:10px dashed #fff;
}

  .site-title {
  font-size:4em;
  top: 50px;
  left:50px;
  }

  .content-container {
    left: 20px;
    max-width: 52%;
    top: -200px;
  }

  .glow-bar {
    max-width: 80%;
  }
}

@media (max-width: 768px) {
  .header {
    max-width: 85%;
  }
  
  .header-image {
  width: 300px;
  margin-top:50px;
  margin-left:20px;
  height: auto;
  display: block;
  border:10px dashed #fff;
}

  .site-title {
  font-size:4em;
  top: 8px;
  left:70px;
  }

  .content-container {
    left: 20px;
    max-width: 70%;
    top: -45px;
  }

  .glow-bar {
    max-width: 80%;
  }
}
