body {
    font-family: "Monserrat", sans-serif;
}

p {
    font-size: 2rem;
    color: goldenrod;
}

.mobile-bg {
    background-image: url(./img/ML-2025-DESKTOP-BG.jpg);
    background-size: cover;
    background-position: bottom;
    align-items:center;
}

#ml-logo-img {
   align-self: center;
   max-width: 60%;
}

#logonav {
    color: goldenrod;
}



@media (max-width: 800px) { 
    .mobile-bg { 
        background-image: url(./img/ML-2025-MOBILE-BG.jpg);

    }

    #ml-logo {
    padding-bottom: 0px;
}

    #ml-logo-img {
   align-self: center;
   max-width: 100%;
   padding-bottom: 2rem;
   padding-top: 2rem;
}

    p {
        font-size: 1rem;
    }
 }