html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #DCD9D9;
    font-family: 'Libre Baskerville', serif;
    color: #4d5c56;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

#footer {
    clear: both;
}

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

h1 {
    position: relative;
    display: inline-block;
    padding: 30px 60px;
    background: #2b1f1f; 
    color: #f7f3ed;
    font-size: 34px; opacity:0.7;
    font-family: 'Cinzel Decorative', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    border: 3px solid #a96c3a; 
    border-radius: 16px 40px 16px 40px;
    text-shadow: 2px 2px 5px #000;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.65);
}


.nav {
    background: radial-gradient(
        ellipse at center,
        rgba(90, 70, 70, 0.5),
        rgba(40, 30, 30, 0.4)
    );
    padding: 30px 60px;
    border-radius: 60px 20px 60px 20px / 30px 60px 30px 60px;
    display: flex;
    gap: 30px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35),
                inset 0 0 10px rgba(255, 140, 0, 0.1);
    backdrop-filter: blur(8px);
    margin: -90px auto 0 auto;
    max-width: 63%; opacity:0.7;
    border: 1px solid rgba(255, 120, 0, 0.25);
}

.nav a {
    background: linear-gradient(145deg, #f5e1d1, #e5c9b1);
    color: #5c2f1d;
    border-radius: 60px;
    padding: 12px 20px;
    font-family: 'IM Fell English', serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 5px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25),
                inset 0 0 6px rgba(255, 170, 100, 0.2);
    transition: all 0.25s ease-in-out;
    text-shadow: 1px 1px 2px rgba(255, 180, 120, 0.4);
}

.nav a:hover {
    background: linear-gradient(to right, #ffcc99, #f0a050);
    color: #2b120a;
    box-shadow: 0 8px 20px rgba(255, 100, 0, 0.35),
                inset 0 0 6px rgba(0, 0, 0, 0.15);
}


a:link, a:visited {
    color: #ff944d; 
    font-size: 24px;
    text-decoration: none;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-weight: 600;
    border-bottom: 2px solid transparent;
    position: relative;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px #2b1a1a;
}

a:hover {
    color: #ff751a;
    border-bottom: 2px solid #ff944d;
    background: linear-gradient(to right, rgba(255, 120, 0, 0.25), transparent);
    transform: translateY(-1px);
}

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

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

#content {
    width: 60%;;     
    margin: 0px auto;   
    padding: 23px;             
    justify-content: center;
    align-items: center;
}

.contentx {
    background: rgba(50, 30, 30, 0.65);
    backdrop-filter: blur(3px);
    padding: 25px;
    font-size: 15px;
    color: #e6dad0;
    line-height: 25px;
    letter-spacing: 1.5px;
    border-radius: 30px;
    opacity: 0.8;
    text-align: justify;
    font-family: 'Libre Baskerville', serif;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
}


blockquote {
    font-family: 'Georgia', serif;
    font-size: 22px;
    color: #f3e2d5;
    background: linear-gradient(135deg, rgba(70,50,50,0.85), rgba(50,30,30,0.9));
    padding: 40px;
    margin: 60px auto;
    border-left: 5px solid #ff944d;
    border-radius: 25px;
    max-width: 860px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
    line-height: 1.8;
    letter-spacing: 0.5px;
    position: relative;
}

blockquote::before, blockquote::after {
    font-size: 60px;
    color: #ff751a;
    opacity: 0.3;
}

textarea, input, select {
  background: linear-gradient(135deg, rgba(60, 40, 40, 0.85), rgba(40, 25, 25, 0.75));
  border-radius: 50px 15px 50px 15px / 25px 45px 25px 45px;
  padding: 15px 25px;
  font-family: 'IM Fell English', serif;
  font-size: 18px;
  color: #f6e3d4;
  border: 1px solid rgba(255, 120, 0, 0.3);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.45),
              inset 0 0 10px rgba(255, 150, 50, 0.1);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease-in-out;
  outline: none;
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}

textarea:focus, input:focus, select:focus {
  border-color: #ff944d;
  box-shadow: 0 12px 30px rgba(255, 100, 0, 0.4),
              inset 0 0 15px rgba(255, 150, 50, 0.15);
  background: linear-gradient(145deg, #3b1d0d, #502b15);
  color: #ffeedd;
}

textarea::placeholder, input::placeholder, select::placeholder {
  color: #d6b8a0;
  opacity: 1;
}


i, em {
    color: #ff944d;
    font-style: italic;
    font-family: 'Georgia', serif;
    background: linear-gradient(to right, #3b2a2a, #2b1a1a);
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(255, 120, 0, 0.2);
}

b, strong {
    color: #fff5e6;
    font-weight: 800;
    font-family: 'Cinzel', serif;
    background-color: #7a3e1d;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 8px rgba(255, 140, 0, 0.3),
                inset 0 0 6px rgba(0, 0, 0, 0.2);
}