#header {
    background-image: url('images/head.jpg'), url('images/bg1.jpg');
    background-repeat: no-repeat, repeat;
    background-position: center;
    height: 561px;
    width: 100%;
    position: relative;
    z-index: 0;top:0px;
}

@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-image: url('images/bg.jpg');
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: 'Libre Baskerville', serif;
    color: #1c1c1c;
}

#navigation {
    width: 100%;
    padding: 20px 0;
    background: linear-gradient(145deg, #1a0000, #330000);
    box-shadow: 0 4px 20px rgba(102, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
}

#navigation::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, transparent, #8b5e3c, transparent);
}

#navigation a {
    font-family: 'Lora', serif;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #ff8b5e;
    background: linear-gradient(90deg, #ff8b5e, #ff4c4c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    position: relative;
    padding: 8px 16px;
    transition: all 0.3s ease;
}

#navigation a::before,
#navigation a::after {
    content: "❦";
    color: rgba(255, 140, 94, 0.4);
    margin: 0 6px;
}

#navigation a:hover {
    color: #fff;
}

#navigation a::after-underline {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ff8b5e, transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

#navigation a:hover::after-underline {
    transform: scaleX(1);
}

#content {
    width: 70%;
    margin: 20px auto;
    position: relative;
}

#content::before,
#content::after {
    font-family: 'Cinzel Decorative', serif;
    color: rgba(139, 94, 60, 0.25);
    font-size: 14px;
    position: absolute;
    top: 20px;
    bottom: 20px;
    white-space: pre-line;
}

#content::before {
    left: 10px;
    content: "❦\A|\A❦\A|\A❦\A|\A❦\A|\A❦";
}

#content::after {
    right: 10px;
    content: "❦\A|\A❦\A|\A❦\A|\A❦\A|\A❦";
}

.contentx {
    text-align: justify;
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 1px;
    color: #4b3621;
    padding: 0 40px;
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 22px;
    color: #4b3621;
    padding: 40px 50px;
    margin: 60px auto;
    border-left: 3px solid #8b5e3c;
    max-width: 900px;
    position: relative;
    line-height: 1.8;
    text-align: justify;
    background: linear-gradient(to right, rgba(139, 94, 60, 0.08), transparent);
}

blockquote::before {
    content: "❝";
    position: absolute;
    left: 12px;
    top: 10px;
    font-size: 40px;
    color: rgba(139, 94, 60, 0.2);
}

h1 {
    font-family: 'UnifrakturCook', cursive;
    font-size: 36px;
    color: #5b3a21;
    letter-spacing: 3px;
    text-transform: uppercase;
    position: relative;
}

h1::after {
    content: "❦ ❦ ❦";
    display: block;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(139, 94, 60, 0.4);
}

a {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 19px;
    color: #8b5e3c;
    text-decoration: none;
    position: relative;
    background: linear-gradient(90deg, #8b5e3c, #a67850);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #8b5e3c, transparent);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

a:hover::after {
    transform: scaleX(1);
}

b, strong {
    font-family: 'Cinzel Decorative', serif;
    color: #6b4a2e;
    letter-spacing: 0.5px;
}


i, em {
    font-family: 'Cinzel Decorative', serif;
    font-style: italic;
    color: #8b5e3c;
}

textarea,
input,
select {
    width: 40%;
    max-width: 500px;
    padding: 14px 18px;
    margin: 16px 0;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #5b3a21;
    background: rgba(255, 240, 225, 0.4);
    border: 1.5px solid rgba(139, 94, 60, 0.4);
    border-radius: 6px;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #8b5e3c;
    background-color: rgba(255, 240, 225, 0.6);
}

#footer {
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #5b3a21;
    text-align: center;
    padding: 60px 25px 40px;
    margin-top: 80px;
}

#footer::before {
    content: "❦ ─ ❦ ─ ❦";
    display: block;
    margin-bottom: 20px;
    color: rgba(139, 94, 60, 0.3);
    letter-spacing: 6px;
}

#footer a {
    color: #8b5e3c;
    margin: 0 6px;
}

#footer a:hover {
    color: #a67850;
}

#footer::after {
    content: "─ ❦ ─ ❦ ─";
    display: block;
    margin-top: 20px;
    color: rgba(139, 94, 60, 0.2);
    letter-spacing: 6px;
}