html, body {
    margin: 0;
    padding: 0;
}

body {
    background-image: url('images/bg.jpg');
    background-repeat: repeat;
    font-family: 'Lora', serif;
    font-weight: 400 !important;
    text-align: center;
    font-size: 14px;
    color: #6f5646;
    overflow-x: hidden;
    background-color: #f3eadb;
}

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

h1 {
    display:inline-block;
    padding:14px 34px;
    margin:60px auto 30px;
    font-size:24px;
    letter-spacing:6px;
    text-transform:uppercase;
    color:#5a4328;
    background:linear-gradient(145deg,#fbf7ef,#efe3cf);
    border:1px solid rgba(160,130,90,0.25);
    border-radius:10px;
    box-shadow:0 10px 25px rgba(60,45,30,0.12);
    text-shadow:0 1px 0 rgba(255,255,255,0.6);
}

.content {
    width: 60%;
    margin: -140px auto;
    padding: 0 20px;
    text-align: justify;
    color: #6f5646;
    line-height: 1.7;
}

.contentx {
    background: linear-gradient(145deg, #fdfaf4, #f6f0e4, #efe6d6);
    padding: 40px;
    margin-top: 200px;
    border-radius: 20px;
    font-size: 18px;
    opacity: 0.7;
    color: #5f5646;
    box-shadow: 0 12px 35px rgba(60, 45, 30, 0.10);
    border: 1px solid rgba(160, 135, 100, 0.15);
}

blockquote {
    font-size: 18px;
    font-style: italic;
    padding: 30px 40px;
    margin: 40px auto;
    width: 70%;
    max-width: 700px;
    color: #6b5d46;
    background: linear-gradient(135deg, #f6f0e6, #e7dcc8);
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(80, 60, 40, 0.15);
    border: 1px solid rgba(160, 130, 90, 0.25);
}

#navigation {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    max-width: 1100px;
    padding: 36px;
    background: linear-gradient(145deg, #f2eadc, #e6dccb);
    backdrop-filter: blur(10px);
    border-radius: 26px;
    border: 1px solid rgba(169, 138, 90, 0.35);
    box-shadow: 0 14px 40px rgba(90, 70, 50, 0.2), inset 0 0 18px rgba(169, 138, 90, 0.08);
    text-align: center;
    z-index: 9999;
    overflow: hidden;
}

#navigation::before,
#navigation::after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #b89a6a, #f7f1e3, #b89a6a, transparent);
    opacity: 0.8;
}

#navigation::before {
    top: 10px;
}

#navigation::after {
    bottom: 10px;
}

#navigation a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.6px;
    text-transform: uppercase;
    color: #6a4e2a;
    padding: 12px 18px;
    margin: 0 6px;
    border-radius: 14px;
    background: transparent;
    transition: all 0.35s ease; 
    -webkit-text-fill-color: initial !important;
    -webkit-background-clip: initial !important;
    background: transparent !important;
    color: #6a4e2a !important;
    opacity: 1 !important;
    visibility: visible !important;}

#navigation a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 6px;
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: linear-gradient(90deg, #b89a6a, #f7f1e3, #b89a6a);
    transition: width 0.35s ease;
}

#navigation a:hover {
    color: #4a3420;
    transform: translateY(-2px);
    background: rgba(255, 252, 245, 0.35);
}

#navigation a:hover::after {
    width: 70%;
}

#navigation a.active {
    color: #3a2816;
    font-weight: 600;
}

#navigation a.active::after {
    width: 85%;
}

#footer {
    margin-top: 180px;
    padding: 160px 30px 60px;
    background: linear-gradient(180deg, #f6f0e4, #e9ddc8, #dccbb0);
    color: #5f5646;
    text-align: center;
    border-top-left-radius: 100% 180px;
    border-top-right-radius: 100% 180px;
    position: relative;opaicty:.7;
}

#footer::after {
    content: "";
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    width: 220px;
    height: 2px;
    background: linear-gradient(90deg, transparent, #c9a97a, #f3eadb, #c9a97a, transparent);
}

#footer p,
#footer span,
#footer div {
    color: #6a5f4d;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.3px;
}

#footer a {
    color: #a78955;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1.5px;
    position: relative;
}

#footer a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0%;
    height: 1px;
    background: linear-gradient(90deg, #c9a97a, #f3eadb);
    transition: width 0.3s ease;
}

#footer a:hover {
    color: #6a4e2a;
}

#footer a:hover::after {
    width: 100%;
}

#footer strong a {
    color: #7a5a33;
    font-weight: 600;
}

.content a,
.content b,
.content i {
    font-family: 'Lora', serif;
    text-decoration: none;
    cursor: pointer;
    background: linear-gradient(135deg, #b89a6a, #e7dcc8, #8b6f3e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content a:hover,
.content b:hover,
.content i:hover {
    filter: brightness(1.2);
    text-shadow: 0 0 8px rgba(184, 154, 106, 0.35);
}