body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    height: 100%;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-30 {
    margin-top: 30px;
}

.cont-waitlist {
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
    background-color: #e9e9e9;
    min-height: 100vh;
}

.cont-partner {
    display: flex;
    flex-direction: column;
    padding: 20px;
    position: relative;
}

.cont-welcome {
    display: flex;
    flex-direction: column;
    height: 100vh;
    background-image: url(/imgs/bkgrd-superhero.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    padding: 20px;
    position: relative;
    background-size: cover;
    position: relative;
}

.cont-hero-btns {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hero-content {
    display: flex;
    flex-direction: column;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
    margin: 0px auto;
    width: 100%;
}

.logo-hdr {
    width: 50px;
}

.home-badge {
    margin: 20px auto;
    background-color: #66CCFF;
    color: #ffffff;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 16px;
}

.home-badge h3 {
    font-size: 16px;
}

.content {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    margin: 0px auto;
}

.cont-partner-content {
    max-width: 600px;
}

.cont-home {
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    padding: 0px 20px;
}

.partner-title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
}

.home-title {
    font-size: 40px;
    color: #ffffff;
    text-align: center;
    text-shadow: #000 1px 0 10px;
}

.home-subtitle {
    color: #ffffff;
    text-align: center;
    font-weight: 200;
    text-shadow: #000 1px 0 10px;
}

.hero-caption {
    display: none;
}

.cont-how-content, .cont-partner-content {
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}

.btn {
    display: flex;
    justify-content: center;
    padding: 20px;
    font-weight: 800;
    border-radius: 20px;
    text-decoration: none;
}

.btn-light {
    background-color: #ffffff;
    color: #000000;
}

.btn-dark {
    background-color: #000000;
    color: #ffffff;
}

.btn-light-outline {
    background-color: transparent;
    color: #ffffff;
    border: 3px solid #ffffff;
}

.btn-grey-outline {
    background-color: transparent;
    color: #999;
    border: 3px solid #999999;
}

.btn-facebook {
    background-color: #1877F2;
    color: #ffffff;
}

.cont-how-it-works {
    display: flex;
    flex-direction: column;
    background-color: #000000;
    padding: 20px;
}

.how-title {
    font-size: 24px;
    color: #999999;
    font-weight: 400;
    text-align: center;
}

.row {
    display: flex;
    align-items: center;
}

.row-icon {
    gap: 20px;
}

.txt-grey {
    color: #999999;
}

.icon-grey {
    opacity: 0.5;
}

.partner-subtitle {
    font-weight: 400;
    text-align: center;
}

.rounded-promo {
    position: relative;
    border-radius: 45px;
    border: 3px solid #D2D2D2;
    padding: 20px;
}

.promo-badge {
    position: absolute;
    left: 60px;
    top: -12px;
    padding: 5px 15px;
    font-size: 12px;
    border-radius: 10px;
}

.badge-recommended {
    background-color: #A3E362;
    color: #ffffff;
}

.circle {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    padding: 10px;
    display: flex;
}

.circle-grey {
    background-color: #cccccc;
}

.cta-view-plans {
    text-align: center;
    font-weight: 800;
}

.cont-multi-promos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.cont-multi-promos > .rounded-promo {
    width: 50%;
    text-align: center;
    flex: 1;
    display: flex;        /* so content can be aligned */
    flex-direction: column;
    justify-content: center; /* vertically center content */
    align-items: center;     /* horizontally center content */
    text-align: center;
}

.txt-small {
    font-size: 14px;
}

.promo-small-bold {
    font-weight: 800;
}

.cont-partner-details {
    background-color: #000000;
    padding: 20px;
}

.btn-small {
    padding: 15px;
}

@media only screen and (min-width: 1000px) {

    .cont-welcome {
        background-size: cover;
        background-position: center;
    }

    .hdr {
        max-width: 1400px;
    }

    .cont-home {
        max-width: 600px;
    }

    .cont-how-content {
        max-width: 600px;
    }

}

@media only screen and (min-width: 1400px) {

    .cont-welcome {
        background-size: unset;
        background-image: url(/imgs/bkgrd-superhero-lrg.jpg);
        background-position: top -300px left -320px;
    }

    .cont-home {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        width: 100%;
        padding: 0px 20px;
    }

    .home-title {
        font-size: 80px;
        color: #000;
        text-align: left;
        text-shadow: none;
    }

    .home-subtitle {
        color: #000;
        text-align: left;
        font-weight: 200;
        font-size: 30px;
        text-shadow: none;
    }

    .btn-hero.btn-light {
        background-color: #000;
        color: #fff;
    }

    .btn-hero.btn-light-outline {
        background-color: transparent;
        color: #000;
        border: 3px solid #000;
        padding: 17px 20px;
    }

    .cont-hero-btns {
        display: flex;
        flex-direction: row;
        gap: 20px;
        align-items: center;
        position: relative;
    }

    .cont-hero-btns > .btn {
        width: 50%;
    }

    .how-title {
        font-size: 45px;
    }

    .hero-caption {
        display: block;
        position: absolute;
        right: -170px;
        bottom: 70px;
    }

}