/* ==========================================
   HISTORY PAGE
   ========================================== */


.history-section {
    margin-bottom: 3rem;
}

.history-section h2 {
    color: #e8edf2;      /* Same as body text */
    margin-top: 2rem;
    margin-bottom: .75rem;
    font-weight: 600;
}

.history-section p {
    margin-bottom: 1.4rem;
    line-height: 1.75;
}

.portal-image {
    text-align: center;
    margin: 2rem 0;
}

.portal-image img {
    display: block;
    width: 350px;
    max-width: 90%;
    height: auto;
    margin: 0 auto;
    border-radius: 8px;
}

.history-emphasis {
    text-align: left;
    font-weight: bold;
    font-style: italic;
    color: #e8edf2;
    font-size: 1.15rem;
    margin: 1.25rem 0;
}

.history-message,
.history-theory {
    margin: 2rem 1.5rem;
    padding: 1.5rem 1.75rem;
    background: #182335;
    border-left: 4px solid #6fb7ff;
    border-radius: 6px;
    color: #dce8f4;
}

.history-message p:last-child,
.history-theory p:last-child {
    margin-bottom: 0;
}

.page-navigation {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #31415c;
    text-align: center;
}


@media (max-width: 600px) {
    .history-page {
        max-width: 100%;
    }

    .history-message,
    .history-theory {
        margin-right: 0;
        margin-left: 0;
        padding: 1.25rem;
    }

    .portal-image img {
        width: 100%;
        max-width: 350px;
    }
}