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

/* Main Styles - Page Specific */
#main-reykjavik {
    /* 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;
}