/* Bucket List Landing Page Template Styles */

/* Page background color */
main  {
    background-color: #fdfcfb !important;
}

/* Read Entire Magazine Section (same as magazine landing) */
.read-entire-magazine {
    padding: 40px 0 60px;
}

.read-entire-magazine .section-heading {
    justify-content: center;
}

.read-entire-magazine .section-title {
    text-align: center;
}

/* dflip magazine thumbnail container */
.dflip-magazine-thumb {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .read-entire-magazine {
        padding: 30px 0 40px;
    }

    .dflip-magazine-thumb {
        margin-top: 20px;
    }
}

