/* Reduce margins and padding in outdoor collections pages */

/* Article container */
#primary article {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* Article heading */
#primary article h1 {
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

/* Remove spacing from article metadata */
#primary article > .post-meta,
#primary article > p:first-of-type {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

/* Image container/figure */
#primary article img,
#primary article figure {
    margin: 5px 0 !important;
}

/* Navigation links */
#image-navigation {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

/* Primary content area */
#primary {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Main content */
#content {
    margin-top: 0 !important;
    padding-top: 0 !important;
}