html, body {
    height: 100%;
    margin: 0;
    background: #D9D9D9;
    color: #e8e0dc; font-size: 18px;
}

@import url('https://fonts.googleapis.com/css2?family=Lora&family=Cinzel+Decorative&family=Merriweather&family=Spectral&display=swap');

#navigation {
    width: 60%;
    margin-top: -40px;
    padding: 30px 10px;
     background: linear-gradient(145deg, #1a2a1a, #2e4a2e);
    box-shadow: 
      0 12px 30px rgba(20, 40, 20, 0.9), 
      inset 0 -8px 15px rgba(40, 80, 40, 0.7);
    border-top: 8px solid #4a7b4a; 
    opacity: 0.85;
    border-radius: 0 0 20px 20px;
    text-align: center;
    font-family: 'Cinzel Decorative', serif !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    z-index: 2;
    backdrop-filter: blur(5px);
    overflow: visible;
}

#navigation::before,
#navigation::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0.3;
    z-index: 1;
}

#navigation a::before {
    content: '⚡'; 
    font-size: 18px;
    margin-right: 6px;
    color: #7fbf4a;
    text-shadow: 0 0 5px #9fdb6f, 0 0 10px #7fbf4a;
    position: relative;
    top: 1px;
    transition: color 0.3s ease;
}

#navigation a:hover::before {
    color: #d1f466;
    text-shadow: 0 0 10px #d1f466, 0 0 20px #a6d830;
}

#navigation::after {
    width: 140px;
    height: 140px;
    background: #738a56;
    bottom: 30px;
    right: -70px;
}

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

h1 {
    font-family: 'Cinzel Decorative', serif !important;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 30px;
    padding-bottom: 14px;
    position: relative;
    color: #d4e8d2;
    text-shadow:
        0 0 6px rgba(180, 220, 180, 0.7),
        1px 1px 3px rgba(40, 70, 40, 0.4);
    border-bottom: 4px double rgba(150, 210, 150, 0.5);
}
h1::after {
    content: "";
    font-size: 23px;
    position: absolute;
    bottom: -10px;
    left: 0;
    color: #b6d1b0;
    text-shadow: 0 0 10px #aaddaa;
}

a:link,
a:visited {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-weight: 600;
    letter-spacing: 0.8px;
    position: relative;
    display: inline-block;
    transition: all 0.4s ease;
}

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

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

a:hover {
    color: #92B484;
    text-shadow: 0 0 6px rgba(60, 120, 80, 0.4);
}


blockquote {
    font-family: 'Lora', serif;
    font-size: 26px;
    color: #e6f0e6;
 background: linear-gradient(135deg, #608A4E, #416732);
    padding: 35px 50px;
    margin: 50px auto;
    border-left: 10px double #6a9a5d;
    border-radius: 18px;
    box-shadow:
        0 12px 25px rgba(100, 160, 90, 0.15),
        0 0 12px rgba(130, 190, 110, 0.2);
    max-width: 800px;
    position: relative;
    line-height: 1.9;
    text-shadow: 0 0 3px rgba(150, 200, 150, 0.3);
}

blockquote::before {
    content: '🐍';
    position: absolute;
    top: -10px;
    left: 20px;
    font-size: 42px;
    color: #5f8951;
    opacity: 0.15;
    text-shadow: 0 0 16px #b4d5a7;
}
textarea,
input,
select {
    width: 100%;
    max-width: 600px;
    padding: 14px 18px;
    margin: 12px 0;
    font-family: 'Spectral', serif;
    font-size: 17px;
    color: #1f3d2d;
    background: linear-gradient(145deg, #eaf5ec, #d8eadd);
    border: 2px solid #5cae84;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(60, 100, 70, 0.05), 0 0 6px rgba(60, 100, 70, 0.15);
    transition: all 0.3s ease;
    caret-color: #4a7a5d;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #6dbf97;
    background-color: #f4fcf6;
    box-shadow:
        0 0 15px rgba(90, 160, 120, 0.4),
        inset 0 0 4px rgba(80, 140, 100, 0.1),
        0 0 30px rgba(80, 140, 100, 0.08);
    color: #153526;
}

#content {
 margin: -70px auto 100px auto;
    width: 67%;
    padding-bottom: 80px;
    position: relative;z-index: 1;
}

.contentx {
    padding: 30px;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 500;
    color: #c4d1c0;
    line-height: 1.8;    text-align: justify;
    letter-spacing: 1.4px;
    opacity: 0.95;
    background: linear-gradient(135deg, #2a3b2a 80%, #415a3d 100%);
    border-radius: 24px;
    border: 1px solid rgba(55, 85, 45, 0.8);
    box-shadow:
        0 6px 25px rgba(30, 55, 25, 0.8),
        inset 0 0 15px rgba(50, 90, 40, 0.6);
    position: relative;
    z-index: 1;
}

#footer {
    clip-path: ellipse(75% 100% at 50% 100%);
    padding-top: 70px; 
    background: linear-gradient(135deg, #121a12, #223322, #344d34);
    border-top: 4px solid #4a7b4a;
    box-shadow:
        inset 0 0 20px rgba(50, 90, 50, 0.7),
        0 -8px 30px rgba(30, 60, 30, 0.8);
    color: #a9c9a9;
    font-family: 'Cinzel Decorative', serif;
    text-align: center;
    font-size: 18px;
    letter-spacing: 1.2px;
    position: relative;
    overflow: hidden;
}
