html, body {
        height: 100%;
        margin:0;
}

body {
        background-image: url('images/bg.jpg');
        background-repeat: repeat;
}

body::after {
    content: '';
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-image: radial-gradient(circle, rgba(160, 44, 75, 0.08) 1px, transparent 1px);
    background-size: 40px 40px;
    animation: mistDrift 40s linear infinite;
    z-index: 1;
    opacity: 0.77;
}

@keyframes mistDrift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 200px;
    }
}


#navigation {
    position: relative;
    width: 60%;
    margin-top: -460px;
    padding: 30px 10px;
    background: linear-gradient(to bottom, #000000, #550C0D);
    clip-path: polygon(0% 10%, 5% 0%, 95% 0%, 100% 10%, 100% 90%, 95% 100%, 5% 100%, 0% 90%);
    box-shadow: 0 0 40px rgba(120, 0, 0, 0.5);
    text-align: center;
    font-family: 'Cinzel Decorative', serif;
    opacity: 0.55;
    border-top: 8px solid #811;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
    border-bottom: 3px dashed #311;
}

#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: 'UnifrakturCook', cursive;
    color: #f5e1d0;
    background: #3a0a0a;
    border: 2px solid #7d1c1c;
    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 10px rgba(200, 30, 30, 0.4);
}

#navigation a:hover {
    background: #600;
    color: #ffece3;
    box-shadow: 0 0 20px rgba(200, 0, 0, 0.8);
    transform: translateY(-4px);
}

#navigation a:active {
    transform: scale(0.96);
    background-color: #2a0000;
    box-shadow: inset 0 0 10px rgba(255, 0, 0, 0.4);
}

#navigation a::before {
    content: "🜏";
    font-size: 18px;
    margin-right: 8px;
    transition: transform 0.3s ease;
    color: #a52a2a;
}

#header {
        background-image: url('images/head.jpg');
        background-repeat: no-repeat;
        background-position: center; 
        height:881px;
        width:100%;
        margin-top:-5px;
}

a:link,
a:visited {
    color: #cdbbb0;
    font-size: 24px;
    text-decoration: none;
    font-family: 'Alumni Sans Pinstripe', sans-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 #000;
}

a:hover {
    color: #f9e8dd;
    border-bottom: 2px solid #a5163a;
    text-shadow: 0 0 6px rgba(194, 40, 75, 0.5);
    background: linear-gradient(to right, rgba(165, 22, 58, 0.15), rgba(0, 0, 0, 0));
    background-size: 100% 2px;
    background-position: bottom;
    background-repeat: no-repeat;
    transform: translateY(-1px);
}

a:active {
    color: #f3d9c4;
    transform: scale(0.96);
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.2);
}

a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, #6c0e23, #9e1f3f);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s ease;
}

a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

i, em {
    color: #ccbdd6;
    font-style: italic;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #322730, #3c313b);
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(120, 0, 50, 0.2);
    transition: all 0.3s ease;
}

i:hover, em:hover {
    background: linear-gradient(to right, #3c313b, #4a3a46);
    color: #f0e2d8;
    text-shadow: 0 0 6px #81213b;
}

b, strong {
    color: #f5e9de;
    font-weight: 800;
    font-family: 'Cinzel', serif;
    background-color: #3b2c35;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 6px rgba(200, 20, 60, 0.2),
                inset 0 0 6px rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
}

b:hover, strong:hover {
    background-color: #5a3a48;
    color: #fff0ea;
    text-shadow: 0 0 5px #b0253e;
}



#content {
	margin: -80px;
	position: relative;
	float: center;
	width: 70%;
}

.contentx {
        margin-left:0px;
        margin-right:0px;
        margin-bottom: 50px;padding:25px;
	font-size: 16px;
font-family: 'Libre Baskerville', serif;
        font-weight: 500!important;
        text-align:justify; color:#BFA8C6;
        line-height:25px;letter-spacing:2px;-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px; opacity:0.6;
}

a.drip-link::before,
a.drip-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 4px;
    height: 0;
    background: radial-gradient(circle at center, #b9002e 0%, #570014 80%);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-out;
    z-index: -1;
}

/* One drip left */
a.drip-link::before {
    left: 25%;
}

/* One drip right */
a.drip-link::after {
    right: 25%;
}

a.drip-link:hover::before,
a.drip-link:hover::after {
    height: 12px;
    opacity: 0.85;
    animation: bloodDrip 0.6s ease-out;
}

/* Drip animation */
@keyframes bloodDrip {
    0% {
        transform: translateY(0) scaleY(0.1);
    }
    50% {
        transform: translateY(4px) scaleY(1.2);
    }
    100% {
        transform: translateY(12px) scaleY(1);
        opacity: 0;
    }
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 22px;
    color: #e8dfd9;
    background: linear-gradient(145deg, #2f2a33, #3c313f);
    padding: 40px 50px;
    margin: 40px auto;
    border-left: 10px double #a02c4b;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(180, 45, 90, 0.3), 0 8px 20px rgba(0, 0, 0, 0.7);
    max-width: 860px;
    position: relative;
    line-height: 1.9;
    backdrop-filter: blur(2px);
    letter-spacing: 0.6px;
}

blockquote::before {
    content: "❝";
    font-size: 60px;
    color: #872336;
    position: absolute;
    top: 10px;
    left: 20px;
    opacity: 0.6;
}

blockquote::after {
    content: "❞";
    font-size: 60px;
    color: #872336;
    position: absolute;
    bottom: 10px;
    right: 20px;
    opacity: 0.6;
}

textarea,
input[type="text"],
select {
    width: 100%;
    max-width: 600px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'Tahoma', sans-serif;
    font-size: 18px;
    color: #f5e8de;
    background: linear-gradient(145deg, #322c37, #262027);
    border: 2px solid #6f5a78;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease;
    caret-color: #c73657;
    letter-spacing: 0.4px;opacity:0.7;
}

textarea:focus,
input[type="text"]:focus,
select:focus {
    outline: none;
    border-color: #a05274;
    background-color: #3d3642;
    box-shadow: 0 0 14px rgba(179, 64, 97, 0.6), inset 0 0 6px rgba(255, 255, 255, 0.08);
}


h1 {
    font-family: 'Cinzel Decorative', serif;
    font-size: 72px;
    color: #f9e8dc;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.7), 0 0 6px rgba(139, 0, 36, 0.4);
    margin-bottom: 35px;
    border-bottom: 5px #771010;
    padding-bottom: 18px;
    position: relative;
}

h1::after {
    content: "";
    width: 70px;
    height: 3px;
    background: linear-gradient(to right, #420C0D, #0F0808);
    position: absolute;
    bottom: -8px;
    left: 0;opacity:0.6;
}

h1::after {
    content: "";
    width: 60px;
    height: 3px;
    background: #521414;
    position: absolute;
    bottom: -6px;
    left: 0;
}

h1.drip-title::before {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 10%;
    width: 6px;
    height: 0;
    background: radial-gradient(circle at center, #420C0D, #0F0808);
    border-radius: 50%;
    animation: h1Drip 1.8s ease-in-out infinite;
    z-index: -1;
}

@keyframes h1Drip {
    0% {
        height: 0;
        transform: translateY(0) scaleY(0.2);
        opacity: 1;
    }
    50% {
        height: 14px;
        transform: translateY(10px) scaleY(1.3);
        opacity: 0.9;
    }
    100% {
        height: 0;
        transform: translateY(16px) scaleY(0.5);
        opacity: 0;
    }
}


#footer {
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
    color: #bcaebc;
    text-align: center;
    padding: 60px 20px 35px;
    margin-top: 60px;
    opacity: 0.8;
    letter-spacing: 0.7px;
    line-height: 1.4;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to top, #330F0F, #190707);
    border-top: 1px solid #190707;opacity:0.3;
}

#footer a {
    color: #decfd4;
    text-decoration: none;
    border-bottom: 1px dashed #a5739c;
    transition: all 0.3s ease;
}

#footer a:hover {
    color: #f6ede3;
    border-bottom: 1px solid #f6ede3;
    text-shadow: 0 0 8px rgba(255, 235, 240, 0.3);
}

blockquote.gothic {
    border: none;
    border-left: 12px solid transparent;
    background: linear-gradient(145deg, #2e2732, #3c3240);
    background-image: repeating-linear-gradient(
        45deg,
        rgba(80, 70, 85, 0.15) 0px,
        rgba(80, 70, 85, 0.15) 2px,
        transparent 2px,
        transparent 6px
    );
    box-shadow: inset 0 0 20px rgba(0,0,0,0.4), 0 0 10px rgba(160,44,75,0.2);
    position: relative;
}

blockquote.gothic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 12px;
    background: linear-gradient(to bottom, #6c0e23, #2e0012);
}

.blood-splatter {
    position: relative;
    z-index: 1;
    background: #3F0D0D;
    background-image: url("data:image/svg+xml,%3Csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23a52a2a' fill-opacity='0.25'%3E%3Ccircle cx='25' cy='30' r='12'/%3E%3Ccircle cx='150' cy='60' r='18'/%3E%3Ccircle cx='180' cy='120' r='10'/%3E%3Cpath d='M70 20 q20 40 0 60 q-20 20 -40 0 q-10 -30 20 -60z'/%3E%3Cpath d='M240 30 q15 30 -10 45 q-25 10 -35 -15 q-8 -25 25 -40z'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.6), 0 0 12px rgba(179, 64, 97, 0.3);
    padding: 40px;
    color: #f2e7d5;
}