@charset "UTF-8";

@media all
and (min-width: 320px)
and (orientation: portrait){

    #mast .social{
        padding-right: 21px;
    }
    .aboutcopy p:first-of-type, #cta p{
        margin-bottom: 15px;
    }
    #pitch h1, #polaroid h1{
        font-size: 19px;
        line-height: 26px;
    }
    #polaroid{
        width: 280px;
        height: 255px;
    }
    #moretestimonials{
        height: 335px;
    }
    #moretestimonials p{
        font-size: 19px;
        line-height: 26px;
    }
    #moretestimonials *{
        width: 250px;
    }
    .module{
        width: 280px;
    }
    #cta{
        padding-top: 50px;
    }
    
}

@media all
and (min-width: 375px)
and (orientation: portrait){

    p{
        font-size: 18px;
        line-height: 27px;
    }
    h1{
        font-size: 42px;
        line-height: 40px;
    }
    .devicephone h1{
        font-size: 29px;
        line-height: 26px;
        margin-bottom: 21px;
    }
    #pitch h1, #polaroid h1{
        font-size: 23px;
        line-height: 35px;
    }
    h2:nth-of-type(odd){
        font-size: 16px;
        line-height: 22.85px;
    }
    h2:nth-of-type(even){
        font-size: 29px;
        line-height: 24.5px;
    }
    .btn{
        font-size: 22px;
    }
    .mastright .btn{
        font-size: 19px;
    }
    .aboutcopy{
        padding-top: 35px;
    }
    #meettheteacher{
        width: 375px;
        margin-left: -100px;
    }
    #pitch span{
        font-weight: 500;
        font-size: 16px;
    }
    #polaroid{
        width: 330px;
        height: 310px;
    }
    #moretestimonials{
        height: 390px;
    }
    #testimonialtext{
        margin-top: 60px;
    }
    #moretestimonials *{
        width: 295px;
    }
    #moretestimonials p{
        font-size: 23px;
        line-height: 35px;
    }
    #moretestimonials p span{
        font-size: 28px;
        line-height: 84px;
    }
    .module{
        width: 330px;
        padding: 0 39px 35px 39px;
    }
    .moduleicon{
        height: 100px;
        margin-top: -55px;
    }
    #cta{
        padding-top: 50px;
    }
    #cta h1{
        font-size: 36px;
        line-height: 42px;
        margin-top: -20px;
    }

}

@media only screen
and (min-width: 375px) /* this time for iPhone X */
and (device-height: 812px) /* target iPhone X only */
and (-webkit-device-pixel-ratio: 3) /* target iPhone X only */
and (orientation: portrait){

    .aboutcopy{
        padding-top: 20px; /* taller for iPhone X */
    }
    .aboutcopy p:first-of-type, #cta p{
        padding-bottom: 10px;
    }
    #cta{
        padding-top: 45px; /* more padding for iPhone X */
    }

}

@media all
and (min-width: 414px)
and (orientation: portrait){

    h1{
        font-size: 50px;
        line-height: 46px;
        margin-bottom: 21px;
    }
    .aboutcopy{
        padding-top: 45px;
    }
    .aboutcopy h1:first-of-type{
        margin-top: 10px;
    }
    .aboutcopy p:first-of-type{
        font-size: 23px;
        line-height: 34.5px;
    }
    .aboutcopy p:first-of-type{
        max-width: 525px;
        padding-bottom: 18px;
        width: 90%;
    }
    #meettheteacher{
        width: 108%;
    }
    .testimonial{
        font-size: 16px;
    }
    #moretestimonials{
        height: 410px;
    }
    #testimonialtext{
        margin-top: 70px;
    }
    #moretestimonials *{
        width: 334px;
    }
    #moretestimonials p{
        font-size: 26px;
        line-height: 37px;
    }
    #moretestimonials p span{
        font-size: 28px;
        line-height: 84px;
    }
    #polaroid{
        margin: 40px;
    }
    .module:last-of-type{
        margin-bottom: 60px;
    }
    #cta{
        padding-top: 50px;
    }
    #cta h1{
        font-size: 36px;
        line-height: 48px;
        margin-top: -20px;
    }
    #cta p{
        font-size: 18px;
        line-height: 27px;
    }

}

@media all /* keep mobile same on landscape */
and (max-height: 425px) /* target mobile */
and (orientation: landscape){ /* target landscape */

    .devicephone{
        display: inline-block;
    }
    .devicetabletdown{
        display: inline-block;
    }
    .devicetabletup{
        display: none;
    }
    .testimonial{
        padding-top: 5px;
        padding-bottom: 5px;
    }
    #pitch h1, #polaroid h1{
        font-size: 24px;
        line-height: 32px;
    }
    #polaroid{
        width: 350px;
        height: 315px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .module{
        width: 300px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 20px;
    }

    #meettheteacher{
        display: none;
    }
    .aboutcopy{
        background-image: url(images/russellcornwell.png);
        background-position: 95% 35px;
        background-size: 50%;
        background-repeat: no-repeat;
        min-height: 230px;
        height: 65vh;
    }
    .aboutcopy h1{
        font-size: 32px;
        width: 50%;
        margin-top: 15px;
    }
    .aboutcopy p:first-of-type, #cta p{
        font-size: 18px;
        line-height: 31px;
    }
    .aboutcopy p:first-of-type{
        width: 50%;
    }
    .subcopy{
        margin: 0;
    }
    .subcopy div{
        width: 100%;
    }
    .subcopy div p{
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    #myaside{
        width: 275px;
        margin: 20px auto;
    }
    #moretestimonials{
        height: 410px;
    }
    #testimonialtext{
        margin-top: 70px;
    }
    #moretestimonials *{
        width: 334px;
    }
    #moretestimonials p{
        font-size: 26px;
        line-height: 37px;
    }
    #moretestimonials p span{
        font-size: 28px;
        line-height: 84px;
    }
    #pitch{
        padding-bottom: 50px;
    }
    #cta{
        padding-top: 50px;
    }

    #footer{
        display: none;
    }


}

@media all
and (min-width: 601px)
and (min-height: 450px){

    .mastright .social{
        padding-right: 15px;
    }
    
    .module{
        width: 310px;
        padding: 0 30px 22px 30px;
    }
    
}

@media all
and (min-width: 768px)
and (min-height: 450px){

    body{
        background: transparent; /* reset so PITCH overlaps */
    }
    .devicephone{
        display: none;
    }
    .devicetabletup{
        display: inline;
    }
    .container{
        padding: 30px 10px; /* more padding */
    }
    p{
        font-family: neue-haas-grotesk-display, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 23px;
        letter-spacing: 0.85px;
    }
    h1:first-of-type{
        color: inherit;
        font-style: normal;
        font-size: 32px;
        line-height: 32px;
        margin-top: 16px;
        margin-right: 0;
        margin-left: 0;
        text-align: left;
    }
    #pitch h1, #polaroid h1{
        font-weight: 100;
        font-size: 34px;
        line-height: 46px;
        padding-bottom: 10px;
    }
    #mast{
        top: auto;
        position: relative;
        background-color: rgba(255, 255, 255, 1.0);
        padding: 30px;
    }
    #mast .social{
        padding-right: 21px;
    }
    .mastright .btn{
        color: rgba(255, 255, 255, 0.99);
        background-color: rgba(26, 26, 26, 1.0);
        border-top: 3px solid rgba(177, 17, 255, 1.0);
        border-bottom: none;
        padding: 3px 6px 4px 6px;
        -webkit-border-radius: 2px; /* round corners */
        -moz-border-radius: 2px; /* round corners */
        border-radius: 2px; /* round corners */
    }
    .mastright .btn:hover{
        color: rgba(255, 255, 255, 0.99);
        background-color: rgba(177, 17, 255, 0.75);
        border-top: 3px solid rgba(26, 26, 26, 0.5);
        border-bottom: none;
    }
    .mastright .btn:active{
        color: rgba(255, 255, 255, 0.99);
        background-color: rgba(177, 17, 255, 0.75);
        border-top: 3px solid rgba(26, 26, 26, 0.5);
        border-bottom: none;
    }
    #about{
        color: rgba(245, 245, 245, 0.99);
        height: auto;
        background-color: rgba(20, 20, 20, 1.0);
        background-image: url(images/russellcornwellnametag.png);
        background-size: 425px;
        background-position: 97% bottom;
        background-repeat: no-repeat;
        overflow: auto;
        margin-top: 0;
        padding-left: 30px;
        padding-right: 30px;
        border-bottom: none;
    }
    .aboutcopy{
        background-color: transparent;
        border-bottom: none;
        padding: 0;
    }
    .aboutcopy p:first-of-type, #cta p{
        font-family: neue-haas-grotesk-display, sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
        letter-spacing: 0.85px;
    }
    .aboutcopy p:first-of-type{
        width: 59%;
        margin-bottom: 0;
    }
    .testimonial{
        position: relative;
        bottom: unset;
        left: unset;
        color: inherit;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: .5px;
        text-align: left;
        background: none;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        margin: 20px 0 0 0;
        padding: 0;
        border-top: 0;
    }
    .quotes{
        color: rgba(177, 17, 255, 0.99);
    }
    #teacherMobile{
        display: none;
    }
    #pitch{
        z-index: 3000;
        background: transparent;
    }
    #pitch span{
        font-weight: 500;
    }
    #photos{
        border: none;
    }
    #polaroid{
        width: 500px;
        height: 465px;
        margin: 75px auto 25px auto;
    }
    #moretestimonials{
        border: none;
        height: 500px;
        margin-bottom: 50px;
    }
    #moretestimonials *{
        width: 450px;
    }
    #moretestimonials p{
        font-weight: 100;
        font-size: 34px;
        line-height: 46px;
    }
    #moretestimonials p span{
        font-weight: 100;
        font-size: 34px;
        line-height: 102px;
        text-align: center;
    }
    #moretestimonials .quotesymbol{
        font-size: 200px;
        line-height: 170px;
    }
    .module{
        width: 310px;
        padding: 0 30px 22px 30px;
    }
    .module:last-of-type{
        margin-bottom: 125px;
    }
    #cta{
        z-index: 1000;
        background-image: url(images/badgepatterntablet.png);
        padding-top: 50px;
        padding-bottom: 50px;
        border-top: none;
    }
    #cta .btn{
        font-size: 32px;
        padding: 7px 10px 10px 10px;
    }
    .tooltip{
        height: 45px;
        margin-top: 12px;
    }
    #footer{
        display: inline-block;
        padding: 30px;
    }

}

@media only screen /* keep iPhone X same on landscape */
and (min-width: 375px) 
and (max-width: 1023px) 
and (device-width: 812px) /* target iPhone X */
and (-webkit-device-pixel-ratio: 3) /* target iPhone X */
and (orientation: landscape){ /* target landscape */

    .devicephone{
        display: inline-block;
    }
    .devicetabletdown{
        display: inline-block;
    }
    .devicetabletup{
        display: none;
    }
    .testimonial{
        display: none; /* more space at bottom of viewport */
    }
    #meettheteacher{
        display: none;
    }
    .aboutcopy{
        background-image: url(images/russellcornwell.png);
        background-position: 95% bottom;
        background-size: 40%;
        background-repeat: no-repeat;
        height: 260px;
    }
    .aboutcopy h1{
        font-size: 32px;
        width: 68%;
        margin-top: 60px;
    }
    .aboutcopy p:first-of-type{
        width: 50%;
    }
    .subcopy{
        margin: 0;
    }
    .subcopy div{
        width: 100%;
    }
    .subcopy div p{
        max-width: 330px;
        margin-left: auto;
        margin-right: auto;
    }
    #myaside{
        width: 275px;
        margin: 20px auto;
    }
    #pitch{
        padding-bottom: 50px;
    }
    #polaroid{
        height: 325px;
    }
    #pitch h1, #polaroid h1{
        padding-bottom: 10px;
    }
    #cta{
        padding-top: 50px;
        padding-bottom: 50px;
        height: auto;
    }

    #footer{
        display: none;
    }

}

@media all
and (min-width: 850px)
and (min-height: 450px){ /* avoid phones */

    p{
        font-weight: 300;
        font-size: 16px;
        line-height: 26px;
    }
    #about{
        height: auto;
        background-size: 450px;
        background-position: 95% bottom;
        padding-left: 30px;
        padding-right: 30px;
    }
    .aboutcopy{
        width: 60%;
    }
    .aboutcopy p:first-of-type{
        width: initial; /* let aboutcopy set its width again */
    }
    
    #footer{
        display: inline-block;
}

}

@media all
and (min-width: 950px)
and (min-height: 450px){

    #about{
        height: auto;
        background-size: 52%;
        background-position: 95% bottom;
        background-image: url(images/russellcornwell.png);
        padding-left: 30px;
        padding-right: 30px;
    }
    .aboutcopy{
        width: 57%;
    }

}

@media all
and (min-width: 1024px)
and (min-height: 450px){

    .devicetabletdown{
        display: none;
    }
    #about p, #cta p{
        font-size: 18px;
        line-height: 29px;
    }
    #cta h1{
        font-size: 30px;
    }
    .shine{
        max-height: 12px;
        width: 12px;
    }
    #mast .branding{
        float: left;
        vertical-align: top;
    }
    #polaroid{
        width: 600px;
        height: 530px;
    }
    #moretestimonials{
        height: 500px;
    }
    #testimonialtext{
        margin-top: 70px;
    }
    .module{
        width: 300px;
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 0;
        padding: 0 22px 15px 22px;
    }
    #cta{
        margin-top: -150px;
        padding-top: 150px;
    }
    #contactformarea{
        max-width: 900px;
    }
    .contactformarea-section{
        float: left;
        clear: none;
        width: 50%;
    }
    .form-inline{
        margin-top: 50px;
    }
    .form-inline textarea{
        height: 175px;
    }
    .tooltip{
        height: 45px;
    }

}

@media all
and (min-width: 1100px)
and (min-height: 450px){

    #about{
        background-size: 550px;
    }

}

@media all
and (min-width: 1280px)
and (min-height: 450px){

    #mast{
        padding-left: 100px;
        padding-right: 100px;
    }
    #mast .mastleft{ /* left side of mast */
        padding-top: 7px;
    }
    #about{
        background-size: 600px;
        background-position: 85% bottom;
        padding: 60px 10%;
    }
    .aboutcopy{
        width: 58%;
    }
    #about p, #cta p{
        font-size: 18px;
    }
    .testimonial{
        margin-bottom: 0;
    }
    .module{
        margin-left: 10px;
        margin-right: 10px;
        padding: 0 25px 20px 25px;
    }
    #cta .btn{
        font-size: 28px;
    }
    #footer{
        padding-left: 100px;
        padding-right: 100px;
    }

}

@media all
and (min-width: 1366px){ 

    .module{
        width: 320px;
        margin-left: 15px;
        margin-right: 15px;
        padding: 0 35px 30px 35px;
    }
    #cta{
        padding-top: 150px;
        padding-bottom: 150px;
    }

}

@media all
and (min-width: 1600px){

    body{
        text-align: center;
    }
    .container{
        padding: 60px 20px;
    }
    #about p, #cta p{
        font-size: 22px;
        line-height: 35px;
    }

    .shine{
        max-height: 16px;
        width: 16px;
    }
    .form-inline{
        margin-top: 105px;
    }
    .form-inline textarea{
        height: 350px;
    }
    h1:first-of-type{
        font-size: 44px;
        line-height: 44px;
    }
    #mast, #footer{
        max-width: 1600px;

        margin-left: auto;
        margin-right: auto;
    }
    #about{
        background-image: none;
        padding: 0;
        height: 525px;
    }
    .aboutcopy{
        position: relative;
        width: 100%;
        max-width: 1300px;
        height: 525px;
        background-image: url(images/russellcornwell.png);
        background-size: 725px;
        background-position: 100% bottom;
        background-repeat: no-repeat;
        margin: 0 auto;
        padding-top: 75px;
        padding-bottom: 140px;
        text-align: center;
    }
    .aboutcopy h1:first-of-type, .aboutcopy p:first-of-type{
        width: 57%;
    }
    .testimonial{
        margin-bottom: 0;
    }
    #cta{
        margin-top: -160px;
    }

}

@media all
and (min-width: 2000px){ 

    #about{
        overflow:hidden;
    }
    
    #pitch h1, #polaroid h1{
        font-size: 48px;
        line-height: 64px;
        margin-bottom: 30px;
    }
    #polaroid{
        width: 800px;
        height: 720px;
    }
    #moretestimonials{
        height: 700px;
    }
    #moretestimonials *{
        width: 600px;
    }
    #moretestimonials p{
        font-size: 48px;
        line-height: 64px;
    }
    #moretestimonials p span{
        font-size: 48px;
        line-height: 144px;
        text-align: center;
    }
    #moretestimonials .quotesymbol{
        font-size: 200px;
        line-height: 170px;
        margin-bottom: 60px;
    }
    #cta{
        padding-top: 250px;
        padding-bottom: 250px;
    }
    .tooltip{
        height: 50px;
    }

}

/**
 * Disable smooth scrolling when users have prefers-reduced-motion enabled
 */
 @media screen
 and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}