#footer p {
    margin-bottom: 1rem;
}

#pagesCont {
    top: 20px;
}

#pages-section {
    position: relative;
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#pages-main {
    width: 100%;
}

.subscribe-h1,
.subscribe-h2,
.subscribe-h3 {
    margin: 2rem 0rem 2rem 0rem !important;
}

.subNow-h1 {
    position: relative;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 3rem !important;
}

.subscribe-h1 {
    position: relative;
    top: -70px;
    margin: 0px !important;
    padding: 10px;
    font-size: 2rem !important;
    text-align: center;
    font-weight: 800;
    color: #000;
    background-color: #7480d3;
}

#innerCont {
    position: relative;
    top: -50px;
}

#boxOuter {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    background-color: #191e41;
    color: #fff;
}


#box {
    position: relative;
    width: 100%;
    margin-top: 2rem;

    margin-bottom: 1rem;
    padding: 50px 50px 0px 50px;
}

.offer {
    line-height: 3rem;
}

#copyButton {
    color: #fff;
    cursor: pointer;
}

#copied {
    display: none;
}

a.checkoutLink {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

a.no {
    color: blue !important;
}

a.home-p-call-to-action {
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
}

.home-p-call-to-action {
    background-color: #6865d0;
    text-decoration: none;
}

a .home-p-call-to-action:hover {
    background-color: #7170aa;
    text-decoration: none;
}

.checkoutLink {
    position: relative;
    top: -40px;
}

a.checkoutLink:hover {
    background-color: #7170aa;
    text-decoration: none;
}

@media only screen and (max-width: 500px) {

    #pages-section {
        width: 100%;
    }

    .subscribe-h1 {
        font-size: 1.6rem !important;
    }

    .subscribe-h2,
    .subscribe-h3 {
        font-size: 1.3em !important;
    }
}

.star {
    position: relative;
    bottom: 5px;
    font-size: 0.7rem;
}

.subscribe-p {
    text-align: center;
    font-size: 1.2rem;
}

.subscribe-p-small {
    text-align: center;
    font-size: 0.7rem;
    margin-top: 0px;
    padding-bottom: 5px;
}

#subscribeBottomSpacer {
    margin-bottom: 50px !important;
}