/* styles specifically for items in the App/View/Home folder */

.call-to-action-left {
    margin: 0px;
    padding: 0px;
    background: #fef9ea;
}

h1.call-to-action {
    margin-bottom: 10px;
    color: #333333;
    font-size: 53px;
    line-height: 1.1em;
}

.cta-left-content {
    position: relative;
    display: flex;
    padding: 64px;
    justify-content: center;
    align-items: center;
}

.call-to-action-form-container {
    position: relative;
    margin-top: 64px;
}

h2.call-to-action {
    font-size: 20px;
    font-weight: 700;
}

.call-to-action-form {
    margin: 0px 0px 15px;
}

.call-to-action-right {
    margin: 0px;
    padding: 0px;
}

.rt-howitworks {
    margin-top: 3rem;
    margin-bottom: 3rem;
    width: 80%;
    text-align: center;
}

.rt-howitworks-action {
    padding: 0px 30px !important;
}

.rt-howitworks-image {
    padding: 30px;
    max-width: 220px;
    height: auto;
}

.rt-howitworks-copy {
    font-size: 0.9rem;
}

.rt-howitworks-copy h3 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
}

h2.section-title {
    font-size: 45px;
    font-weight: 500;
    line-height: 49px;
}

.rt-onthemenu {
    background-image: url(../images/home_section_three_bg.jpg);
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 20px;
}

.rt-onthemenu-content {
    width: 80%;
    max-width: 750px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 20px;
    margin: 20px auto;
}

.rt-onthemenu-content .card .card-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.0rem;
    font-weight: 600;
}

.rt-onthemenu-content .card .card-body {
    font-size: 0.8em;
}

.rt-stretch-card {
    display: grid;
    align-items: stretch;
    margin-bottom: 1.0rem;
}

.rt-planspricing {
    background-color: #ffffff;
    text-align: center;
    padding: 20px;
    margin-top: 25px;
}

.rt-planspricing .card {
    box-shadow: 5px 5px 2px #999999;
}

.rt-planspricing .card .card-title {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

.rt-planspricing .card .helper-text {
    font-size: 0.75rem;
    color: #757575;
}

.rt-testimonials {
    margin: 70px 10px 25px;
    padding: 20px 0px;
}

.rt-testimonial-items {
    /*flex-grow: 1;*/
    background-color: #ffffff;
    font-size: 0.9rem;
    padding: 10px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 5px;
    border: 1px solid #d3d3d3;
    text-align: center;
}

.rt-testimonial-items h4 {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 20px;
}

.rt-testimonials-title {
    text-align: center;
}

.rt-kitchen {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}