﻿#hero-background-home {
    background-image: url('/Content/2022-home/hero-home-v1.jpg');
    min-height: 40rem;
    background-size: cover;
    background-position: center;
    padding: 2rem 1rem;
}

.dark-background {
    background-color: #2c2c2c;
    color: #fff;
}

.home-section-header {
    font-weight: 900;
    text-transform: uppercase;
    font-size: 46px;
    padding: 4rem 0 2.5rem 0;
    text-align: center;
}

#hero-home-logo {
    max-height: 5rem;
}

#hero-home-messaging {
    margin-top: 5rem;
}

#hero-home-messaging h1 {
    color: #fff;
    font-weight: 900;
    font-size: 3rem;
    line-height: 3rem;
}

#hero-home-button {
    margin-top: 4rem;
}

#video-home {
    background-color: #111111;
    padding: 2rem 1rem;
}

#video-home #text-container {
    color: #fff;
}

#bonuses-container-home {
    background-color: #fff;
    text-align: center;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

#bonuses-container-home #title {
    font-weight: 900;
    font-size: 2.2rem;
}

.reward-feature-card-home {
    padding: 1.5rem;
    text-align: center;
}

.reward-feature-card-home img {
    border-radius: 1rem;
}

#sample-container-home {
    background-color: #e61769;
    text-align: center;
    padding: 3rem;
    padding-left: initial;
    padding-right: initial;
}

#sample-container-home #title {
    color: #fff;
    font-weight: 900;
    font-size: 2.5rem;
}

#sample-container-home .saving-amount {
    font-weight: 800;
    color: #fff;
    font-size: 1rem;
    margin-top: 0.5rem;
    text-transform: uppercase;
}

#join-background-home {
    background-image: url('/Content/2022-home/join-background.jpg');
    min-height: 30rem;
    background-size: cover;
    background-position: center;
    padding-bottom: 6rem;
    text-align: center;
    color: #fff;
    padding-top: 2rem;
}

#join-home-messaging {
    margin-top: 2rem;
}

#join-home-messaging h1 {
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

#join-home-button {
    margin-top: 2rem;
}

#prefooter-home {
    background: #e51667;
    min-height: 15rem;
    background-size: cover;
    padding: 2rem 2rem 0 2rem;
    text-align: left;
    color: #fff;
}

#prefooter-home-messaging {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

#prefooter-home-messaging h1 {
    font-weight: 900;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

#prefooter-home-app-container {
    margin-top: -100px;
}

footer {
    background-color: #111111;
    padding: 3rem;
    font-size: 13px;
    color: #bfbfbf;
}

footer a {
    color: #bfbfbf;
    text-decoration: none;
}

footer a:hover, a:active {
    text-decoration: underline;
    color: #bfbfbf;
}

.hero-btn {
    padding: 0.4rem 3rem 0.8rem 3rem;
    font-size: 1.7rem;
    border-radius: 3rem;
    line-height: 2.5rem;
    font-weight: 400;
}


/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

    #join-background-home {
        /*text-align: right;*/
        padding: 2rem;
    }

    #join-home-button {
        margin-top: 4rem;
    }

    #join-background-home {
        padding-bottom: 2rem;
    }

    #hero-home-messaging h1 {
        font-size: 4rem;
        line-height: 3.5rem;
    }

    #sample-container-home {
        padding: 3rem;
    }

    #sample-container-home #title {
        font-size: 2.5rem;
    }

    #hero-home-logo {
        max-height: 7rem;
    }

    #prefooter-home-messaging {
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    #prefooter-home-messaging h1 {
        font-size: 2rem;
        line-height: 2rem;
    }

    #prefooter-home-messaging h5 {
        font-size: 1.1rem;
    }

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {

    .hero-btn {
        padding: 0.4rem 5rem 0.8rem 5rem;
        font-size: 2.5rem;
        border-radius: 3rem;
        line-height: 4rem;
        font-weight: 400;
    }

    #join-home-messaging h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    #prefooter-home-messaging {
        margin-top: 0;
    }

    #prefooter-home-messaging h1 {
        font-size: 3.5rem;
        line-height: 3.75rem;
    }

    #sample-container-home {
        padding: 3rem;
    }

    #sample-container-home #title {
        font-size: 3.5rem;
    }

    #sample-container-home .saving-amount {
        font-size: 1.5rem;
    }

    #bonuses-container-home {
        padding: 3rem;
    }

    #bonuses-container-home #title {
        font-size: 3.5rem;
    }

    #video-home #text-container {
        padding-left: 2rem;
    }

    #video-home #text-container h4 {
        font-size: 1.2rem;
    }

}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .hero-btn {
        padding: 0.4rem 5rem 0.8rem 5rem;
        font-size: 2.5rem;
        border-radius: 3rem;
        line-height: 4rem;
        font-weight: 400;
    }

    #prefooter-home-messaging h1 {
        font-size: 3rem;
    }

    #prefooter-home-messaging h5 {
        font-size: 1.25rem;
    }

    #video-home {
        background-color: #111111;
        padding: 3rem;
    }

    #video-home #text-container h4 {
        font-size: 1.6rem;
    }
}

/* Custom Breakpoint */
@media (min-width: 1600px) {
}


/* --------------- UTILITIES --------------- */
.btn-pink {
    background-color: #e51667;
    border-color: #e51667;
    color: #fff;
    font-weight: bold;
}

    .btn-pink:hover,
    .btn-pink:focus,
    .btn-pink:active,
    .btn-pink.active {
        background-color: #bf1256;
        border-color: #bf1256;
        color: #fff;
    }

    .btn-pink.disabled:hover,
    .btn-pink.disabled:focus,
    .btn-pink.disabled:active,
    .btn-pink.disabled.active,
    .btn-pink[disabled]:hover,
    .btn-pink[disabled]:focus,
    .btn-pink[disabled]:active,
    .btn-pink[disabled].active,
    fieldset[disabled] .btn-pink:hover,
    fieldset[disabled] .btn-pink:focus,
    fieldset[disabled] .btn-pink:active,
    fieldset[disabled] .btn-pink.active {
        background-color: #bf0e71;
        border-color: #bf0e71;
    }

