/************************
 *** Top Level
 ************************/
html, body {
    width: 100%;
    height: 100%;
}

.main-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

section.section:last-child {
    padding: 24px;
}

footer.footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: auto;
    background-color: white;
}

.compact-level-nav {
    max-width: 40rem;
    margin: 1rem auto;
    margin-top: 0px;
}

table {
    table-layout: fixed;
}

/************************
 *** Landing Page Hero
 ************************/

.landing-hero {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.landing-intro-text-container {
    z-index: 4;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 50px;
    padding-right: 50px;
}

.landing-intro-text {
    max-width: 700px;
    font-size: 20px;
}

.landing-angled-div-overlay {
    position: absolute;
    top: -100px;
    left: 200px;
    height: 2000px;
    width: 900px;
    transform: rotate(-15deg);
    z-index: 3;
}

.landing-video {
    position: absolute;
    top: -40px;
    right: -300px;
    width: 100%;
    z-index: 2;
    max-width: 5000px;
}

.landing-product-description-column {
    font-size: larger;
    display: flex;
    justify-content: center;
    align-items: center;
}

/************************
 *** General Style
 ************************/

.article {
    max-width: 550px;
}
