#header {
    background-image: url('images/head.jpg');
    background-repeat: no-repeat;
    background-position: center;
    height: 569px;
    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&family=Great+Vibes&display=swap');

body {
    background:#F8F4EB;
    margin: 0;
    padding: 0 0 160px;
    font-family: 'Libre Baskerville', serif;
    color: #1c1c1c;
}


#linklist ul {
  display: flex;
  flex-wrap: wrap; 
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 20px; 
  justify-content: center;
}

#linklist ul li {
  flex: 1 1 calc(50% - 20px); 
  margin: 0;
  padding: 45px 60px;
  background: linear-gradient(135deg, #FFF5E1, #F2E4C7);
  border-radius: 30px;
  text-align: center;
  font-family: 'Lora', serif;
  color: #4B3F2F; 
  font-size: 19px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.2), 0 0 8px rgba(128,100,50,0.15); 
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  position: relative;
  overflow: hidden;
}

#linklist ul li:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.25), 0 0 12px rgba(128,100,50,0.2);
  background: linear-gradient(135deg, #FFF8E8, #F5E8CC);
}


#navigation {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 24px 0 30px;
    display: flex;
    justify-content: center;
    gap: 44px;
    background: linear-gradient(160deg, #f8f3eb, #eadfc6); 
    border-radius: 100% 100% 0 0 / 60% 60% 0 0;
    font-family: 'Lora', serif;
    z-index: 1000;
}

#navigation a {
    position: relative;
    padding: 10px 24px;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #b0855a, #d2b48c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    transition: all 0.4s ease;
}

#navigation a::before,
#navigation a::after {
    content: "♩";
    font-family: 'Cinzel Decorative', serif;
    color: rgba(160, 120, 80, 0.5);
    margin: 0 6px;
    display: inline-block;
    transition: all 0.4s ease;
}

#navigation a:hover span::after {
    transform: scaleX(1);
}

#navigation a:hover {
    transform: translateY(-5px) scale(1.05);
}

#content {
    width: 70%;
    margin: -60px auto;
    position: relative;
    opacity:0.6;
}

.contentx {
    position: relative;
    margin: 60px auto 120px;
    padding: 60px 70px;
    width: 85%;
    max-width: 1200px;
    text-align: justify;
    font-size: 19px;
    line-height: 1.8;
    letter-spacing: 1.1px;
    color: #4b3621;
    background: linear-gradient(145deg, #fff8f0, #f7ead5, #f6e3c8);
    border-radius: 36px 36px 60px 60px / 30px 30px 50px 50px;
    box-shadow: 0 8px 16px rgba(160, 120, 80, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contentx:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 20px rgba(160, 120, 80, 0.12);
}

.contentx::before,
.contentx::after {
    position: absolute;
    top: 20px;
    bottom: 20px;
    font-family: 'Cinzel Decorative', serif;
    font-size:24px;
    line-height: 2em;
    color: rgba(139, 94, 60, 0.35);
    white-space: pre-line;
}

.contentx::before {
    left: 12px;
    content: "♩\A ♪\A ♫\A ♬\A ♪\A ♩\A ♪";
}

.contentx::after {
    right: 12px;
    content: "♬\A ♩\A ♪\A ♫\A ♬\A ♩\A ♪";
}

.contentx a {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 18px;
    background: linear-gradient(90deg, #a67c52, #c9a87f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.contentx a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #c9a87f, #a67c52);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
    border-radius: 1px;
}

.contentx a:hover {
    transform: translateY(-1px);
}

.contentx a:hover::after {
    transform: scaleX(1);
}

.contentx b,
.contentx strong {
    font-family: 'Cinzel Decorative', serif;
    font-weight: 700;
    color: #8b5e3c;
    position: relative;
    padding: 2px 6px;
    border-radius: 6px;
    background: rgba(210,180,140,0.15);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.contentx b::before,
.contentx b::after,
.contentx strong::before,
.contentx strong::after {
    content: "♬";
    font-size: 12px;
    margin: 0 2px;
    color: rgba(139, 94, 60, 0.25);
}

.contentx i,
.contentx em {
    font-family: 'Cinzel Decorative', serif;
    font-style: italic;
    color: #a67c52;
    padding: 2px 5px;
    border-radius: 6px;
    background: rgba(245,235,220,0.2);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.contentx i::before,
.contentx i::after,
.contentx em::before,
.contentx em::after {
    content: "♩";
    font-size: 11px;
    margin: 0 2px;
    color: rgba(139, 94, 60, 0.2);
}

h1 {
    font-family: 'Great Vibes', cursive; 
    font-size: 38px;
    color: #5b3a21;
    text-align: center;
    margin-bottom: 50px;
    letter-spacing: 3px;
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    background: linear-gradient(135deg, #fdf3e6, #f7e3c6, #f9e8d0);
    border-radius: 50px 50px 70px 70px / 40px 40px 60px 60px;
    box-shadow: inset 0 4px 10px rgba(160, 120, 80, 0.1), 0 6px 15px rgba(160, 120, 80, 0.15);
    transition: transform 0.3s ease;
}

h1:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: inset 0 4px 12px rgba(160, 120, 80, 0.12), 0 8px 20px rgba(160, 120, 80, 0.18);
}

h1::before,
h1::after {
    content: "♬";
    font-family: 'Cinzel Decorative', serif;
    color: rgba(139, 94, 60, 0.35);
    margin: 0 10px;
    font-size: 28px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}

h1:hover::before,
h1:hover::after {
    transform: scale(1.4) rotate(10deg);
    color: #b0855a;
}

blockquote {
    max-width: 950px;
    margin: 60px auto;
    padding: 50px 60px;
    font-family: 'Georgia', serif;
    font-size: 22px;
    line-height: 1.9;
    color: #4b3621;
    background: linear-gradient(145deg, #fff8f0, #f6e6d5);
    border-left: 6px solid transparent;
    border-image: linear-gradient(to bottom, #d2b48c, #b0855a, #d2b48c) 1;
    border-radius: 28px;
    box-shadow: 0 10px 20px rgba(160, 120, 80, 0.1), inset 0 2px 6px rgba(255, 245, 220, 0.1);
    position: relative;
}

blockquote::before {
    content: "𝄞";
    position: absolute;
    left: -40px;
    top: 20px;
    font-size: 36px;
    color: rgba(139, 94, 60, 0.3);
    transition: transform 0.3s ease;
}

blockquote:hover::before {
    transform: scale(1.3) rotate(-10deg);
    color: #b0855a;
}

blockquote::after,
blockquote::before {
    content: "";
}

textarea,
input,
select {
    width: 40%;
    max-width: 500px;
    padding: 14px 18px;
    margin: 16px 0;
    opacity:0.9;
    font-family: 'Lora', serif;
    font-size: 16px;
    color: #5b3a21;
    background: rgba(255, 240, 225, 0.45);
    border: 1.5px solid rgba(139, 94, 60, 0.4);
    border-radius: 14px 6px 14px 6px;
    box-shadow: inset 0 1px 6px rgba(139, 94, 60, 0.12);
    transition: all 0.3s ease;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
    background: rgba(255, 240, 225, 0.65);
    border-color: #8b5e3c;
}

#footer {
    width: 500px;
    margin: 80px auto 40px;
    padding: 40px 30px;
    text-align: center;
    font-family: 'Lora', serif;
    font-size: 14px;
    color: #5b3a21;
    background: linear-gradient(145deg, #f8f3eb, #eadfc6, #f5e1c8);
    border-radius: 30px 30px 60px 60px / 30px 30px 50px 50px;
    position: relative;
    opacity: 0.6;
    box-shadow: none !important;
}

#footer::before {
    content: "♩ ♪ ♫ ♬ ♩";
    font-family: 'Cinzel Decorative', serif;
    font-size: 18px;
    color: rgba(139, 94, 60, 0.3);
    display: block;
    margin-bottom: 20px;
    letter-spacing: 10px;
}

#footer p {
    margin: 10px 0;
}

#footer a {
    font-family: 'Lora', serif;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    background: linear-gradient(90deg, #b0855a, #d2b48c);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    margin: 0 6px;
    transition: all 0.3s ease;
}

#footer a:hover {
    transform: translateY(-2px) scale(1.05);
}

#footer a::before,
#footer a::after {
    content: "♩";
    font-family: 'Cinzel Decorative', serif;
    color: rgba(139, 94, 60, 0.25);
    margin: 0 3px;
    transition: all 0.3s ease;
}

#footer a:hover::before,
#footer a:hover::after {
    transform: scale(1.3);
    color: #b0855a;
}

#footer::after {
    content: "♬ ♩ ♪ ♫ ♬";
    font-family: 'Cinzel Decorative', serif;
    color: rgba(139, 94, 60, 0.2);
    font-size: 16px;
    letter-spacing: 8px;
    display: block;
    margin-top: 20px;
}
