body {
    font-family: sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    display: flex; /* Center the content */
    flex-direction: column; /* Arrange main elements vertically */
    align-items: flex-start;
    align-items: center; /* Center items horizontally */
    min-height: 100vh;
}

.middle {
    width: 90%;
    max-width: 800px; /* Adjust as needed for your central column width */
    margin: 20px 0; /* Adjust top and bottom margins */
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
}

.content-style { /* Applies to content WITHIN the main sections */
    display: flex;
    flex-direction: column;
}

.column-wide-image {
    width: 100%;
    height: auto;
    max-width: 100%;
    margin-bottom: 20px; /* Add some space below the banner images */
}

.headline-group {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    line-height: 1.2;
    font-family: Cinzel;
    font-size: 80px;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
}

.forty {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 0;
}

.ten {
    margin-bottom: 10px;
}

.flipped-vertical {
    transform: scaleY(-1);
}

.headline-group-top {
    margin-top: 0;
}

.inline-line {
    display: inline-block;
    width: 90%;
    border-bottom: 3px solid black;
    vertical-align: middle;
    margin: 0 5px;
}
   
.row-images {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; /* Keep vertical alignment if needed */
    height: 200px; /* Or whatever height you're using */
    margin: 20px auto;
    width: 90%;
    justify-content: space-around;
}

.row-images img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}


/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
    .middle {
        width: 95%;
        margin: 15px 0;
        padding: 15px;
    }

    .headline-group {
        font-size: 40px;
    }

    .forty {
        font-size: 20px;
    }

    .sidebar-image {
        max-width: 80%; /* Make sidebar images wider on mobile */
    }
}

/* Font Cinzel */
@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('fonts/Cinzel-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* Font Garet */
@font-face {
    font-family: 'Garet';
    src: url('fonts/Garet.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('fonts/Garet-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('fonts/Garet-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Garet';
    src: url('fonts/Garet-Bold-Italic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

/* Font Glacial-Indifference */
@font-face {
    font-family: 'Glacial-Indifference';
    src: url('fonts/Glacial-Indifference.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial-Indifference';
    src: url('fonts/Glacial-Indifference-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial-Indifference';
    src: url('fonts/Glacial-Indifference-Italic.woff2') format('woff2');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial-Indifference';
    src: url('fonts/Glacial-Indifference-Bold-Italic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}