.handwritten {
    font-family: "Indie Flower", cursive;
    font-size: 1.5rem;
}

/* Body baseline */
body {
    padding-top: 100px; /* space for fixed top-bar + navbar */
    font-family: 'Montserrat', sans-serif;
    background: #f5f7fa;
    color: #212529;
}

/* Content */
.content {
    max-width: 850px;
    margin: auto;
    font-size: 1.05rem;
    line-height: 1.7;
}

/* Hero */
.hero {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 60px;
}
.hero h1 {
    font-weight: 700;
    font-size: 2.5rem;
}
.hero p {
    font-family: 'Merriweather', serif;
    font-size: 1.2rem;
    color: #555;
    max-width: 800px;
    margin: 20px auto;
}

/* Top social bar */
.top-bar {
    background-color: #212529; /* matches shrinked navbar */
    color: #fff;
    font-size: 0.85rem;
    padding: 0.3rem 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
}
.top-bar a {
    margin-left: 10px;
    text-decoration: none;
    font-size: 0.95rem;
}

    /* Navbar */
.navbar-custom {
    background-color: #ffffff;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}
.navbar-custom.shrink {
    padding: 0.3rem 1rem !important;
    background-color: #d8d8d8;
    box-shadow: #010a10 4px 10px 10px 10px;
}
.navbar-brand img {
    margin-top: 15px;
    height: 60px;
    transition: all 0.3s ease;
}
.navbar-custom.shrink .nav-link,
.navbar-custom.shrink .navbar-brand,
.navbar-custom.shrink .bi {
    color: #000 !important;
}

/* LexiTR badge */
.navbar-custom .lexitr-badge {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
}
.navbar-custom .lexitr-badge .badge {
    font-size: 0.95rem;
    padding: 0.45em 0.75em;
    border-radius: 20px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.navbar-nav .nav-item {
    display: flex;
    align-items: center;
}

/* Footer */
footer {
    background-color: #212529;
    color: #fff;
    padding: 1.5rem 0;
}
footer a {
    color: #FFB703;
    text-decoration: none;
}
footer a:hover {
    color: #FB8500;
}
footer .col {
    text-align: center;
}
.logo-text i {
    font-weight: bold;
    font-style: italic;
}

    /* General links */
a {
    text-decoration: none;
    color: #dc0404;
}
p {
    text-indent: 1em;
    line-height: 1.6;
    margin-bottom: 1rem;
}