#section-content,
#section-content .content {
    background-color: #f9f9f9;
}

.header1 {
    font-size: 28pt !important;
    text-align: center;
    margin: 40px 0 0 0;
}

.header2 {
    font-size: 28pt !important;
    text-align: center;
    margin: 20px 0 0 0;
}

.subheader2 {
    font-size: 2vw !important;
    color: var(--message-highlight-warning);
    text-align: center;
    font-weight: bold;
    margin-top: 25px;
}

.yearly img {
    position: relative;
    width: 18px;
    top: 2px;
}

.save10 img {
    width: 80px;
    padding-top: 20px;
}

.plan {
    background-color: #fff;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 5px;
    padding-bottom: 40px;
}

.shadow {
    -webkit-box-shadow: 0 10px 35px -5px rgba(153, 153, 153, 1);
    -moz-box-shadow: 0 10px 35px -5px rgba(153, 153, 153, 1);
    box-shadow: 0 10px 35px -5px rgba(153, 153, 153, 1);
}

.icon-rounded {
    clip-path: circle(50% at center);
    -webkit-clip-path: circle(50% at center);
    width: 100px;
    margin-top: 40px;
    position: relative;
}

.dead-simple-small {
    color: #999;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}

.dollar {
    vertical-align: top;
    font-size: 12pt;
}

.price {
    font-size: 3vw;
    font-weight: bolder;
}

.permonth, .peryear {
    color: #666;
    font-size: 1.5vw;
}


.peryear {
    margin-left: 11px;
}

.pricecompare {
    font-weight: bold;
    color: #555;
    margin-top: 26px;
    font-size: 1.5vw !important;
}

.pricing-features {
    color: #999;
    line-height: 30px;
    margin-top: 40px;
    font-size: 1.5vw !important;
}

.photos-upgrade {
    color: #333;
    margin-top: 1em;
}

.photos-upgrade .permonth {
    color: #333;
    font-size: 0.7em;
}

.planoptions {
    text-align: left;
}

.planoption {
    padding: 1em;
    border: 1px solid silver;
}

.header4 {
    margin-top: 40px;
    font-size: 2vw !important;
}

.happydance {
    color: #999;
    font-size: 1.1vw;
}

/*.start-free-trial-button {*/
    /*margin-top: 20px;*/
    /*background-color: var(--herdboss-blue);*/
    /*color: white;*/
    /*border: none;*/
    /*border-radius: 10px;*/
/*}*/

.subscribe-button,
.start-free-trial-button {
    margin-top: 20px;
    background-color: var(--herdboss-blue);
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 6px 15px;
    font-size: 1.5em !important;
}


.subscribe-button:disabled,
.start-free-trial-button:disabled
{
    background-color: var(--herdboss-button-disabled);
}

/* pure-u-md */ /* iPhones */
@media screen and (max-device-width: 812px) {

    .header4 {
        font-size: 6vw !important;
    }

    .pricing-features:nth-child(n+2) {
        margin-top: 0;
    }

    .pricing-features {
        line-height: 7vw;
        font-size: 5vw !important;
    }

    .pricecompare {
        font-size: 5vw !important;
    }

    .signup-choose-plan .usd-notice {
        margin-top: 1em;
        font-size: 4vw !important;
    }

    .start-free-trial-button {
        font-size: 6.5vw !important;
    }

    .header1, .header2 {
        font-size: 6vw !important;
    }

    .subheader2 {
        font-size: 3.5vw !important;
    }

    .pricing .plan img {
        width: 200px;
    }

    .price {
        font-size: 8vw;
    }

    .dollar {
        font-size: 3.5vw;
    }

    .permonth, .peryear {
        /*font-size: 3vw;*/
        font-size: 5vw;
    }

    .happydance {
        font-size: 4vw;
        margin-bottom: 1em;
    }
}