html, body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #CBCBCB;
    font-family: 'Lora', serif;
    font-weight: 400!important;
    color: #d9c8a0;
    text-align: center;
    font-size: 14px;
    overflow-x: hidden;
}

.column {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background: rgba(80, 40, 40, 0.08); 
  border: 1px solid #5a2a2a; 
  border-radius: 12px;
  box-sizing: border-box;
  color: #d1cccc; 
  box-shadow: 0 4px 12px rgba(60, 30, 30, 0.4);
}

#linklist ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#linklist ul li {
  background: rgba(100, 50, 60, 0.1);
  margin: 15px 0;
  padding: 20px 24px;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0 6px 18px rgba(80, 30, 40, 0.5);
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
  font-weight: 600;
  font-family: 'Gabriela', serif;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #5a2a2a, #aaa); 
  text-decoration: underline;
  text-decoration-color: rgba(150, 120, 130, 0.4);
}

#linklist ul li:hover {
  background: linear-gradient(120deg, #5e2e3a 0%, #7a5555 50%, #2f1e1e 100%);
  box-shadow: 0 12px 30px rgba(90, 40, 40, 0.4);
  transform: translateY(-6px);
  color: #dcd1d1;
  cursor: pointer;
  text-decoration-color: rgba(255, 230, 240, 0.5);
}

#memberlist ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 400px;
}

#memberlist ul li {
  background: rgba(70, 35, 40, 0.12);
  margin: 15px 0;
  padding: 18px 24px;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(80, 40, 40, 0.4);
  backdrop-filter: blur(6px);
  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;
  color: #e0d6d6;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-image: linear-gradient(to right, #6a3a4a, #aaa);
  text-decoration: underline;
  text-decoration-color: rgba(150, 130, 140, 0.4);
}

#memberlist ul li:hover {
  background: linear-gradient(120deg, #602040 0%, #803f4f 50%, #3a1a1f 100%);
  box-shadow: 0 10px 30px rgba(100, 50, 60, 0.4);
  transform: translateY(-6px);
  color: #f0e6ec;
  text-decoration-color: rgba(255, 200, 220, 0.6);
  cursor: pointer;
}

#memberlist ul li .name {
  font-weight: 700;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px rgba(60, 30, 30, 0.2);
}

#memberlist ul li .status {
  font-style: italic;
  color: rgba(150, 100, 120, 0.7);
  font-size: 0.9em;
  white-space: nowrap;
}


h1 {
    position: relative;
    display: inline-block;
    padding: 20px 48px;
    margin: 60px auto 30px;
    font-size: 20px;
    letter-spacing: 6px;
    font-family: 'Cinzel Decorative', serif;
    font-weight: 700;
    background: #3a3a3a;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(232, 65, 65, 0.6);
    cursor: default;
    transition: transform 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
    z-index: 0;
    background: linear-gradient(45deg, #f7d9d9, #e84141 70%, #7a1a1a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-text-stroke: 0.8px #f2e8e8;
    text-stroke: 0.8px #f2e8e8;
    text-shadow:
       0 0 4px rgba(232, 65, 65, 0.7);
}

h1::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -4px;
    right: -4px;
    bottom: -4px;
    border-radius: 16px;
    background: linear-gradient(45deg, #e84141, #ff4c4c, #a12e2e);
    z-index: -1;
    clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
}

h1:hover {
    transform: translateY(-5px) scale(1.05);
    box-shadow:
      0 14px 40px rgba(232, 65, 65, 0.9),
      0 0 30px rgba(232, 65, 65, 0.8);
    background: linear-gradient(45deg, #fff0f0, #ff4c4c 70%, #b23a3a);
}


blockquote {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    padding: 30px 40px;
    margin: 40px auto;
    width: 70%;
    max-width: 700px;
    color: #cbbca1;
    background: #2e2e2e;
    border-left: 5px solid #7c1c1c;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
    position: relative;
    text-align: center;
    z-index: 1;
    transition: transform 0.3s ease;
}

blockquote:hover {
    transform: scale(1.02);
}

blockquote::before,
blockquote::after {
    font-family: 'Lora', serif;
    font-size: 60px;
    color: rgba(191, 161, 111, 0.2);
    position: absolute;
}

blockquote::before {
    content: '“';
    top: -20px;
    left: 20px;
}

blockquote::after {
    content: '”';
    bottom: -20px;
    right: 20px;
}

#navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 28px 0;
background: linear-gradient(135deg, #4B0000, #8B0000, #000000);
    border-bottom: 2px solid #7c1c1c;
    text-align: center;
    z-index: 999;
    transition: background 0.4s ease;
}

#navigation a {
    display: inline-block;
    font-family: 'Cinzel Decorative', serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #bfa16f;
    margin: 0 14px;
    padding: 22px 20px;
    border-radius: 999px;
    letter-spacing: 1.5px;
    transition: all 0.5s ease;
    text-shadow: none;
    position: relative;
}
#navigation a::before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 4px; 
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #7c1c1c;
    transition: width 0.4s ease;
}

/* White underline */
#navigation a::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0; 
    transform: translateX(-50%);
    width: 0%;
    height: 2px;
    background: #ffffff;
    transition: width 0.4s ease;
}

#navigation a:hover::before {
    width: 80%;
}

#navigation a:hover::after {
    width: 80%;
}

#navigation a:hover {
    color: #d3b675;
}


/* CONTENT */

.content {
    width: 60%;
    margin: -90px auto;
    padding: 0 25px;
    text-align: justify;
    font-family: 'Lora', serif;
    color: #3b3b3b;
    line-height: 1.75;
    border-radius: 14px;
    transition: box-shadow 0.3s ease;
}

.content:hover {
    box-shadow: 0 12px 40px rgba(100, 90, 80, 0.2);
}

.contentx {
    padding: 48px 40px 48px 40px;
    border-radius: 18px 18px 10px 10px;
    font-size: 19px;
    font-family: 'Lora', serif;
    color: #4a4033;
    text-align: justify;
    margin-bottom: 48px;
    position: relative;
    overflow: hidden;
}

.contentx::before {
    content: '';
    position: absolute;
    top: -30%;
    left: -30%;
    width: 160%;
    height: 160%;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
    filter: blur(15px);
}

.contentx > * {
    position: relative;
    z-index: 1;
}

#header {
    background-image: url('images/head.jpg'), url('images/bg1.jpg');
    background-repeat: no-repeat, repeat-x;
    background-position: center;
    height: 598px;
    width: 100%;
    margin-top: 30px;
}

.content a,
.content b,
.content i {
    font-family: 'Lora', serif;
    background: linear-gradient(135deg, #bfa16f, #7c1c1c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    transition: filter 0.3s ease;
}

.content a:hover,
.content b:hover,
.content i:hover {
    filter: brightness(1.2);
}

#footer {
    background: linear-gradient(135deg, #2b2b2b, #1f1f1f);
    color: #bfa16f;
    text-align: center;
    padding: 70px 30px;
    margin-top: 80px;
    border-top: 4px double #7c1c1c;
    clip-path: polygon(
        0 50px, 12% 45px, 25% 55px, 38% 48px, 50% 60px, 62% 50px,
        75% 58px, 88% 50px, 100% 60px, 100% 100%, 0 100%
    );
    box-shadow:
        inset 0 10px 20px rgba(0, 0, 0, 0.3),
        0 10px 15px rgba(0, 0, 0, 0.3);
    font-family: 'Cinzel Decorative', serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    position: relative;
    overflow: hidden;
}

#footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: radial-gradient(circle at center, #7c1c1c, transparent 60%);
    opacity: 0.25;
    pointer-events: none;
}

#footer a {
    color: #d9c8a0;
    text-decoration: none;
    border-bottom: 1.5px dashed #bfa16f;
    padding-bottom: 2px;
    transition: color 0.3s ease, border-color 0.3s ease;
    font-weight: 600;
}

#footer a:hover {
    color: #e4d3a0;
    border-bottom: 1.5px solid #bfa16f;
}

.footer-content {
    max-width: 700px;
    margin: 0 auto;
}

.footer-credit {
    margin-top: 10px;
    font-size: 14px;
    color: #7c1c1c;
    font-style: italic;
}

.contentx input,
.contentx textarea,
.contentx select {
    width: 40%;
    max-width: 350px;
    padding: 10px 14px;
    margin: 12px 0;
    font-family: 'Tahoma', sans-serif;
    font-size: 16px;
    color: #d9c8a0;
    background: #2f2f2f;
    border: 1px solid #5e5e5e;
    border-radius: 12px;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    caret-color: #bfa16f;
}

.contentx select {
    background: #2f2f2f;
    appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, rgba(191,161,111,0.2) 50%),
        linear-gradient(135deg, rgba(191,161,111,0.2) 50%, transparent 50%);
    background-position:
        calc(100% - 20px) center,
        calc(100% - 15px) center;
    background-size: 5px 5px;
    background-repeat: no-repeat;
    cursor: pointer;
}

.dropdown-menu {
    background: #2e2e2e;
    color: #d9c8a0;
}

.dropdown-menu:hover {
    background: #3a3a3a;
}

/* BUTTONS */

.contentx button {
    background: linear-gradient(145deg, #3a2e1f, #5c4430);
    border: 1.5px solid rgba(191, 161, 111, 0.6);
    border-radius: 12px;
    padding: 8px 20px;
    font-family: 'Cinzel Decorative', serif;
    font-weight: 600;
    font-size: 16px;
    color: #d9c8a0;
    cursor: pointer;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
    user-select: none;
    outline-offset: 2px;
    max-width: 100px;
    width: auto;
}

.contentx button:hover,
.contentx button:focus {
    background: linear-gradient(145deg, #7c1c1c, #5a1313);
    border-color: rgba(191, 161, 111, 0.8);
    color: #f0e6d2;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.7);
    outline: none;
}

.contentx button:active {
    background: #471010;
    box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.6);
    transform: translateY(1px);
}
