#header {
    background-image: url('images/header.jpg'),url('images/bg1.jpg');
    background-repeat: no-repeat, repeat;
    background-position: center;
    height: 735px;
    width: 100%;
    position: relative;
    z-index: 0;
}

@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/bg2.jpg');
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: 'Libre Baskerville', serif;
    color: #1c1c1c;
}

#navigation {
    width: 100%;opacity:0.7;
    margin-top: -70px;
    padding: 20px 0;
    border: none;
    border-radius: 0;
    font-family: 'Lora', serif;
    display: flex;
    justify-content: center;
    gap: 40px;
    position: relative;
}

#navigation a {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    color: #4b3621 !important; 
    background: rgba(255, 255, 255, 0.65) !important; 
    border: 1px solid rgba(139, 94, 60, 0.15); 
    border-radius: 6px;
    text-decoration: none;
    position: relative;
    padding: 20px 44px; 
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    display: inline-block; 
    box-sizing: border-box;
    -webkit-background-clip: border-box !important;
    -webkit-text-fill-color: initial !important;
    box-shadow: 0 4px 12px rgba(90, 60, 30, 0.04); 
}

#navigation a:hover {
    color: #8b5e3c !important;
    background: rgba(255, 255, 255, 0.9) !important;
    border-color: rgba(139, 94, 60, 0.35);
    transform: translateY(-2px); 
    box-shadow: 0 6px 16px rgba(90, 60, 30, 0.08);
}


#content {
    margin-top: 20px;
    padding-bottom: 10px;
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.contentx {
    text-align: justify;
    opacity: 0.85;
    margin-bottom: 60px;
    font-size: 19px;
    line-height: 1.75;
    letter-spacing: 1.1px;
    border-radius: 12px;
    background: none;
    box-shadow: none;
    color: #4b3621;
    position: relative;
    margin-top: 20px;
    padding: 0 40px;
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 22px;
    color: #4b3621;
    background: none;
    padding: 40px 50px;
    margin: 60px auto;
    border-left: 4px solid #8b5e3c;
    border-radius: 0;
    box-shadow: none;
    max-width: 900px;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.8px;
    text-align: justify;
}

blockquote::before,
blockquote::after {
    content: "";
}

blockquote:hover {
    box-shadow: none;
}

h1 {
    display: block;
    width: fit-content;
    margin: 40px auto 30px auto;
    padding: 0 25px;
    font-family: 'Cinzel Decorative', serif; 
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(135deg, #4b3621 0%, #8b5e3c 50%, #d4af37 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 2px 15px rgba(212, 175, 55, 0.15);
    border: none;
    box-shadow: none;
    position: relative;
    letter-spacing: 5px;
    text-align: center;
}

a {
    font-family: 'Lora', serif;
    font-weight: 600;padding:4px;
    font-size: 19px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    background: linear-gradient(90deg, #8b5e3c, #a67850);
    transition: all 0.3s ease;
}

a:hover {
    color: #ffffff;
}

a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

b, strong {
    font-family: 'Cinzel Decorative', serif;
    font-weight: 600;
    color: #6b4a2e; 
    padding: 1px 3px;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); 
    text-transform: none; 
    letter-spacing: 0.5px;
    position: relative;
    transition: all 0.3s ease;
}

b::before, b::after,
strong::before, strong::after {
    content: "✦";
    font-size: 10px;
    color: rgba(139, 94, 60, 0.2);
    margin: 0 1px;
    vertical-align: middle;
    transition: all 0.3s ease;
}

b:hover, strong:hover {
    background: linear-gradient(145deg, rgba(167, 120, 80, 0.35), rgba(139, 94, 60, 0.25));
    color: #5b3a21;
}

b:hover::before, b:hover::after,
strong:hover::before, strong:hover::after {
    transform: scale(1.2);
    color: rgba(139, 94, 60, 0.4);
}

i, em {
    font-family: 'Cinzel Decorative', serif;
    font-style: italic;
    color: #8b5e3c;
    padding: 2px 5px;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
    position: relative;
}

i::before, i::after,
em::before, em::after {
    content: "✶"; 
    font-size: 10px;
    color: rgba(139, 94, 60, 0.3);
    margin: 0 2px;
    transition: all 0.3s ease;
}

i:hover, em:hover {
    background: linear-gradient(145deg, #d1a87f, #c79c72);
    color: #fff8f0;
}

i:hover::before, i:hover::after,
em:hover::before, em:hover::after {
    transform: scale(1.3);
    color: #fff;
}

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;
    box-shadow: inset 0 1px 6px rgba(139, 94, 60, 0.1);
    transition: all 0.3s ease;
    caret-color: #8b5e3c;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #8b5e3c;
    background-color: rgba(255, 240, 225, 0.6);
    box-shadow: inset 0 2px 8px rgba(139, 94, 60, 0.15);
}

#footer {
    position: relative;
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #5b3a21;
    text-align: center;
    padding: 60px 25px 40px;
    margin-top: 80px;
    background: none;
}


#footer p,
#footer a {
    position: relative;
    display: inline-block;
    margin: 0 8px;
    font-family: 'Lora', serif;
    color: #61524C;
}

#footer a:hover {
    color: #a67850;
}

#footer a:link,
#footer a:visited {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff; 
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}


#footer a:hover {
    color: #ffffff;
}
