#header {
    background-image: url('images/head.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 656px;
    width: 100%;
    margin-top: -5px;
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Libre+Baskerville&family=Noto+Sans+Runic&family=Alumni+Sans+Pinstripe&display=swap');


body {
    background: #D2D2D2;
    color: #333;
    font-family: 'Gabriela', serif;
}

#navigation {
  width: 80%;
  margin: 30px auto;
  padding: 24px 30px;
  background: linear-gradient(145deg, #fff3e0, #ffe0b3);
  border: 3px solid #ff751a;
  border-radius: 14px;
  box-shadow: 0 6px 25px rgba(255, 120, 0, 0.4);
  font-family: 'Special Elite', cursive;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
}

#navigation a {
  padding: 14px 26px;
  font-size: 22px;
  font-weight: 700;
  color: #4d1a00;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: linear-gradient(to bottom, #ff9933, #ff751a);
  border: 2px solid #cc5200;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.4);
  position: relative;
  text-shadow: 1px 1px 3px rgba(255, 255, 255, 0.6);
}

#navigation a:hover {
  background: linear-gradient(to bottom, #ffb84d, #e65c00);
  color: #fff;
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 6px 20px rgba(255, 102, 0, 0.6), 0 0 10px rgba(255, 165, 0, 0.8);
}

#navigation a::before {
  content: "🎃";
  position: absolute;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  opacity: 0.8;
}

#navigation a::after {
  content: "🕸";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  opacity: 0.7;
}

#content {
  margin-top: 20px;
  padding-bottom: 10px;
  position: relative;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.contentx {
  margin-bottom: 60px;
  padding: 35px;
  font-size: 19px;
  line-height: 1.75;
  letter-spacing: 1.1px;
  border-radius: 12px;
  background: linear-gradient(to bottom right, rgba(255, 200, 120, 0.3), rgba(255, 180, 80, 0.25));
  backdrop-filter: blur(4px);
  box-shadow: 0 0 20px rgba(255, 165, 0, 0.3);
  position: relative;
}

.contentx::before,
.contentx::after {
  content: "🕸 🕸 🕸 🕸 🕸";
  font-family: 'Cinzel Decorative', serif;
  font-size: 19px;
  color: rgba(255, 140, 0, 0.2);
  position: absolute;
  letter-spacing: 10px;
}

.contentx::before {
  top: -20px;
  left: 20px;
}

.contentx::after {
  bottom: -20px;
  right: 20px;
}

blockquote {
  font-family: 'Gabriela', serif;
  font-size: 23px;
  color: #663300;
  background: linear-gradient(145deg, #fff0e0, #ffd9b3);
  padding: 40px 50px;
  margin: 60px auto;
  border: 2px solid #ff9933;
  border-radius: 16px;
  box-shadow: 0 4px 25px rgba(255, 140, 0, 0.3);
  max-width: 900px;
  position: relative;
  line-height: 1.8;
  letter-spacing: 0.8px;
  text-align: center;
  transition: box-shadow 0.3s ease;
}

blockquote:hover {
  box-shadow: 0 6px 35px rgba(255, 120, 0, 0.4);
}

blockquote::before,
blockquote::after {
  content: "👻";
  font-size: 32px;
  color: rgba(255, 120, 0, 0.2);
  position: absolute;
  opacity: 0.3;
}

blockquote::before {
  top: 10px;
  left: 20px;
}

blockquote::after {
  bottom: 10px;
  right: 20px;
}

textarea,
input,
select {
  width: 40%;
  max-width: 500px;
  padding: 16px 20px;
  margin: 16px 0;
  font-family: 'Gabriela', sans-serif;
  font-size: 18px;
  color: #663300;
  background: linear-gradient(145deg, #fff2e0, #ffd9b3);
  border: 2px solid #ff9933;
  border-radius: 8px;
  box-shadow: inset 0 0 10px rgba(255, 165, 0, 0.2);
  transition: all 0.3s ease;
  caret-color: orange;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
  border-color: #ff751a;
  background-color: #fff8f2;
  box-shadow: 0 0 14px rgba(255, 120, 0, 0.4), inset 0 0 6px rgba(0, 0, 0, 0.05);
}

h1 {
  display: inline-block;
  padding: 24px 48px;
  font-family: 'Cinzel Decorative', serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  background: linear-gradient(145deg, #ff9933, #ff751a);
  border: 2px solid #cc5200;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(255, 102, 0, 0.5);
  text-shadow: 1px 1px 4px rgba(255, 80, 0, 0.6);
  position: relative;
  opacity: 0.96;
}

h1::before {
  content: "🕷";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}

h1::after {
  content: "🕸";
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}

a:link,
a:visited {
  color: #cc6600;
  font-size: 19px;
  text-decoration: none;
  font-family: 'Gabriela', sans-serif;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  letter-spacing: 0.8px;
  transition: all 0.3s ease;
  position: relative;
}

a:hover {
  color: #ff6600;
  border-bottom: 2px solid #ff9933;
  background: linear-gradient(to right, rgba(255, 200, 100, 0.3), transparent);
  transform: translateY(-1px);
}

a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  height: 2px;
  width: 100%;
  background: linear-gradient(to right, #ff9933, #ff6600);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

i, em {
  color: #994d00;
  font-style: italic;
  font-family: 'Gabriela', serif;
  letter-spacing: 0.5px;
  background: linear-gradient(to right, #fff2e0, #ffd9b3);
  padding: 4px 7px;
  border-radius: 4px;
  box-shadow: inset 0 0 4px rgba(255, 140, 0, 0.3);
  transition: all 0.3s ease;
}

i:hover, em:hover {
  background: linear-gradient(to right, #ffe6cc, #ffd1a3);
  color: #663300;
}

b, strong {
  color: #fff;
  font-weight: 800;
  font-family: Gabriela', serif;
  background-color: #ff6600;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 0 6px rgba(255, 140, 0, 0.4), inset 0 0 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

b:hover, strong:hover {
  background-color: #cc5200;
  color: #fff8f2;
}
