body{
    padding: 0px;
    margin: 0px;
}
*{
    font-family: Arial, Helvetica, sans-serif;
}
#container{
    max-width: 730px;
    margin: 20px auto;
    box-shadow: 0px 0px 25px rgb(61, 61, 61);
    box-sizing: border-box;
}
h2{
    text-align: center;
    font-weight: 900;
}
p{
    text-align: justify;
}
img{
    display: block;
}
.text-ul{
    text-decoration: underline;
}
.text-it{
    font-style: italic;
}
.text-red{
    color: rgb(202, 0, 0) !important;
}
.text-bold{
    font-weight: bold;
}
.text-yellow{
    background-color: rgb(255, 239, 161);
}
.right-text{
    text-align: right;
    margin: 7px 0px;
}
#signature{
    margin: 70px 15px 50px 0px;
}
#signature #name{
    font: 400 30px/0.8 'Great Vibes', Helvetica, sans-serif;
    margin-bottom: 17px;
}


.flag-logo{
    width: 100%;
    height: 180px;
}
/* HEADER SECTION */
.header-section{
    padding: 10px 50px 0px 50px;
}
.header-section h2{
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
}
.header-section .first-headline{
    font-size: 170%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin-bottom: -5px;
    font-weight: 900;
}
.header-section .second-headline{
    font-size: 140%;
    font-weight: 900;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* CONTENT SECTION */
.content-section{
    padding: 5px 45px 3px 45px;
}
.content-section p{
    font-size: 120%;
}
.content-section .inner-section h2{
    max-width: 600px;
    margin: 35px auto;
    font-weight: 900;
}
.content-section .inner-section a{
    text-decoration: none;
    font-size: 150%;
    font-weight: 900;
    padding: 10px 10px;
    width: 500px;
    border-radius: 10px;
    transform: scale(1.2, 1.5);
    color: white !important;
    background-color: #820C02;
    display: block;
    text-align: center;
    margin: 80px auto 60px auto;
}
.content-section .inner-section a:visited{
    color: rgb(202, 0, 0);
}
.content-section .inner-section img{
    width: 550px;
    margin: 35px auto;
}
.content-section .inner-section iframe{
    display: block;
    margin: 30px auto;
    width: 650px;
    height: 350px;
}
.content-section .inner-section li{
    font-size: 120%;
    text-align: justify;
    margin: 15px 0px;
}
.content-section .inner-section .text-image{
    width: 600px !important;
    border-radius: 10px;
}
.content-section .inner-section .special-section{
    margin: 50px -25px;
    padding: 5px 30px 15px 30px;
    -webkit-box-shadow: inset 0px 0px 10px 0px rgb(53, 194, 255);
    -moz-box-shadow: inset 0px 0px 10px 0px rgb(53, 194, 255);
    box-shadow: inset 0px 0px 10px 0px rgb(53, 194, 255);
    background-color: rgb(246, 252, 255);
}
.content-section .inner-section .image-shadow{
    box-shadow: 0px 0px 25px rgb(105, 105, 105);
    width: 400px !important;
}
.content-section .inner-section #bottle-image{
    margin: -20px auto 0px auto !important;
    width: 450px;
}
.content-section .inner-section #trump-image{
    width: 380px;
}
.content-section .inner-section #bible-image{
    width: 620px;
}

    /* MONEY BACK */
.content-section .money-back-section{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 20px 0px 20px;
    border: 5px solid #C15436;
    background-color: rgb(255, 240, 235);
}
.content-section .money-back-section p{
    margin-bottom: 15px;
    margin-top: 0px;
}
.content-section .money-back-section img{
    width: 180px;
    position: relative;
    top: 18px;
}
.content-section .money-back-section .left-card{
    width: 75%;
    padding-right: 20px;
}

/* FREE BONUS */
.free-bonus-section{
    background-image: linear-gradient(to right, rgb(195, 255, 195), rgb(231, 255, 231), rgb(232, 255, 232), rgb(230, 255, 230), rgb(215, 255, 215), rgb(176, 255, 176));
    border-radius: 15px;
    padding: 5px 20px;
    margin: 50px auto;
}
.free-bonus-section hr{
    width: 90%;
    border: 3px solid #00698D;
    border-radius: 10px;
    margin: 25px auto;
}
.free-bonus-card{
    margin: 25px auto;
}
.free-bonus-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin: -10px auto -20px auto;
}
.free-bonus-flex p{
    width: 300px;
    align-self: center;
}
.free-bonus-card img{
    display: block;
    width: 200px !important;
    margin: 0px !important;
    flex-shrink: 0;
}
.free-bonus-card h1{
    text-align: center;
    color: #00698D;
    font-size: 200%;
}

    /* CUSTOMERS */
.content-section .email-review{
    width: auto;
    padding: 5px 20px 5px 0px;
    background-color: #F9F4D6;
    border: 2px solid darkgray;
    border-radius: 10px;
    margin-bottom: 30px;
}
.content-section .email-review img{
    width: 70px;
    float: left;
    margin: 0px 20px 15px 15px;
}
.content-section .customer-review{
    font-size: 110%;
    padding-left: 85px;
    color: rgb(48, 48, 48);
}
.content-section .customer-review-author{
    text-align: right;
    font-weight: bold;
}

/* PACKAGE */
.package-section{
    margin: 50px -40px 40px -40px;
}
.package-section *{
    text-align: center;
}
.button-container{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
}
.le-button{
    width: 34%;
    border-radius: 15px;
    border: 1px solid #033455;
    transition: linear 0.2s;
}
.button-outer{
    width: 31%;
}
.button-top{
    background-color: #20445D;
    padding: 20px 20px 1px 20px;
    color: white;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}
.button-top p{
    margin-top: 10px;
    font-size: 140%;
}
.button-premium .button-top{
    background-color: rgb(219, 21, 21);
    color: white;
    font-size: 120% !important;
}
.button-premium {
    border: 1px solid rgb(219, 21, 21);
}
.button-top h2{
    margin: 0px;
    font-weight: 700;
}
.button-mid{
    background-image: url("../images/Bgr-Sun-Rays_Patriotriseup.jpg");
    background-size: cover;
}
.button-mid h1{
    padding-top: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 145%;
    font-weight: bold;
    color: white;
}
.button-mid img{
    width: 100%;
    margin: 23px auto;
}
.button-premium .button-mid h1{
    padding-top: 30px;
    margin-bottom: 0px;
}
.button-bot{
    padding-bottom: 5px;
}
.button-bot p{
    margin: 8px;
    font-size: 140% !important;
    font-weight: bold;
}
.button-bot img{
    width: 200px;
    display: block;
    margin: 10px auto;
}
.button-bot .btn-small-text{
    font-size: 80% !important;
    margin: 8px !important;
}
.new-buy-btn {
    transition: 0.15s;
    display: block;
    margin: 0 auto;
}
.le-button:hover{
    box-shadow: 0px 0px 15px #144B6D;
}
.button-premium:hover{
    box-shadow: 0px 0px 20px #DB1515;
}
.button-bot .price-small-text{
    font-size: 90% !important;
    margin: 5px;
}

/* PACKAGE UPSELL */
.package-section-upsell{
    text-align: center;
}
.package-section-upsell p{
    text-align: center;
}
.package-section-upsell .upsell-text{
    margin: 30px;
    font-weight: 900;
    font-size: 150%;
    color: rgb(0, 100, 0);
}
.package-section-upsell #upsell-img{
    width: 450px !important;
    display: block;
    margin: 20px auto;
}
.package-section-upsell #trump-train{
    display: block;
    width: 100%;
    margin: -50px auto -100px auto;
}
.add-to-order{
    margin: 30px auto 0px auto;
    display: block;
    width: 320px;
    height: 80px;
    position: relative;
    z-index: 1;
}
.no-thanks{
    text-decoration: none;
    color: black;
    display: block;
    font-weight: bold;
    font-size: 120%;
    margin: 30px auto 50px auto;
}

/* SHIPPING TABLE */
#shipping-table{
    margin: 50px auto;
}
#shipping-table table{
    border-collapse: collapse;
    width: 100%;
}
#shipping-table td, th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
#shipping-table tbody tr:hover {
    background-color: rgb(241, 241, 241);
}
#shipping-table thead tr{
    background-color: #00405B;
    color: white;
}


/* LANDING PAGE FOOTER */
footer{
    width: 100%;
    background-color: rgb(7, 28, 41);
    padding: 30px 0px 10px 0px;
    text-align: center;
}
footer p{
    color:white;
    text-align: center;
}
#footer-links{
    padding: 10px 60px;
    border-radius: 15px;
    background-color: rgb(52, 60, 71);
    margin: 0 auto 25px auto;
    display: inline-block;
}
footer p{
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
}
#footer-links p{
    margin: 0;
}
#footer-links a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 90%;
}
#footer-links a:hover{
    border-bottom: 2px solid white;
}
#copyright-title{
    font-size: 80%;
    font-weight: bold;
}
.copyright-text{
    font-size: 75%;
}

/* FOOTER LINKS */
.body-footer{
    width: 100%;
    background-image: linear-gradient(rgb(243, 243, 243) 10%,white);
}
.container-footer1{
    max-width: 1000px;
    padding: 20px;
    background-color: white;
    margin: 0 auto;
}
.container-footer1 h2{
    text-align: center;
    color: rgb(231, 0, 0);
    font-weight: 900;
    margin-bottom: 30px;
}
.container-footer1 a{
    text-decoration: none;
}
.research-links a{
    display: block;
    margin-bottom: 8px;
    text-align: justify;
    font-size: 110%;
}
.container-footer1 h4{
    text-align: left;
    font-weight: 900;
    margin: 20px 0;
}
.container-footer1 li{
    text-align: left;
}
.container-footer1 p{
    text-align: justify;
    font-size: 110%;
}
.body-footer hr{
    height: 4px;
    background-color: #222B6A;
    margin-bottom: 45px;
}

.container-footer2{
    max-width: 1000px;
    padding: 30px 0;
    margin: 0 auto;
}
.container-footer2 img{
    width: 150px;
    height: 60px;
    display: block;
    margin-bottom: 50px;
}
.container-footer2 .text{
    text-align: left;
    padding: 25px;
    background-color: #EEEEEE;
    border-radius: 30px;
    margin-bottom: 30px;
}
.container-footer2 h3,h4{
    text-align: left;
    font-weight: bold;
}
.container-footer2 p{
    text-align: justify;
    font-size: 110%;
}
.container-footer2 a{
    text-decoration: none;
    font-weight: bold;
}
.container-footer2 .disclaimer-links{
    margin-bottom: 30px;
}
.container-footer2 .footer2-text{
    text-align: center;
    font-size: 100%;
}
.container-footer2 .footer2-copyright{
    text-align: center;
    font-size: 100%;
    color:#a7a7a7;
}
.container-footer2 .text a{
    font-weight: normal 
}
.container-footer2 .text a:visited{
    color: #551A8F;
}
.container-footer2 li{
    text-align: justify;
    font-size: 110%;
    list-style: none;
}
.container-footer2 ul li::before{
    content: '✓';
}

/* MEMBERS */
#container-members{
    max-width: 1000px;
    margin: 60px auto 0 auto;
}
    /* MEMBERS HEADER */
    #header-members{
        padding: 15px 20px;
        margin: 0 auto 50px auto;
        
        max-width: 700px;
        font-weight: bold;
        font-size: 255%;
        color: white;
        background-color: #820C02;
        transform: scale(.9, 1.4);
        text-shadow: -1px 2px 3px black;
        text-align: center;
    }
    /* MEMBERS CONTENT */
    #members-content{
        margin-bottom: 20px;
        padding: 10px;
    }
    #members-content h3{
        color: #A81103;
        text-align: center;
        font-size: 200%;
    }
    #members-content p{
        text-align: justify;
        font-size: 130%;
    }
    #members-content a{
        text-decoration: none;
    }

    /* MEMBERS BUNDLE */
    #members-bundle{
        padding: 20px;
        border: 5px dashed #2399D5;
        border-radius: 10px;
        margin-bottom: 50px;
    }
    #members-bundle h1{
        font-weight: bold;
        transform: scale(1, 1.3);
        margin-bottom: 40px;
        text-align: center;
    }
    #members-bundle img{
        width: 420px;
        margin: 0px auto 20px auto;
    }
    #members-bundle p{
        text-align: justify;
        font-size: 130%;
        font-weight: bold;
    }
    /* MEMBERS BONUS */
    #members-bonus-container{
        background-image: url('../images/darkblue-texture.jpg');
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .members-bonus{
        -webkit-box-shadow: inset 0px 0px 19px -1px  rgb(0, 0, 0);
        -moz-box-shadow: inset 0px 0px 19px -1px  rgb(0, 0, 0);
        box-shadow: inset 0px 0px 19px -1px rgb(0, 0, 0);
        padding: 50px 15px 20px 15px;
    }
    .members-bonus-card{
        max-width: 1000px;
        margin: 0px auto 20px auto;
    }
    .members-bonus-card h1{
        color: rgb(255, 182, 45);
        font-weight: bold;
        text-align: center;
        transform: scale(1,1.3);
        -moz-transform: scale(1,1.3);
        -ms-transform: scale(1,1.3);
        -webkit-transform: scale(1,1.3);
        -o-transform: scale(1,1.3);
        text-shadow: 0.5px 0.5px rgb(122, 122, 122);
    }
    .members-bonus-card hr{
        background-color: white;
        margin: 30px 0px;
    }
    .card-section{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }
    .members-left-card{
        width: 400px;
        position: relative;
        top: 25px;
        left: 50px;
    }
    .members-left-card p{
        color: white;
        font-size: 120%;
        margin: 35px 10px;
        text-align: center;
    }
    .members-left-card img{
        width: 250px;
        display: block;
        margin: 0 auto 20px auto;
    }
    .members-right-card img{
        width: 350px;
    }

/* --- MEDIA QUERIES --- */

    /* LANDING PAGE */
    @media screen and (max-width: 730px){
        #container{
            margin-top: 0px;
        }

        /* HEADER SECTION */
        .flag-logo{
            height: 165px;
        }
        .header-section .first-headline{
            font-size: 160%;
        }
        .header-section .second-headline{
            font-size: 140%;
        }

        /* CONTENT SECTION */
        .content-section{
            padding: 5px 20px 3px 20px;
        }
        .content-section p{
            font-size: 110%;
        }
        .content-section .inner-section h2{
            max-width: 700px;
            margin: 35px auto;
            padding: 0px 50px;
            font-size: 140%;
        }
        .content-section .inner-section a{
            font-size: 135%;
            width: 450px;
            margin: 70px auto 50px auto;
        }
        .content-section .inner-section img{
            width: 480px;
        }
        .content-section .inner-section iframe{
            width: 100%;
        }
        .content-section .inner-section li{
            font-size: 110%;
        }
        .content-section .inner-section .special-section{
            margin: 50px 0px;
            padding: 5px 20px 10px 20px;
        }
        .content-section .inner-section .text-image{
            width: 560px !important;
        }
        .content-section .inner-section .image-shadow{
            width: 350px !important;
        }
        .content-section .inner-section #trump-image{
            width: 350px;
        }
        .content-section .inner-section #bible-image{
            width: 580px;
        }

        .content-section .money-back-section{
            padding: 15px 15px 0px 15px;
        }
        .content-section .money-back-section img{
            width: 180px;
            top: -5px;
        }
        .content-section .money-back-section .left-card{
            padding-right: 10px;
        }

        .content-section .customer-review{
            font-size: 105%;
            padding-left: 15px;
            padding-right: 15px;
            margin-bottom: -5px;
        }

        /* FREE BONUS */
        .free-bonus-section{
            padding: 5px 15px;
            margin: 30px auto;
        }
        .free-bonus-card{
            margin: 20px auto;
        }
        .free-bonus-flex{
            display: flex;
            flex-direction: column;
            margin: -15px auto 0px auto;
        }
        .free-bonus-flex p{
            width: 500px;
            text-align: center;
            font-size: 130%;
            margin-top: 10px;
        }
        .free-bonus-card img{
            width: 300px !important;
            margin: 0px auto !important;
        }

        /* PACKAGE */
        .package-section{
            width: 350px;
            margin-right: auto;
            margin-left: auto;
        }
        .package-section h2{
            font-size: 200%;
        }
        .button-container{
            display: block;
            margin-left: 0px;
            margin-right: 0px;
        }
        .le-button{
            margin: 15px auto;
            width: 250px;
        }

        /* PACKAGE UPSELL */
        .package-section-upsell .upsell-text{
            font-size: 140%;
        }
        .add-to-order{
            margin: 10px auto;
            width: 300px;
        }
        /* FOOTER */
        footer{
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            padding-left: 10px;
            padding-right: 10px;
        }

        /* MEMBERS */
            /* MEMBERS HEADER */
            #header-members{
                padding: 10px 15px;
                font-size: 240%;
            }
            /* MEMBERS CONTENT */
            #members-content h3{
                font-size: 180%;
            }
            #members-content p{
                font-size: 110%;
            }
            /* MEMBERS BUNDLE */
            #members-bundle h1{
                font-size: 210%;
            }
            #members-bundle p{
                font-size: 110%;
            }
            #members-bundle img{
                width: 400px;
            }
            /* MEMBERS BONUS */
            .card-section{
                margin-bottom: -30px;
            }
            .members-left-card{
                width: 400px;
                left: 40px;
            }
            .members-left-card p{
                font-size: 110% !important;
            }
            .members-left-card img{
                width: 250px;
            }
            .members-right-card img{
                width: 330px;
            }
    }
    @media screen and (max-width: 674px){
        
    /* HEADER SECTION */
    .flag-logo{
        height: 150px;
    }
    .header-section{
        padding: 10px 40px 0px 40px;
    }
    .header-section .first-headline{
        font-size: 145%;
    }
    .header-section .second-headline{
        font-size: 125%;
    }

    /* CONTENT SECTION */
    .content-section{
        padding: 5px 15px 3px 15px;
    }
    .content-section p{
        font-size: 100%;
    }
    .content-section .inner-section h2{
        max-width: 700px;
        margin: 20px auto;
        padding: 0px 50px;
        font-size: 130%;
    }
    .content-section .inner-section a{
        font-size: 110%;
        max-width: 340px;
        transform: scale(1, 1.3);
        margin: 50px auto 50px auto;
    }
    .content-section .inner-section .special-section{
        padding: 5px 15px 10px 15px;
    }
    .content-section .inner-section img{
        width: 80%;
    }
    .content-section .inner-section iframe{
        width: 90vw;
        height: 45vw;
    }
    .content-section .inner-section ul{
        padding-left: 30px;
    }
    .content-section .inner-section li{
        font-size: 100%;
    }
    .content-section .inner-section .text-image{
        width: 90% !important;
    }
    .content-section .inner-section .image-shadow{
        width: 55% !important;
    }
    .content-section .inner-section #bottle-image{
        width: 90%;
        margin-top: 15px !important;
    }
    .content-section .inner-section #trump-image{
        width: 50%;
    }
    .content-section .inner-section #bible-image{
        width: 85%;
    }

    .content-section .money-back-section{
        padding: 0px 15px;
        flex-direction: column-reverse;
    }
    .content-section .money-back-section img{
        width: 160px;
        display: block;
        margin: 10px auto;
        top: 0px;
    }
    .content-section .money-back-section .left-card{
        padding-right: 0px;
        width: auto;
    }
    .content-section .money-back-section .left-card p{
        text-align: center;
    }

    .content-section .customer-review{
        font-size: 100%;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
    }

    /* CUSTOMER SECTION */ 
    .content-section .email-review{
        padding: 0px 10px 0px 0px;
    }
    .content-section .email-review img{
        margin: 0px 15px 10px 10px;
    }

    /* FREE BONUS */
    .free-bonus-card{
        margin: 20px auto;
    }
    .free-bonus-card h1{
        font-size: 170%;
    }
    .free-bonus-flex{
        margin: -20px auto 0px auto;
    }
    .free-bonus-flex p{
        width: 90%;
        font-size: 120%;
    }
    .free-bonus-card img{
        width: 280px !important;
        margin: 0px auto !important;
    }

    /* PACKAGE SECTION */
    .package-section{
        margin-bottom: 30px;
    }

    /* PACKAGE UPSELL */
    .package-section-upsell .upsell-text{
        font-size: 130%;
        margin: 25px;
    }
    .package-section-upsell #upsell-img{
        width: 75% !important;
    }
    .package-section-upsell #trump-train{
        width: 90%;
        position: relative;
        left: 5px;
        margin: -20px auto -60px auto;
    }
    .add-to-order{
        width: 230px;
        height: initial;
        margin: 0px auto;
    }
    .no-thanks{
        font-size: 105%;
    }

    /* SHIPPING TABLE */
    #shipping-table{
        margin: 40px auto;
    }
    #shipping-table td, th {
        font-size: 90%;
    }

    /* FOOTER */
    #footer-links a{
        font-size: 75%;
    }
    #footer-links{
        padding: 10px 40px;
    }
    /* FOOTER LINKS */
    .container-footer1 h2{
        font-size: 190%;
    }
    .container-footer1{
        padding: 10px;
    }
    .container-footer2 h3,h4{
        font-size: 140%;
    }
    .container-footer2 p{
        font-size: 100%;
    }
    .container-footer2 .text{
        padding: 20px 10px;
    }
    .container-footer2 li{
        font-size: 100%;
        margin-left: -15px;
    }

    /* MEMBERS */
        #container-members{
            margin-top: 40px;
        }
        /* MEMBERS HEADER */
        #header-members{
            padding: 10px 15px;
            font-size: 220%;
        }
        /* MEMBERS CONTENT */
        #members-content h3{
            font-size: 160%;
        }
        #members-content p{
            font-size: 100%;
        }
        /* MEMBERS BUNDLE */
        #members-bundle h1{
            font-size: 190%;
        }
        #members-bundle p{
            font-size: 100%;
        }
        #members-bundle img{
            width: 75%;
        }
        /* MEMBERS BONUS */
        .members-bonus-card h1{
            font-size: 210%;
        }
        .card-section{
            flex-direction: column-reverse;
            margin-bottom: -5px;
        }
        .members-left-card{
            width: auto;
            position: static;
            margin: 0 auto;
        }
        .members-left-card p{
            font-size: 100% !important;
            margin: 0px 10px 35px 10px;
        }
        .members-left-card img{
            width: 220px;
        }
        .members-right-card{
            margin: -5px 0px 20px 0px;
        }
        .members-right-card img{
            width: 300px;
            display: block;
            margin: 0 auto;
        }
    }
    @media screen and (max-width: 400px){
        
        /* HEADER SECTION */
        .flag-logo{
            height: 120px;
        }
        .header-section{
            padding: 10px 25px 0px 25px;
        }
        .header-section .first-headline{
            font-size: 130%;
        }
        .header-section .second-headline{
            font-size: 115%;
        }

        /* CONTENT SECTION */
        .content-section .inner-section h2{
            padding: 0px 15px;
            font-size: 115%;
        }
        .content-section .inner-section a{
            font-size: 100%;
            width: 270px;
            font-weight: 700;
            border-radius: 5px;
            padding: 5px 7px;
            transform: scale(1.1, 1.3);
            margin: 40px auto 40px auto;
        }
        .content-section .inner-section img{
            width: 80%;
            margin: 20px auto;
        }
        .content-section .inner-section .special-section{
            margin: 50px -5px;
            padding: 5px 15px 10px 15px;
        }
        .content-section .inner-section #bottle-image{
            width: 350px;
        }
        .content-section .inner-section ul{
            padding-left: 15px;
        }
        .content-section .inner-section li{
            font-size: 95%;
        }
        .content-section .inner-section .text-image{
            width: 100% !important;
        }
        .content-section .inner-section .image-shadow{
            width: 55% !important;
        }
        .content-section .inner-section #trump-image{
            width: 60%;
        }
        .content-section .inner-section #bottle-image{
            width: 100%;
            margin-top: 0px !important;
        }
        .content-section .inner-section #bible-image{
            width: 85%;
        }

        .content-section .money-back-section img{
            width: 130px;
        }

        .content-section .customer-review{
            font-size: 95%;
            padding-left: 10px;
            padding-right: 10px;
            margin-bottom: 0px;
        }

        /* FREE BONUS */
        .free-bonus-card{
            margin: 15px;
        }
        .free-bonus-card h1{
            font-size: 150%;
        }
        .free-bonus-flex{
            margin: -20px auto 0px auto;
        }
        .free-bonus-flex p{
            font-size: 110%;
            margin: 5px;
        }
        .free-bonus-card img{
            width: 95% !important;
            margin: 0px auto !important;
        }

        /* PACKAGE SECTION */
        .package-section{
            width: auto;
        }

        /* PACKAGE UPSELL */
        .package-section-upsell .upsell-text{
            font-size: 110%;
            margin: 20px;
        }
        .package-section-upsell #upsell-img{
            width: 85% !important;
        }
        .package-section-upsell #trump-train{
            margin: -10px auto -35px auto;
        }
        .add-to-order{
            width: 200px;
            margin: 0px auto;
        }
        .no-thanks{
            padding: 8px 30px;
            font-size: 90%;
        }

        /* SHIPPING TABLE */
        #shipping-table td, th {
            font-size: 80%;
        }

        /* FOOTER LINKS */
        #footer-links{
            padding: 10px 25px;
        }
        .container-footer1 p{
            text-align: justify;
            font-size: 100%;
        }

        /* MEMBERS */
            /* MEMBERS HEADER */
            #header-members{
                padding: 10px 15px;
                font-size: 200%;
            }
            /* MEMBERS CONTENT */
            #members-content h3{
                font-size: 150%;
            }
            #members-content p{
                font-size: 90%;
            }
            /* MEMBERS BUNDLE */
            #members-bundle h1{
                font-size: 160%;
                margin-bottom: 20px;
            }
            #members-bundle p{
                font-size: 90%;
            }
            #members-bundle img{
                width: 100%;
            }
            /* MEMBERS BONUS */
            .members-bonus-card h1{
                    font-size: 190%;
                }
                .members-left-card p{
                    font-size: 90% !important;
                }
                .members-left-card img{
                    width: 60%;
                }
                .members-right-card{
                    right: 20px;
                }
                .members-right-card img{
                    width: 90%;
                }
    }