#logo,
#pagesCont,
#footer {
    left: auto;
    width: 100%;
}

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

#pagesCont {
    top: 20px;
}

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

#pages-main {
    width: 100%;
}

.get-started-main-h1 {
    font-size: 2rem !important;
    text-align: center;
    font-weight: 400;
}

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

h2 {
    font-weight: bold;
}

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

.get-started-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;
}

a.productLink {
    display: inline-block !important;
}

#hero13ProductImage {
    width: 350px;
    height: fit-content;
}

.productImage {
    width: 100%;
    max-width: fit-content;
    padding: 10px;
    cursor: pointer;
}

.instructionsP {
    text-align: left;
    font-size: 1.5rem;
    line-height: 3rem;
}

.numberRounded {
    width: 60px;
    height: 60px;
    color: #f50c23;
    font-size: 2rem;
    font-weight: bold;
    border-radius: 50%;
    border: 5px solid #f50c23;
    display: inline-block;
    text-align: center;

}

#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,
a:hover {
    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%;
    }

    .get-startedh1 {
        font-size: 1.6rem !important;
    }

    .get-startedh2,
    .get-startedh3 {
        font-size: 1.3em !important;
    }
}

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

.get-startedp {
    text-align: center;
    font-size: 1.2rem;
}

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

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