#header {
    background-image: url('images/head.jpg'),url('images/bg1.jpg');
    background-repeat: no-repeat, repeat;
    background-position: right;
    height: 374px;
    width: 100%;
    position: relative;
    z-index: 0;
}

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Libre+Baskerville&family=Noto+Sans+Runic&family=Alumni+Sans+Pinstripe&display=swap');

body {
    background-image: url('images/bg.jpg');
    background-repeat: repeat;
    margin: 0;
    padding: 0;
    font-family: 'Libre Baskerville', serif;
    color: #503535; overflow-x:hidden;
}


.column {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(75, 0, 30, 0.1); 
  border: 1px solid #4b001e;
  border-radius: 12px;
  box-sizing: border-box;
  color: #ccc; 
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#linklist ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#linklist ul li {
  background: rgba(75, 0, 30, 0.12); 
  margin: 15px 0;
  padding: 20px 24px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(50, 50, 50, 0.5);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  color: #ddd;
  font-weight: 600;
  font-family: 'Gabriela', serif;
}

#linklist ul li:hover {
  background: linear-gradient(
    120deg,
    #4b001e 0%,
    #5a1f2c 50%,
    #444444 100%
  );
  box-shadow: 0 12px 30px rgba(75, 0, 30, 0.7);
  transform: translateY(-6px);
  color: #fff;
  cursor: pointer;
}

#memberlist ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#memberlist ul li {
  background: rgba(60, 0, 25, 0.12); 
  margin: 15px 0;
  padding: 18px 24px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(50, 50, 50, 0.4); 
  backdrop-filter: blur(6px);
  color: #e0e0e0;
  font-family: 'Gabriela', serif;
  font-weight: 600;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}

#memberlist ul li:hover {
  background: linear-gradient(
    120deg,
    #4b001e 0%,
    #5a1f2c 50%,
    #444444 100%
  );
  box-shadow: 0 10px 30px rgba(75, 0, 30, 0.7);
  transform: translateY(-6px);
  color: #fff;
  cursor: pointer;
}

#memberlist ul li .name {
  font-weight: 700;
  letter-spacing: 1px;
}

#memberlist ul li .status {
  font-style: italic;
  color: rgba(110, 35, 45, 0.7);
  font-size: 0.9em;
  white-space: nowrap;
}




#navigation {
    width: 100%;               
    margin-top: -10px;          
    padding: 38px 34px;
    background: linear-gradient(145deg, #2b1f1f, #121010);
    border: 2px solid #3f2d2d;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.6);
    font-family: 'Cinzel Decorative', serif;
    display: flex;
    justify-content: flex-end; 
    flex-wrap: nowrap;    box-sizing: border-box;
    gap: 16px;
    opacity: 0.95;
    position: relative;
}


#navigation a:hover {
    background: linear-gradient(to right, #5a2f2f, #2b1f1f);
    color: #e3dcd3;
    box-shadow: 0 0 14px rgba(200, 80, 80, 0.3);
    transform: translateY(-2px);
}

#navigation a::before {
    content: "✠";
    font-family: 'Noto Sans', serif;
    font-size: 20px;
    margin-right: 8px;
    color: #b3a59a;
}

#navigation a:hover::after {
    content: '';
    position: absolute;
    inset: -4px;
    border-radius: 10px;
    background: radial-gradient(ellipse at center, rgba(200, 40, 40, 0.1), transparent);
    z-index: -1;
    animation: pulseGlow 2.8s infinite ease-in-out;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.15;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.05);
    }
}

#navigation a {
    padding: 22px 32px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f1e7da;
    background: linear-gradient(to right, #4a2e2e, #1c1c1c);
    border: 1.5px solid #5c3a3a;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10; 
}

#layout-container {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    box-sizing: border-box;
    padding-right: 60px; 
    margin-top: 40px; 
}

#content {
    width: 70%;
    margin: 0; 
    padding-bottom: 10px;
    position: relative;
}

@media (max-width: 900px) {
    #layout-container {
        justify-content: center;
        padding-right: 0;
    }

    #content {
        width: 95%;
    }
}  margin-right: auto;
}

.contentx {
    margin-bottom: 60px;
    padding: 35px;
    font-size: 17px;
    line-height: 1.75;
    letter-spacing: 1.1px;
    border-radius: 12px;
    background: linear-gradient(to bottom right, rgba(60, 40, 40, 0.4), rgba(30, 20, 20, 0.3));
    backdrop-filter: blur(4px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    position: relative;
}

.contentx::before,
.contentx::after {
    content: "✠ ✠ ✠ ✠ ✠";
    font-family: 'Cinzel Decorative', serif;
    font-size: 16px;
    color: rgba(200, 160, 140, 0.15);
    position: absolute;
    letter-spacing: 10px;
}

.contentx::before {
    top: -20px;
    left: 20px;
}

.contentx::after {
    bottom: -20px;
    right: 20px;
}

blockquote {
    font-family: 'Georgia', serif;
    font-size: 22px;
    color: #e5ded2;
    background: linear-gradient(145deg, #221919, #2f2a2a);
    padding: 40px 50px;
    margin: 60px auto;
    border: 2px solid #3a2d2d;
    border-radius: 16px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
    max-width: 900px;
    position: relative;
    line-height: 1.8;
    letter-spacing: 0.8px;
    text-align: center;
    transition: box-shadow 0.3s ease;
}

blockquote:hover {
    box-shadow: 0 6px 35px rgba(100, 0, 0, 0.4);
}

blockquote::before,
blockquote::after {
    content: "⚔";
    font-size: 36px;
    color: rgba(255, 255, 255, 0.05);
    position: absolute;
    opacity: 0.2;
}

blockquote::before {
    top: 10px;
    left: 20px;
}

blockquote::after {
    bottom: 10px;
    right: 20px;
}

textarea,
input,
select {
    width: 40%;
    max-width: 500px;
    padding: 16px 20px;
    margin: 16px 0;
    font-family: 'Tahoma', sans-serif;
    font-size: 18px;
    color: #d9cfc5;
    background: linear-gradient(145deg, #2b2323, #1a1515);
    border: 2px solid #4a3a3a;
    border-radius: 8px;
    box-shadow: inset 0 0 10px rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    caret-color: crimson;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #a85a5a;
    background-color: #2f2f2f;
    box-shadow: 0 0 14px rgba(180, 30, 30, 0.4), inset 0 0 6px rgba(255, 255, 255, 0.08);
}

h1 {
    display: inline-block;
    padding: 19px 38px;
    font-family: 'Cinzel Decorative', serif;
    font-size: 22px;
    text-transform: uppercase;
    color: #e9e3db;
    letter-spacing: 2px;
    background: linear-gradient(145deg, #2f1f1f, #1e1e1e);
    border: 2px solid #533232;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    position: relative;
    opacity: 0.96;
}

h1::before {
    content: "ᛉ";
    font-family: 'Segoe UI Symbol', serif;
    position: absolute;
    top: 10px;
    left: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.08);
}

h1::after {
    content: "ᛞ";
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.08);
}

#footer {
    position: relative;
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
    color: #ccc4bb;
    text-align: center;
    padding: 80px 25px 40px;
    margin-top: 100px;
    background: linear-gradient(to top, #1a1616, #292121);
    box-shadow: inset 0 10px 20px rgba(0, 0, 0, 0.2);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

#footer::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, #292121, transparent);
    opacity: 0.15;
    pointer-events: none;
}

#footer a {
    color: #d7c1b0;
    text-decoration: none;
    border-bottom: 1px dashed #a58b77;
    transition: all 0.3s ease;
}

#footer a:hover {
    color: #fff0e0;
    border-bottom: 1px solid #e0d3c5;
    text-shadow: 0 0 8px rgba(220, 180, 180, 0.5);
    transform: scale(1.05);
}

a {
    padding: 4px 8px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f1e7da;
    background: linear-gradient(to right, #4a2e2e, #1c1c1c);
    border: 1.5px solid #5c3a3a;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 10;
}

a:hover {
    background: linear-gradient(to right, #6b4545, #2e2e2e);
    border-color: #8a5c5c;
    color: #fff;
    box-shadow: 0 4px 15px rgba(138, 92, 92, 0.7);
    transform: translateY(-3px);
}

i, em {
    color: #e0c8b8;
    font-style: italic;
    font-family: 'Georgia', serif;
    letter-spacing: 0.5px;
    background: linear-gradient(to right, #2f2f2f, #1a1a1a);
    padding: 4px 7px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

i:hover, em:hover {
    background: linear-gradient(to right, #3a3a3a, #2a2a2a);
    color: #f4f0ea;
}

b, strong {
    color: #fdfaf6;
    font-weight: 800;
    font-family: 'Cinzel', serif;
    background-color: #8b2a2a;
    padding: 4px 10px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 0 6px rgba(200, 50, 50, 0.4), inset 0 0 6px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

b:hover, strong:hover {
    background-color: #a83c3c;
    color: #fff8f2;
}
