@import url('https://fonts.googleapis.com/css2?family=Lora:wght@400;600;700&display=swap');

html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #E5E5E5;
}

#navigation {
    position: relative;
    width: 92%;
    margin-top: 10px;
    padding: 30px 10px;
    background: linear-gradient(to bottom, #89AE79, #C4DABA);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 0 40px rgba(197, 162, 120, 0.4);
    text-align: center;
    font-family: 'Cinzel Decorative', serif;
    opacity: 0.62;
    border-bottom: 6px solid #627F81;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    border-top: 3px dashed #58734D;
}

#navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Cinzel Decorative', serif;
    color: #3E5036;
    background: #f5ebd5;
    border: 2px solid #c9aa7a;
    clip-path: polygon(0 0, 100% 10%, 95% 100%, 5% 90%);
    text-decoration: none !important;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 0 8px rgba(250, 225, 190, 0.3);
}

#navigation a:hover {
    background: #7CA36C;
    color: #CCE1C3;
    box-shadow: 0 0 16px rgba(200, 160, 110, 0.5);
    transform: translateY(-4px);
}

#navigation a:active {
    transform: scale(0.96);
    background-color: #5E7B52;
    box-shadow: inset 0 0 10px rgba(180, 150, 100, 0.4);
}

#navigation a::before {
    font-size: 18px;
    margin-right: 8px;
    transition: transform 0.3s ease;
    color: #7FAB6D;
}

a:link,
a:visited {
    color: #78A466;
    font-size: 19px;
    text-decoration: none;
    font-family: 'Lora', 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 #B4D7A6;
}

a:hover {
    color: #598447;
    border-bottom: 2px solid #598447;
    background: linear-gradient(to right, rgba(240, 210, 160, 0.3), transparent);
    transform: translateY(-1px);
}


a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

i, em {
    color: #598447;
    font-style: italic;
    font-family: 'Lora', serif;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #88BA73, #B1D3A3);
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(200, 170, 120, 0.2);
    transition: all 0.3s ease;
}

i:hover, em:hover {
    background: linear-gradient(to right, #B1D3A3, #85B073);
    color: #2c1f12;
}

b, strong {
    color: #85B073;
    font-weight: 800;
    font-family: 'Lora', serif;
    background-color: #BEBEBE;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 6px rgba(220, 190, 140, 0.2),
                inset 0 0 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

b:hover, strong:hover {
    background-color: #A0CF8D;
    color: #79966D;
}

#content {
    margin: -60px auto;margin-bottom:100px;
    position: relative;
    width: 70%;
}

.contentx {
    margin: 0 0 50px 0;
    padding: 25px;
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 500 !important;
    text-align: justify;
    color: #202020;
    line-height: 25px;
    letter-spacing: 2px;
    border-radius: 30px;
    opacity: 0.8;
    backdrop-filter: blur(3px);
}

blockquote {
    font-family: 'Lora', serif;
    font-size: 22px;
    color: #5b432c;
    background: linear-gradient(145deg, #98C386, #CEEAC3);
    padding: 40px 50px;
    margin: 40px auto;
    border-left: 10px double #648755;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(220, 190, 140, 0.3), 0 8px 20px rgba(0, 0, 0, 0.1);
    max-width: 860px;
    position: relative;
    line-height: 1.9;
    letter-spacing: 0.6px;
}

blockquote::before,
blockquote::after {
    font-size: 60px;
    color: #86BD70;
    position: absolute;
    opacity: 0.4;
}

blockquote::before {
    top: 10px;
    left: 20px;
}

blockquote::after {
    bottom: 10px;
    right: 20px;
}

textarea,
input,
select {
    width: 40%;
    max-width: 600px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'Lora', serif;
    font-size: 18px;
    color: #618153;
    background: linear-gradient(145deg, #9FCF8B, #92AD86);
    border: 2px solid #618153;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
    caret-color: #a0764f;
}

textarea:focus,
input,
select {
    outline: none;
    border-color: #618153;
    background-color: #A2C294;
}

h1 {
    position: relative;
    display: block;
    padding: 30px 60px;
    background: transparent;
    font-size: 27px;
    font-family: 'Cinzel Decorative', serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    clip-path: polygon(10% 0, 90% 0, 100% 100%, 0% 100%);
    color: transparent;
    background-image: linear-gradient(to right, #A2C294, #B8D8AB);
    -webkit-background-clip: text;
    background-clip: text;
    text-shadow: none;
    z-index: 1;
}

h1::after {
    content: '';
    position: absolute;
    left: 10%;
    bottom: -12px;
    width: 80%;
    height: 6px;
    background: linear-gradient(to right, #f5d5a0, #b88d4b);
    border-radius: 3px;
}


#footer {
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #709063;
    text-align: center;
    padding: 60px 20px 35px;
    margin-top: 60px;
    opacity: 0.9;
    letter-spacing: 0.7px;
    line-height: 1.4;
    background: linear-gradient(to top, #9CBA90, B9D4AF);
}

#footer a {
    color: #526A48;
    text-decoration: none;
    border-bottom: 1px dashed #526A48;
    transition: all 0.3s ease;
}

#footer a:hover {
    color: #6A905A;
    border-bottom: 1px solid #6A905A;
    text-shadow: 0 0 8px rgba(230, 200, 160, 0.3);
}


#header {
    background-image: url('img/head.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 591px;
    width: 100%;
    margin-top: -5px;
}