html, body {
    height: 100%;
    margin: 0;
}

body {
    background-image: url(images/easterbg.jpg);
    background-repeat: repeat;
    color: #FFFFFF;
}

#navigation {
    position: relative;opacity:0.7;
    width: 60%;
    margin: -150px auto 0;
    padding: 20px 30px;
    background: rgba(120, 80, 160, 0.55);
    border-radius: 40px;
    box-shadow: 0 8px 30px rgba(80, 40, 120, 0.3);
    backdrop-filter: blur(12px) saturate(1.4);
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-family: 'Cinzel Decorative', serif;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#navigation:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(80, 40, 120, 0.4);
}

#navigation a {
    padding: 12px 28px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFFFF;
    border-radius: 30px;
    background: rgba(180, 150, 220, 0.4);
    border: 1px solid rgba(160, 120, 200, 0.3);
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(140, 100, 180, 0.25);
    transition: all 0.25s ease;  text-decoration: none;
    border-bottom: none;
}

#navigation a:hover {
    background: rgba(220, 200, 240, 0.6);
    color: #FFFFFF;text-decoration: none;
    border-bottom: none;
    box-shadow: 0 4px 12px rgba(180, 150, 220, 0.3);
    transform: translateY(-2px);
}

#header {
    background-image: url('images/easter.jpg'), url('images/easterbg1.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: center; 
    height: 882px;
    width: 100%;
    margin-top: -4px;
}

a:link,
a:visited {text-decoration: none;
    border-bottom: none;
    color: #E0D7FF;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Alumni Sans Pinstripe', sans-serif;
    font-weight: 600;
    position: relative;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

a:hover {text-decoration: none;
    border-bottom: none;
    color: #FFFFFF;
    text-shadow: 0 0 6px rgba(230, 200, 255, 0.4);
}

a:active {
    color: #D8C0FF;
    transform: scale(0.96);
    text-shadow: 0 0 8px rgba(230, 200, 255, 0.3);
}

i, em {
    color: #DAB6FF;
    font-style: italic;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #EDE6FF, #F5EEFF);
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(200, 180, 220, 0.2);
}

b, strong {
    color: #C199FF;
    font-weight: 800;
    font-family: 'Cinzel', serif;
    background-color: #EBDFFF;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 6px rgba(200, 180, 220, 0.2),
                inset 0 0 6px rgba(230, 210, 240, 0.4);
}

#content {
    margin: -40px auto;
    position: relative;
    width: 70%;
}

.contentx {
    margin: 0 0 50px 0;
    padding: 25px;
    font-size: 16px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 500 !important;
    text-align: justify;
    color: #EDE6FF;
    line-height: 25px;
    letter-spacing: 1.2px;
    border-radius: 30px;
    opacity: 0.7;
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 18px;
    color: #E0D7FF;
    padding: 30px 35px;
    margin: 50px auto;
    max-width: 720px;
    line-height: 1.8;
    letter-spacing: 0.4px;
    backdrop-filter: blur(2px);
    border: 2px solid rgba(180, 150, 220, 0.3);
    border-radius: 30px;
    background:
        radial-gradient(circle, rgba(200, 180, 220, 0.1) 1px, transparent 1px),
        repeating-linear-gradient(
            45deg,
            rgba(220, 200, 240, 0.15),
            rgba(220, 200, 240, 0.15) 10px,
            transparent 10px,
            transparent 20px
        ),
        linear-gradient(to bottom, #3A1B4D, #4B2B66);
    background-size: 10px 10px, auto, auto;
    box-shadow:
        0 0 12px rgba(200, 180, 220, 0.2),
        inset 0 0 6px rgba(200, 180, 220, 0.15);
}

blockquote::before {
    content: "❝";
    top: -6px;
    left: 18px;
    color: rgba(220, 180, 240, 0.5);
    position: absolute;
    font-size: 36px;
}

blockquote::after {
    content: "❞";
    bottom: -6px;
    right: 18px;
    color: rgba(220, 180, 240, 0.5);
    position: absolute;
    font-size: 36px;
}

textarea,
input,
select {
    width: 40%;
    max-width: 600px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'Tahoma', sans-serif;
    font-size: 18px;
    color: #4B2B66;
    background: linear-gradient(145deg, #E8DFFF, #DCC3FF);
    border: 2px solid rgba(180, 150, 220, 0.4);
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(200, 180, 220, 0.7);
    transition: all 0.3s ease;
    caret-color: #DDAEFF;
    letter-spacing: 0.4px;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: rgba(220, 180, 240, 0.6);
    background-color: #F3E6FF;
    box-shadow: 0 0 14px rgba(220, 180, 240, 0.5), inset 0 0 6px rgba(255, 255, 255, 0.08);
}

h1 {
    font-family: 'Cinzel Decorative', serif;
    font-size: 60px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
    background: linear-gradient(120deg, rgba(180, 150, 220, 0.5), rgba(210, 180, 240, 0.4));
    padding: 20px;
    margin-bottom: 40px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(120, 80, 160, 0.25);
    text-shadow: 
        0 0 10px rgba(200, 180, 220, 0.5),
        0 2px 6px rgba(180, 140, 200, 0.3);
    transition: text-shadow 0.3s ease;
}

h1:hover {
    text-shadow:
        0 0 18px rgba(220, 200, 240, 0.7),
        0 4px 10px rgba(180, 140, 200, 0.4);
}

#footer {
    font-family: 'Cinzel Decorative', serif;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    padding: 60px 30px 40px;
    margin-top: 100px;
    letter-spacing: 0.8px;
    line-height: 1.6;
    position: relative;
}

#footer .ornaments {
    color: #FFFFFF;
    font-size: 22px;
    margin-bottom: 10px;
}

#footer a {
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    padding-bottom: 2px;
    font-weight: 600;
}

#footer a:hover {
    border-bottom: 1px solid #FFFFFF;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
}


.falling-eggs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 1;
}

.falling-eggs span {
    position: absolute;
    top: -10%;
    font-size: 24px;
    color: rgba(120, 220, 120, 0.5); 
    animation: eggFall linear infinite;
}


.falling-eggs span:nth-child(1)  { left: 10%; animation-duration: 8s;  animation-delay: 0s; }
.falling-eggs span:nth-child(2)  { left: 20%; animation-duration:10s;  animation-delay: 2s; }
.falling-eggs span:nth-child(3)  { left: 30%; animation-duration: 7s;  animation-delay: 1s; }
.falling-eggs span:nth-child(4)  { left: 40%; animation-duration:11s;  animation-delay: 3s; }
.falling-eggs span:nth-child(5)  { left: 50%; animation-duration: 9s;  animation-delay:.5s; }
.falling-eggs span:nth-child(6)  { left: 60%; animation-duration:12s;  animation-delay: 4s; }
.falling-eggs span:nth-child(7)  { left: 70%; animation-duration: 8s;  animation-delay:1.5s; }
.falling-eggs span:nth-child(8)  { left: 80%; animation-duration:10s;  animation-delay:2.5s; }
.falling-eggs span:nth-child(9)  { left: 90%; animation-duration: 7s;  animation-delay:.8s; }
.falling-eggs span:nth-child(10) { left: 95%; animation-duration:13s;  animation-delay:5s; }

@keyframes eggFall {
    0% {
        transform: translateY(0) translateX(0) rotate(0deg) scale(0.9);
        opacity: 0.9;
    }
    50% {
        transform: translateY(60vh) translateX(35px) rotate(180deg) scale(1.05);
    }
    100% {
        transform: translateY(120vh) translateX(-35px) rotate(360deg) scale(0.9);
        opacity: 0;
    }
}