/*
GREEN: #00A99D
DARK GREEN: #013F42
GREEN/GREY: #667F7E
LIGHT GREEN: #9DCECA
ALERT GREY: #E1DCE5
ALERT BLUE: #B9CCFC
ALERT YELLOW: #FFD28A
ALERT RED: #FFCEE5
ACCENT BLUE: #004094
ACCENT PINK: #D33E8F
ACCENT YELLOW: #FFBE48
*/

.mb-5rem {
    margin-bottom: 5rem !important;
}
.mt-5rem {
    margin-top: 5rem !important;
}
.green-strip {
    height: 18px;
    width: 100vw;
    background-color: #00A99D;
}
.top-logo-wrap {
    background-color: #00A99D;
    padding: 1rem 2rem 2rem 2rem;
    max-width: 9rem;
    max-height: 9rem;
    border-radius: 0 0 16px 16px;
    display: inline-block;
}
.top-logo {
    width: 100%;
}
.math-improvement {
    font-family: kandal, serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 500;
    color: #00A99D;
    margin-left: 1rem;
}

.pink-header {
    font-family: cubano, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2em;
    color: #D33E8F;
}
h3 {
    font-family: kandal, serif;
    font-weight: 400;
    font-size: 1.75em;
    font-style: normal;
    color: #013F42;
}
.body-text {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #013F42;
    line-height: 2;
}

.top-margin-huge {
    margin-top: 30rem;
}
.top-header {
    margin-top: 10rem;
}

.green-header {
    font-family: cubano, sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5;
    color: #00A99D;
}
.dimension-text-wrap {
    display: flex;
    align-items: center;
    height: 27rem;
}

.dimension-section {
    margin-bottom: 7rem;
}
.dimension-card {
    box-shadow: 0 6px 9px rgba(0,0,0,.14);
    border: 1px solid #E5E5E5;
    background-color: #FFF;
    padding: 3rem;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 40rem;
    margin-bottom: 3rem;
}
.dimension-header {
    font-family: kandal, serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2em;
    color: #D33E8F;
    margin-bottom: 3rem;
    margin-top: 0;
}
.dimension-text {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.75;
    font-size: 1.25em;
}
.dimension-background {
    font-size: 30em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.pink-divider {
    border-top: 9px solid #D33E8F;
    width: 20rem;
    margin: 4rem auto 4rem auto;
}

.video-placeholder {
    background-color: #dddddd;
    width: 100%;
    height: 50rem;
    margin-bottom: 6rem;
}
.banner-wrap {
    background-position-y: center;
    min-height: 50rem;
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.top-banner {
    position: absolute;
    max-height: 50rem;
}
.top-banner-wrap {
    position: relative;
    overflow: hidden;
    min-height: 50rem;
}
.banner-wrap.right {
    background-position-x: right;
}
.banner-wrap.left {
    background-position-x: left;
}
#jonathan {
    background-size: contain;
    background-image: url('assets/my_math_success/jonathan_mms.png');
}
.ban-top {
    background-image: url('assets/my_math_success/banner_1.png');
}
.ban-2 {
    background-image: url('assets/my_math_success/banner_2.png');
}
.banner-2-text-col {
    padding-top: 10rem;
}
.ban-3 {
    background-image: url('assets/my_math_success/banner_3.png');
}
.ban-4 {
    background-image: url('assets/my_math_success/banner_4.png');
}
.ban-5 {
    background-image: url('assets/my_math_success/banner_5.png');
}


.laptop {
    width: 80%;
    display: block;
    margin: 4rem auto 4rem auto;
}
.jumbo {
    background-color: #F5F5F8;
    padding: 8rem 0;
}

.video-thumb {
    max-width: 100%;
}


.activities-graphic {
    width: 80%;
    margin-bottom: 6rem;
}

.testimonial-row {
    margin-bottom: 6rem;
}
.teacher-photo {
    max-width: 100%;
}
.teacher-quote {
    background-color: #F6F5F6;
    padding: 4rem;
    border-radius: 25px;
}
.teacher-quote .text {
    font-family: acumin-pro, sans-serif;
    font-size: 1.25em;
    font-weight: 300;
    font-style: italic;
    color: #013F42;
}
.teacher-quote .name {
    color: #D33E8F;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-size: 1.25em;
    font-style: normal;
    margin: 0;
}
.jonathan-quote {
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    color: #00A99D;
}

.btm-cta-wrap {
    text-align: center;
    width: 100vw;
}
.cta {
    color: #FFF;
    padding: 15px 25px;
    border-radius: 25px;
    font-family: acumin-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
    margin: 0 auto 0 auto;
    text-align: center;
    transition: all .3s ease;
}
.cta:hover {
    text-decoration: none;
    cursor: pointer;
    color: #FFF;
    opacity: .75;
}
.cta:focus {
    text-decoration: none;
    color: #FFF;
}
.pink {
    background-color: #D33E8F;
}
.green {
    background-color: #00A99D;
}

.footer {
    background-color: #00A99D;
    text-align: center;
    padding: 7rem 0;
}
.footer-logo {
    margin-bottom: 3rem;
    max-width: 100%;
    width: 30rem;
}
.footer-text {
    color: #FFF;
    font-family: acumin-pro, sans-serif;
    font-style: normal;
    font-size: 1em;
    font-weight: 300;
}

#dim-1 {
    background-image: url('assets/my_math_success/1.png');
}
#dim-2 {
    background-image: url('assets/my_math_success/2.png');
}
#dim-3 {
    background-image: url('assets/my_math_success/3.png');
}
#dim-4 {
    background-image: url('assets/my_math_success/4.png');
}
#dim-5 {
    background-image: url('assets/my_math_success/5.png');
}
#dim-6 {
    background-image: url('assets/my_math_success/6.png');
}

@media (max-width: 992px) {
    .photo-col {
        text-align: center;
    }
    .teacher-photo {
        max-width: 20rem !important;
    }
    .banner-wrap {
       background-blend-mode: screen;
       background-color: rgba(255,255,255,.35);
    }
    .top-banner {
        opacity: .55;
    }
    #jonathan {
        background-size: cover;
    }
}

@media (max-width: 768px) {
    .math-improvement {
        display: none;
    }
}