
@media (min-width: 800px) {
    html {
    }

    .hamburger {
        display: none;
    }

    .main-navigation {
        display: block;
    }

    .main-content {
        width: auto;
    }

    .container, .headerwrap, .jmagfooter, .ribbon .boxrestrict {
        max-width: 1250px;
    }

    .hero-left {
        width: 50%;
        padding-left: 20px;
    }

    .hero-right {
        width: 50%;
        padding-right: 20px;
    }

    .hero-banner .leftblock {
        width: auto;
    }

    .hero-banner .rightblock {
        width: 50%;
    }

    .offerblockcovertop2 {
        display: inline;
        z-index: 2;
        transform: rotate(7deg);
        left: 100px;
    }

    .offerblockcovertop3 {
        display: inline;
        z-index: 1;
        transform: rotate(17deg);
        left: 200px;
        top: 26px;
    }


    .hero-banner .hero-head {
        font-size: 45px;
        line-height: 55px;
        font-weight: 700;
        margin-top: 40px;
    }

    .hero-banner .hero-subhead {
        font-size: 25px;
        height: 40px;
        line-height: 40px;
    }

    .hero-banner .hero-cta {
        font-size: 17px;
        line-height: 39px;
        padding: 0px 40px;
    }

    .hero-banner .ctacovers {
        margin-left: 160px;
    }

    @media (min-width: 1224px) {

        .hero-left, .hero-right {
            padding: 0 0;
        }

        .hero-banner .hero-head {
            font-size: 65px;
            line-height: 55px;
        }

        .hero-banner .hero-subhead {
            margin-top: 30px;
            margin-right: 20px;
        }


        .hero-banner .leftblock {
            width: 625px;
        }
    }





    .slide-menu {
        display: none;
    }

        .slide-menu.active ~ .main-content {
            margin-left: 0;
        }



    .product-container {
        max-width: 600px;
        margin-right: 15px;
        padding-top: 25px;
    }

    #app {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
        justify-content: space-evenly;
    }

    .header {
        justify-content: space-between;
    }

    .header-logo {
        width: 400px; /* you must control size somehow */
        height: 50px;
        background-position: left center;
    }




    .cta-buy {
        width: 80%;
    }


    .grid3 {
        grid-template-columns: repeat(3, 1fr);
    }


    .benefit-bar {
        text-align: left;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

        .benefit-bar .icon-text {
            text-align: center;
        }

    .pricing-grid {
        grid-template-columns: repeat(3, 1fr);
        align-items: stretch;
    }

    .page-blocks h1, .footer-page h1 {
        color: #000000;
        font-size: 36px;
        line-height: 40px;
    }


    .page-blocks h2.home, .footer-page h2.home {
        font-size: 28px;
        line-height: 32px;
    }

    .pricing-card h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .pricing-card h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .jmagfooter .footlinks {
        justify-content: flex-end;
    }

    .footbox {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

    .footer-logo {
        flex-grow: 1;
    }

    .issue-offer-grid {
        display: grid;
        grid-template-columns: min-content 1fr;
        grid-template-rows: 1fr 1fr;
        gap: 10px;
    }

        .issue-offer-grid .cover {
            grid-row: span 2;
            width: auto;
        }

        .issue-offer-grid .offer-cta {
            grid-column: span 1;
            width: auto;
        }


            .issue-offer-grid .offer-cta a {
                min-width: 350px;
                width: auto;
            }
}

@media (min-width: 1024px) {
    .side-cover {
        display: inherit;
        border-radius: 8px;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
        width: 250px;
        margin-top: 40px;
        margin-bottom: 40px;
        margin-left: 20px;
        align-self: flex-start;
    }


    .coverfloat .side-cover {
        margin-top: 10px;
    }
}

@media (min-width: 1224px) {


    .headerwrap, .boxrestrict, .container {
        padding: 0 0;
    }
}