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

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

#header {
    background-image: url('images/head.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 614px;
    width: 100%;
    margin-top: 0; 
    position: relative;
    z-index: 0; 
}

a:link, a:visited {
    color: #7db0ec;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease, text-shadow 0.3s ease;
    text-shadow: 0 0 6px rgba(125, 176, 236, 0.4);
}

a:hover, a:focus {
    color: #a3d4f7;
    text-decoration: underline;
    text-shadow:
        0 0 10px #8ac5ff,
        0 0 18px #a6dbff,
        0 0 25px #8ac5ff;
    cursor: pointer;
}

a:active {
    color: #5591d1;
    text-shadow: none;
    transform: scale(0.98);
    transition: color 0.15s ease;
}


b {
    color: #f0faff;
    font-weight: 700;
    text-shadow:
        0 0 6px rgba(200, 230, 255, 0.4),
        0 0 12px rgba(80, 160, 255, 0.5);
    background: rgba(10, 20, 40, 0.7);
    padding: 2px 6px;
    border-radius: 4px;
}

i {
    color: #cce9ff;
    font-style: italic;
    text-shadow:
        0 0 4px rgba(140, 190, 255, 0.3),
        1px 1px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Lora', serif;
    font-size: 95%;
}

h1 {
    font-family: 'Cinzel Decorative', serif !important;
    font-weight: 400;
    font-size: 42px;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-align: center;
    margin: 30px auto 30px;
    padding: 25px 40px;
    max-width: 400px;     
    background: linear-gradient(135deg, #1a2a6c, #27408b, #1b3b6b);
    color: #c8d8ff;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(26, 42, 108, 0.6);
    user-select: none;
    position: relative;
}

h1::before,
h1::after {
    content: '✧';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    color: #7a8fcf99;
    opacity: 0.6;
}

h1::before {
    left: 12px;
}

h1::after {
    right: 12px;
}

#navigation {
    width: 40%;
    margin: 0 auto 40px;
     padding: 70px 0;
    background: linear-gradient(135deg, #1a2a6c, #27408b, #1b3b6b);
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(26, 42, 108, 0.6);
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
    font-family: 'Cinzel Decorative', serif !important;
    font-weight: 400;
    opacity: 0.9;
    user-select: none;
    position: relative;
}

#navigation a {
    color: #c8d8ff;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 16px;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
    position: relative;
    box-shadow: 0 2px 6px rgba(40, 60, 120, 0.3);
}

#navigation a:hover {
    background-color: rgba(58, 110, 232, 0.8);
    color: #e6f0ff;
    box-shadow: 0 4px 12px rgba(58, 110, 232, 0.7);
    cursor: pointer;
}

#navigation a:focus {
    outline: none;
    box-shadow: 0 0 10px 3px rgba(58, 110, 232, 0.8);
}

.footer {
    opacity: 0.4;
    background: radial-gradient(circle at top, #0d1a14, #0a120f, #050a07);
    border-top: 10px double #4d7760;
    padding: 40px 20px 30px;
    color: #c0e9d2;
    font-family: 'Cinzel Decorative', serif;
    position: relative;
    clip-path: ellipse(100% 100% at 50% 120%);
    box-shadow:
        inset 0 6px 12px rgba(40, 90, 70, 0.1),
        0 -4px 15px rgba(0, 50, 30, 0.3);
    z-index: 5;
}

.footer-inner {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
}

.footer h2 {
    font-size: 18px;
    letter-spacing: 2px;
    color: #9fcdad;
    text-shadow: 0 0 6px rgba(100, 220, 150, 0.15);
    margin-bottom: 10px;
}

.footer p {
    font-size: 13px;
    line-height: 1.5;
    color: #b7e6ca;
    margin-bottom: 15px;
    text-shadow: 0 0 3px rgba(80, 160, 110, 0.06);
}

.footer a {
    font-size: 13px;
    padding: 8px 14px;
    border: 2px solid #6ea97c;
    background: rgba(40, 80, 60, 0.1);
    box-shadow: 0 0 8px rgba(80, 170, 120, 0.1);
}

.footer a:hover {
    background: #27633f;
    color: #d9f9e6;
    border-color: #a1f2bc;
    box-shadow: 0 0 12px rgba(130, 255, 180, 0.3);
}

blockquote {
    font-family: 'Lora', serif;
    font-size: 26px;
    color: #dceeff;
    background: linear-gradient(135deg, #1c2b3a, #2c3f54);
    padding: 30px 40px;
    margin: 40px auto;
    border-left: 8px solid #6faedf;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(20, 50, 80, 0.15), 0 0 10px rgba(20, 60, 90, 0.07);
    max-width: 800px;
    position: relative;
    line-height: 1.8;
    text-shadow: 0 0 3px rgba(80, 120, 150, 0.2);
}

blockquote::before {
    content: '❅';
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 40px;
    color: #b9dcff;
    text-shadow: 0 0 12px #7db0ec;
    opacity: 0.15;
}

textarea,
input,
select {
    width: 100%;
    max-width: 600px;
    padding: 14px 18px;
    margin: 12px 0;
    font-family: 'Spectral', serif;
    font-size: 17px;
    color: #e5f6ff;
    background: linear-gradient(145deg, #1c2d3d, #2c435a);
    border: 2px solid #7fb6df;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(20, 40, 60, 0.05), 0 0 6px rgba(20, 40, 60, 0.15);
    transition: all 0.3s ease;
    caret-color: #9ed6ff;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #c1eaff;
    background-color: #152838;
    box-shadow:
        0 0 15px rgba(100, 180, 255, 0.4),
        inset 0 0 4px rgba(20, 40, 60, 0.1),
        0 0 30px rgba(20, 40, 60, 0.08);
    color: #f0fcff;
}

#content {
    margin: 30px auto;
    width: 60%;
    position: relative;
    padding-bottom: 80px;
}

.contentx {
    padding-bottom: 70px;
    margin: 0 0 130px;
    padding: 25px;
    font-size: 18px;
    font-family: 'Lora', serif;
    font-weight: 500;
    text-align: justify;
    color: #d8f2e6;
    line-height: 35px;
    letter-spacing: 1.5px;
    border-radius: 30px;
    background: linear-gradient(180deg, #0a1f4d 0%, #3b6eba 100%);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(60, 120, 90, 0.1);
    opacity: 0.85;
    box-shadow: 0 4px 20px rgba(10, 40, 20, 0.15);
}