html, body {
    height: 100%;
    margin: 0;
    background-image: url('images/bg.jpg');
    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');

.column {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(48, 25, 10, 0.1); 
  border: 1px solid #30190a;
  border-radius: 12px;
  box-sizing: border-box;
  color: #d3c9c0; 
  box-shadow: 0 4px 12px rgba(30, 10, 5, 0.5);
}

#linklist ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#linklist ul li {
  background: rgba(48, 25, 10, 0.12);
  margin: 15px 0;
  padding: 20px 24px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(50, 20, 10, 0.5);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  color: #c6b8af; 
  font-weight: 600;
  font-family: 'Gabriela', serif;
}

#linklist ul li:hover {
  background: linear-gradient(
    120deg,
    #3b2f35 0%,  
    #4a423e 50%,  
    #1c1615 100%  
  );
  box-shadow: 0 12px 30px rgba(60, 50, 48, 0.4); 
  transform: translateY(-6px);
  color: #9f958b; 
  cursor: pointer;
}

#memberlist ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#memberlist ul li {
  background: rgba(42, 20, 12, 0.12); 
  margin: 15px 0;
  padding: 18px 24px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(50, 20, 10, 0.4);
  backdrop-filter: blur(6px);
  color: #d9d1ca; 
  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,
    #3a1f3a 0%,  
    #4a2a4a 50%, 
    #2a141f 100%
  );
  box-shadow: 0 10px 30px rgba(74, 38, 73, 0.3); /* reduced opacity */
  transform: translateY(-6px);
  color: #c8bad1; /* duller text color */
  cursor: pointer;
}


#memberlist ul li .name {
  font-weight: 700;
  letter-spacing: 1px;
}

#memberlist ul li .status {
  font-style: italic;
  color: rgba(91, 52, 98, 0.7); 
  font-size: 0.9em;
  white-space: nowrap;
}



#navigation {
    width: 60%;
    margin-top: -40px;
    padding: 30px 10px;
    background: linear-gradient(145deg, #2e2a28, #34312f); 
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 25px rgba(70, 90, 70, 0.2), inset 0 -5px 10px rgba(70, 90, 70, 0.05);
    text-align: center;
    font-family: 'Cinzel Decorative', serif !important;
    opacity: 0.75;
    border-top: 8px solid #b8a3b3;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 15px;
    z-index: 2;
}

#navigation a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    color: #e2ded8;
    background-color: rgba(50, 60, 52, 0.6); 
    border-radius: 4px;
    padding: 12px 24px;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(90, 110, 90, 0.1);
    position: relative;
    border-bottom: 2px solid #c1adc4; 
    font-family: 'Cinzel Decorative', serif !important;
    text-shadow: 0 0 4px #a4b3a0, 0 0 8px #927a94;
}

#navigation a::before {
    content: '☽';
    font-size: 20px;
    margin-right: 8px;
    color: #d8cbd2;
    text-shadow: 0 0 6px #b2a2b8, 0 0 12px #d0bfd8;
    position: relative;
}

#navigation a::after {
    content: '⚝'; 
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #96a396;
    opacity: 0.3;
    animation: drip 3s infinite ease-in;
    pointer-events: none;
}

#navigation a:hover {
    background-color: #4d4b4a;
    color: #f1f1ec;
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(90, 120, 90, 0.2);
}


#header {
    background-image: url('images/head.jpg'), url('images/bg1.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: center;
    height: 502px;
    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: #d3d9cf; 
    text-shadow: 0 0 4px rgba(70, 80, 70, 0.4), 1px 1px 3px rgba(0, 0, 0, 0.4);
    border-bottom: 4px double rgba(120, 100, 130, 0.5); 
    text-align: center;
}

h1::after {
    content: "☽✦☾"; 
    font-size: 22px;
    position: absolute;
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    color: #b0c1a7; 
    text-shadow: 
        0 0 6px rgba(170, 200, 170, 0.4), 
        0 0 12px rgba(120, 100, 130, 0.3);
    pointer-events: none;
}


a:link,
a:visited {
    color: #e4d3ec;
    font-size: 24px;
    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, #6c4b5f, #a38a9e);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

a:hover::after {
    transform: scaleX(1);
}

a:hover {
    color: #f0e3f7;
    text-shadow: 0 0 6px rgba(100, 80, 110, 0.4);
}



blockquote {
    font-family: 'Lora', serif;
    font-size: 26px;
    color: #e7e1e8;
    background: linear-gradient(135deg, #292925, #36332f);
    padding: 30px 40px;
    margin: 40px auto;
    border-left: 8px solid #b8a3b3; 
    border-radius: 12px;
    box-shadow: 
        0 8px 25px rgba(70, 80, 70, 0.12), 
        0 0 12px rgba(90, 70, 90, 0.07);
    max-width: 800px;
    position: relative;
    line-height: 1.8;
    overflow: hidden;
    transition: all 0.4s ease;
    text-shadow: 0 0 3px rgba(130, 120, 130, 0.15);
    backdrop-filter: blur(2px);
}

blockquote::before {
    content: '🜂';
    position: absolute;
    top: -18px;
    left: 20px;
    font-size: 38px;
    color: #d6c0d2;
    text-shadow: 0 0 10px #bba3be, 0 0 20px #c4accc;
    opacity: 0.18;
    pointer-events: none;
}


textarea,
input,
select {
    width: 100%;
    max-width: 600px;
    padding: 14px 18px;
    margin: 12px 0;
    font-family: 'Spectral', serif;
    font-size: 17px;
    color: #f3e6ee;
    background: linear-gradient(145deg, #302224, #433032);
    border: 2px solid #b69bb0;
    border-radius: 12px;
    box-shadow: inset 0 0 10px rgba(80, 60, 80, 0.05), 0 0 6px rgba(80, 60, 80, 0.15);
    transition: all 0.3s ease;
    caret-color: #c3a6c5;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    border-color: #d6bcd6;
    background-color: #2c1f22;
    box-shadow:
        0 0 15px rgba(150, 110, 150, 0.4),
        inset 0 0 4px rgba(80, 60, 80, 0.1),
        0 0 30px rgba(80, 60, 80, 0.08);
    color: #f3e8f3;
}

#content {
    margin: 30px auto;
    width: 70%;
    position: relative;
    float: center; padding-bottom: 80px;
}

.contentx {
    padding: 25px;
    margin: 0 0 130px;
    padding-bottom: 70px;
    font-size: 20px;
    font-family: 'Lora', serif;
    font-weight: 500;
    text-align: justify;
    color: #dcdcd7; 
    line-height: 25px;
    letter-spacing: 1.5px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(50, 60, 50, 0.85), rgba(60, 45, 65, 0.85));
    backdrop-filter: blur(3px);
    border: 1px solid rgba(130, 120, 130, 0.2); 
    opacity: 0.68;
    box-shadow: 
        0 6px 18px rgba(40, 60, 50, 0.15), 
        inset 0 0 12px rgba(80, 100, 90, 0.05);
    transition: background 0.4s ease;
}

