/*
Theme Name: Par Madja’at Library
Theme URI: https://library.reconstructingancientegypt.org
Author: Ta'wy
Description: Custom theme for Par Madja’at Ancient Egyptian Digital Library
Version: 1.0
*/

/* -----------------------------------------------------------
   GLOBAL
----------------------------------------------------------- */
body {
    font-family: "Libre Baskerville", serif;
    background: #F5E6C8;
    color: #1A1A1A;
    margin: 0;
    line-height: 1.7;
}

a {
    color: #2F6F6F;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    color: #1A1A1A;
}

/* -----------------------------------------------------------
   HEADER
----------------------------------------------------------- */
header {
    background: #1A1A1A;
    color: white;
    padding: 40px 20px;
    text-align: center;
}

header h1 {
    font-family: "Cinzel", serif;
    font-size: 2.8rem;
    margin-bottom: 10px;
}

header p {
    font-size: 1.2rem;
    opacity: 0.85;
}

/* -----------------------------------------------------------
   NAVIGATION BAR
----------------------------------------------------------- */
.pm-nav {
    background: #1A1A1A;
    padding: 15px 0;
    text-align: center;
}

/* Horizontal layout */
.pm-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 25px;
}

/* Outside glyphs (𓏞) */
.pm-nav
/* -----------------------------------------------------------
   SCROLL DIVIDERS — U+133DC (𓏜)
----------------------------------------------------------- */

.pm-divider {
    width: 100%;
    text-align: center;
    margin: 40px 0;
    font-size: 2.4rem;
    letter-spacing: 0.35rem;
    opacity: 0.85;
    user-select: none;
    font-family: "Aegyptus", serif;
}

.pm-divider::before {
    content: "𓏜 𓏜 𓏜";
}
.pm-icon {
    font-family: "Aegyptus", serif;
    font-size: 1.8rem;
    margin: 0 10px;
    vertical-align: middle;
    content: "𓏜";
}
.pm-nav ul li::before {
    content: "𓏜";
    font-family: "Aegyptus", serif;
    margin-right: 8px;
    opacity: 0.75;
}
