body {
    background-color: #F5DB6E;
    background-size: cover;
    margin: 0;
    padding: 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.brand-logo {
    height: 40px;
    margin-right: 10px;
}

.brand-name {
    font-family: 'Unbounded', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    color: #000;
    text-decoration: none;
}

.navbar-nav .nav-link, 
.dropdown-menu .dropdown-item {
    font-family: 'Inter', sans-serif;
    font-size: 1.125rem;
}

.mbr-section-title {
    font-size: clamp(1.5rem, 4vw, 6rem);
}

.mbr-section-subtitle {
    font-size: clamp(1.5rem, 4vw, 4rem);
}

.navbar-nav {
    margin-right: 6rem;         /* Pulls the menu slightly left */
}

.navbar-nav .nav-item {
    margin-left: 2rem;          /* Adds space between menu items */
}

main.content {
    flex: 1 1 auto;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2rem;
    font-size: 1.25rem;
    max-height: calc(100vh - 120px); /* Adjusted for header and footer height */
}

main.content::-webkit-scrollbar {
    display: none;
}
main li {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

footer {
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    flex-shrink: 0;
}

nav.navbar {
    flex-shrink: 0;
}

.mbr-fonts-style {
    font-family: 'Unbounded', sans-serif;
    color: #654321;
    text-decoration: none; 
}

.mbr-section-title {
    font-size: clamp(1.5rem, 4vw, 6rem);
}

.mbr-section-subtitle {
    font-size: clamp(1.5rem, 4vw, 4rem);
}

.mbr-section-text {
    font-size: 1rem;
}

.index-body {
    background: url('../images/photo-1570786097801-b8b9531ed5cb.webp') no-repeat center center fixed;
    background-size: cover;
}

.index-body-text {
    color: #F5DB6E;
}
