/* ============================================================
   ldsdiscussions.info — Base Styles
   Clean white academic layout mirroring ldsdiscussions.com
   ============================================================ */

body {
    background-color: #ffffff;
    color: #1a1a1a;
}

/* --- Header — no background, let the image show --- */
.headerContents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ffffff;
    width: 100%;
    padding: 0;
}

/* --- Navigation — light gray bar like ldsdiscussions.com --- */
.menuContents {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #f5f5f5;
    width: 100%;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.parent-menu-button {
    min-width: unset !important;
    color: #333333 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 0.9em !important;
    text-transform: none !important;
    padding: 10px 16px !important;
    border-radius: 0 !important;
    font-weight: normal !important;
}

.parent-menu-button:hover {
    background-color: #e8e8e8 !important;
    color: #1e3a5f !important;
}

/* --- Body / content area --- */
.bodyStyle {
    margin-left: 8%;
    margin-right: 8%;
    max-width: 960px;
    font-size: 1em;
    font-family: Georgia, 'Times New Roman', serif;
    line-height: 1.75;
    color: #1a1a1a;
}

/* --- Main content wrapper --- */
.mainContent {
    padding-top: 30px;
    padding-bottom: 40px;
}

/* --- Section headings --- */
.question {
    font-weight: bold;
    font-size: 1.4em;
    padding-bottom: 16px;
    color: #1a1a1a;
    font-family: Georgia, 'Times New Roman', serif;
}

/* --- Links --- */
a {
    color: #1e3a5f;
    text-decoration: underline;
}

a:hover {
    color: #c8a84b;
}

/* --- Blockquotes --- */
blockquote {
    border-left: 3px solid #c8a84b;
    background: #fafafa;
    margin: 20px 0;
    padding: 12px 20px;
    color: #444444;
    font-style: italic;
    font-size: 0.97em;
}

/* --- Placeholder --- */
.comingSoon {
    text-align: center;
    font-size: 2.5em;
    font-weight: bolder;
    font-family: Georgia, serif;
    color: #333333;
    padding: 60px 0;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .bodyStyle {
        margin-left: 4%;
        margin-right: 4%;
    }

    .menuContents {
        flex-direction: column;
        align-items: flex-start;
    }
}
