/* GENERAL  */

h3 {
    color: rgb(52, 53, 52);
    font-size: 200%;
}

h2 {
    color: #1e3b6f;
    font-size: 170%;
    font-weight: 500;
    text-align: justify;
    margin: 2rem 0 0 10rem;
}

p {
    font-size: 120%;
    text-align: justify;
    margin: 1rem 10rem 0 10rem;
    line-height: 1.5;
}

body {
    background-color: whitesmoke;
}

/* Text to jump to  */
#disk {
    margin-bottom: 10.5rem;
}

#video {
    margin-bottom: 15.25rem;
}

/* Disk Products  */
.Mega1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 5rem;
}

.DiskHeader {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.DWrapper {
    display: flex;
    margin-bottom: 2rem;
    justify-content: center;
    align-items: center;
}

.DProductsBlurb {
    text-align: center;
    margin: 0 0 0 0;
}


.DiskHeader h3 {
    margin-top: 2rem;
}

.DProductsBlurb p {
    margin: 1rem 5rem 0 10rem;
}

.DWrapper img {
    padding: 0 4.4rem 0 0;
}


/* Container for Video Products  */
.Mega {
    display: flex;
    justify-content: center;
    margin-bottom: 5rem;
}

/*Box Frame*/
.DFrame,
.VFrame {
    background-color: #abbbcf65;
    width: 80%;
    margin: 2rem 0 0 0;
    align-self: center;
    border-radius: 10px;
}


/*Video Products blurb*/
.VProductsBlurb {
    text-align: center;
    margin: 3rem 0 0 0;
}



/* Video Box*/
.VideoBox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0 10% 0 10%;
}

/* ul */
.VProducts,
.DProducts {
    width: 100%;
    list-style: disc inside;
    margin-top: 2rem;
}

.VProducts li,
.DProducts li {
    margin: 0 0 1rem 0;
    color: rgb(52, 53, 52);
    font-size: 120%;
    font-weight: 400;
}

.VProductsWrap {
    margin-bottom: 1rem;
}

.VideoImg img {
    padding: 8% 0 0 30%;
    margin-bottom: 3.3rem;
}

.SiteFooter {
    position: relative;
    /* position: fixed;
    bottom: 0; */
}


@media (max-width: 1550px) {
    .VideoImg img {
        padding: 8% 0 0 20%;
    }
}

@media (max-width: 1250px) {
    .DiskHeader p {
        margin: 1rem 2rem 0 2rem;
    }

    .DWrapper {
        flex-direction: column;
        justify-content: center;
    }

    .DiskImg {
        display: flex;
        justify-content: center;
    }

    .DiskImg img {
        padding: 0;
        margin: 1.8rem 0 0 0;
        width: 90%;
    }

    .DProductsBlurb h2 {
        margin: 2rem 0 0 2rem;
    }

    .DProductsBlurb p {
        margin: 1rem 2rem 0 2rem;
    }

    .VProductsBlurb p {
        margin: 1rem 2rem 0 2rem;
    }

    .VideoBox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .VideoImg img {
        padding: 0;
        margin: 0 0 1.8rem 0;
        width: 100%;
    }
}

@media (max-width: 500px) {

    p {
        text-align: left;
    }
}