/* Header Thingvellir Banner */
#thingvellir-banner {
    background-image: url(../media/images/iceland-thingvellir.jpg);
}

/* Main Styles - Page Specific */
#main-thingvellir {
    /* display flex and margin is applied in BASE across all pages. This just sets the unique styles for this page. */
    flex-direction: column;
    gap: 10rem;
}

.content-section,
article,
fieldset {
    /* fieldset is set to flex and column here to avoid repetition */
    display: flex;
    flex-direction: column;
}
article {
    gap: 1.5rem;
}




