
/* =========================
   INDEX / SITE PAGES
========================= */

.index-body {
    background: url('../images/photo-1570786097801-b8b9531ed5cb.webp') no-repeat center center fixed;
    background-size: cover;
}

.index-body-text {
    color: #F5DB6E;
}

/* =========================
   FOOTER
========================= */

footer {
    text-align: center;
    padding: 10px;
    background-color: rgba(255,255,255,0.8);
}

/* =========================
   OPTIONAL PAGE HELPERS
========================= */

.mbr-section-title {
    font-size: clamp(1.5rem, 4vw, 6rem);
}

.mbr-section-subtitle {
    font-size: clamp(1.5rem, 4vw, 4rem);
}
