/* ============================================================
   LANDING PAGE ONLY STYLES
   Sets up the foundational styles used throughout the page.
============================================================ */
html, body {
    margin: 0px;
    padding: 0px;
    font-family: 'Arial', sans-serif;
}

.mytheme {
    background-size: cover; /* Cover the entire page */
    background-image: url('../images/e1.webp');
    background-position: center;
    background-attachment: fixed;
}
main {
    backdrop-filter: blur(4px);
}

#MinuteMindHowIllustration {
    margin: auto
}

.topheim-labs-logo {
    margin: 0px auto;
}


@media (min-width: 1199px) {
    .mytheme{
        padding-top: 110px;
    }
}