@charset "UTF-8";

html{
    scroll-behavior: smooth;
}

body{
    color: rgba(26, 26, 26, 0.99);
    background-color: rgba(255, 255, 255, 1.0);
    z-index: 1;
}

/* prevent container overlap */
.clearfix:before, .clearfix:after{
    content: " ";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    zoom: 1;
}

/* confine contents to container */
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* style selected text */
::-moz-selection {
    background-color: rgba(177, 17, 255, 0.75);
}
::selection {
    background-color: rgba(177, 17, 255, 0.75);
}

br{
    clear: both;
}

/* unstyle links */
a{
    text-decoration: none;
    color: rgba(0, 0, 0, 0.99);
}
a:hover{
    text-decoration: none;
}
a div{
    color: rgb(0, 0, 0);
}

/* style text links */
.atext{
    font-weight: 700;
    letter-spacing: 0;
    color: rgba(26, 26, 26, 0.99);
    border-bottom: 3px solid rgba(177, 17, 255, 1.0);
}
.atext:hover{
    background: none;
    border-bottom: 3px solid rgba(255, 255, 255, 1.0);
}
.atext:active{
    background: none;
    border-bottom: 3px solid rgba(255, 255, 255, 1.0);
}



/* ///// FONTS ///// */

/* style global font settings */
p, span, h1, h2, .btn{
    font-style: normal;
    font-family: neue-haas-grotesk-display, sans-serif;
    -webkit-font-smoothing: antialiased; /* more legible */
    -moz-osx-font-smoothing: grayscale; /* more legible */
}

p{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: .5px;
    text-align: left;
}
#cta p{
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}

h1{
    font-weight: 700;
    font-size: 36px;
    line-height: 33px;
    letter-spacing: 0px;
    text-align: left;
    padding-top: 0;
}
.devicephone h1{
    font-size: 25px;
    line-height: 15px;
}
#pitch h1, #polaroid h1{
    color: initial;
    position: absolute;
    bottom: 0;
    background: none;
    font-weight: 300;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.75px;
    text-align: center;
    width: 100%;
    margin: 0 auto 15px auto;
    padding: 0 10px;
    border: none;
}
#cta h1{
    background: none;
    width: 90%;
    margin: 0 auto 25px auto;
    border: none;
}

.emoji{
    display: inline-block;
    font-size: 60px;
    line-height: 70px;
    margin-top: 10px;
}
.logomoji{
    display: inline-block;
    height: 60px;
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
}

h2{
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 0;
}
h2:nth-of-type(even){
    font-weight: 300;
    font-size: 26px;
    line-height: 22px;
}

.btn{
    font-style: bold;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.25px;
    color: rgba(255, 255, 255, 0.99);
    background-color: rgba(26, 26, 26, 1.0);
    -webkit-border-radius: 2px; /* rounded corners */
    -moz-border-radius: 2px; /* rounded corners */
    border-radius: 2px; /* rounded corners */
}
.mastright .btn{
    font-weight: 600;
    letter-spacing: -0.75px;
    color: rgba(26, 26, 26, 0.99);
    background-color: transparent;
    padding: 5px 0 0 0;
    -webkit-border-radius: 0px; /* square corners */
    -moz-border-radius: 0px; /* square corners */
    border-radius: 0px; /* square corners */
}

.testimonial{
    color: rgba(255, 255, 255, 0.99);
    font-style: italic;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.4px;
    text-align: center;
}
.quotes{
    font-family: opake-heavy, neue-haas-grotesk-display, serif;
    font-style: normal;
    font-weight: 900;
    font-size: 14px;
    line-height: 0px;
}
.attribution{
    font-style: normal;
    font-weight: 500;
}

#pitch span{
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
}

.module{
    text-align: center;
}
.modulelist{
    line-height: 32px;
    text-align: left;
    margin-top: 25px;
}
.brush{
    background-image: url(images/brush.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 0 25px 0;
}
.heavyweight{
    font-style: italic;
    font-weight: 700;
}
.shine{
    max-height: 11px;
    width: 11px;
}



/* ///// BASE CONTAINER ///// */

.container{
    position: relative;
    display: block;
    overflow: auto;
    clear: both;
    width: 100%;
    padding: 0;
    text-align: center;
}



/* ///// FORMS ///// */

.form-inline{  
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}
.form-inline input, .form-inline textarea{
    vertical-align: middle;
    width: 90%;
    min-width: 200px;
    margin: 0 auto;
    padding: 10px;
    background-color: #fff;
    outline: none;
    resize: none;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    -webkit-border-bottom: 0;
    -moz-border-bottom: 0;
    border-bottom: 0;
    border-left: 1px solid #ddd;
    -webkit-border-radius: 0px; /* square corners */
    -moz-border-radius: 0px; /* square corners */
    border-radius: 0px; /* square corners */
}
.form-inline input:first-of-type{
    -webkit-border-top-left-radius: 5px; /* rounded corners */
    -moz-border-top-left-radius: 5px; /* rounded corners */
    border-top-left-radius: 5px; /* rounded corners */
    -webkit-border-top-right-radius: 5px; /* rounded corners */
    -moz-border-top-right-radius: 5px; /* rounded corners */
    border-top-right-radius: 5px; /* rounded corners */
}
.form-inline textarea{
    height: 75px;
}
.form-inline button{
    cursor: pointer;
    border-left: none;
    border-right: none;
    border-bottom: none;
    width: 90%;
}



/* ///// SECTION: MAST ///// */

#mast{
    z-index: 2000;
    top: 0;
    position: fixed;
    background-color: rgba(255, 255, 255, 1.0);
    padding: 7px 10px 7px 10px;
    margin: 0;
    border-bottom: 1px solid rgba(230, 230, 230, 1.0);
}

.mastleft{ /* also applies to footer */
    position: relative;
    display: inline-block;
    float: left;
    clear: none;
    margin-bottom: 0;
    padding-top: 9px;
}
.branding{
    width: auto;
    height: 28px;
    margin-bottom: 3px;
}

.mastright{
    position: relative;
    display: inline-block;
    float: right;
    clear: none;
    text-align: right;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 0;
}
.social{ /* also applies to footer */
    position: relative;
    display: inline-block;
    width: auto;
    height: 16px;
    vertical-align: middle;
    margin-top: -5px;
}
#mast .social{
    padding-right: 4px;
}
.btn{
    display: inline-block;
    border-top: 3px solid rgba(177, 17, 255, 1.0);
    padding: 7px 10px 9px 10px;
}
.mastright .btn{
    border-top: none;
    border-bottom: 3px solid rgba(177, 17, 255, 1.0);

}
.btn:hover, #cta a:hover > .btn{
    background-color: rgba(177, 17, 255, 0.75);
    border-top: 3px solid rgba(26, 26, 26, 0.5);
}
.mastright .btn:hover{
    color: rgba(177, 17, 255, 0.99);
    background-color: rgba(255, 255, 255, 1.0);
    border-top: none;
}
.btn:active{
    background-color: rgba(177, 17, 255, 0.75);
    border-top: 3px solid rgba(26, 26, 26, 0.5);
}
.mastright .btn:active{
    background: none;
    border-top: none;
    border-bottom: 3px solid rgba(255, 255, 255, 1.0);
}
.formbtn{
    margin-top: 0;
    height: 75px;
    -webkit-border-top-left-radius: 0px; /* squared */
    -moz-border-top-left-radius: 0px; /* squared */
    border-top-left-radius: 0px; /* squared */
    -webkit-border-top-right-radius: 0px; /* squared */
    -moz-border-top-right-radius: 0px; /* squared */
    border-top-right-radius: 0px; /* squared */
    -webkit-border-bottom-left-radius: 5px; /* rounded */
    -moz-border-bottom-left-radius: 5px; /* rounded */
    border-bottom-left-radius: 5px; /* rounded */
    -webkit-border-bottom-right-radius: 5px; /* rounded */
    -moz-border-bottom-right-radius: 5px; /* rounded */
    border-bottom-right-radius: 5px; /* rounded */
}
.social{
    fill: #1A1A1A;
    stroke: #1A1A1A;
}
.social:hover path{
    fill: #B111FF;
    stroke: #B111FF;
}
.social:active path{
    fill: #B111FF;
    stroke: #B111FF;
}
.btn, .social{
    transition: background-color 0.15s, fill 0.15s, stroke 0.15s;
}



/* ///// SECTION: ABOUT ///// */

#about{
    background-color: rgba(255, 255, 255);
    overflow: hidden;
    height: auto;
    margin-top: 25px;
    border-bottom: 10px solid rgba(245, 245, 245, 1.0);
}
.aboutcopy{
    color: rgba(255, 255, 255, 0.99);
    background-color: rgba(20, 20, 20, 1.0);
    padding: 25px 20px 0 20px;
    border-bottom: 1px solid rgba(230, 230, 230, 1.0);
    overflow: hidden;
}
.aboutcopy p:first-of-type{
    margin-bottom: 80px;
}
.backgroundcheck{
    position: absolute;
    right: 20px;
    width: 125px;
    height: auto;
    margin: 50px 0 0 0;
    padding: 0;
}
#meettheteacher{
    width: 125%;
    height: auto;
    margin-top: 5px;
    margin-bottom: -4px;
    margin-left: -90px;
}
.subcopy{
    text-align: center;
    margin: 0 auto;
    padding-top: 0;
    padding-bottom: 15px;
}
.subcopy div{
    color: initial;
    background-color: rgba(255, 255, 255, 1.0);
    border-top: 10px solid rgba(245, 245, 245, 1.0);
    text-align: center;
    margin: 0 auto;
}
.subcopy div:nth-of-type(2){
    padding: 0;
}

.subcopy div h1, .subcopy div p{
    text-align: center;
}
.subcopy div p{
    padding-left: 20px;
    padding-right: 20px;
}
#myaside{
    margin-top: -7px;
    padding-top: 0;
    border: none;
}
.triangle{
    width: 20px;
    height: auto;
    margin: 0 auto;
}
.triangle polygon{
    fill: #f5f5f5;
}
#myaside p{
    color: rgba(165, 165, 165, 0.99);
    background-color: #f5f5f5;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.25px;
    width: 85%;
    max-width: 205px;
    margin: 0 auto 30px auto;
    margin-top: -5px;
    padding: 10px 13px 13px 13px;
    -webkit-border-radius: 5px; /* rounded corners */
    -moz-border-radius: 5px; /* rounded corners */
    border-radius: 5px; /* rounded corners */
}

.testimonial{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3500;
    width: 100%;
    background-color: rgba(26, 26, 26, 0.95);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

#about .btn{
    margin-top: 15px;
    margin-bottom: 25px;
}



/* ///// SECTION: PHOTOS ///// */

#photos{
    border-bottom: 10px solid rgba(245, 245, 245, 1.0);
}

#polaroid{
    position: relative;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0.2rem 1.2rem rgba(0,0,0,0.2);
    width: 240px;
    height: 225px;
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    filter: grayscale(100%);
    -webkit-border-radius: 5px; /* rounded corners */
    -moz-border-radius: 5px; /* rounded corners */
    border-radius: 5px; /* rounded corners */
}
#polaroid img{
    position: absolute;
    width: 100%;
    left: 0;
    padding: 1rem;
    /* next is for fades */
    -webkit-animation-name: imgxfade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 36s;
    animation-name: imgxfade;
    animation-iteration-count: infinite;
    animation-duration: 36s;
}
/* for fades */
@-webkit-keyframes imgxfade {
    0% {opacity: 1;}
    5.5555555556% {opacity: 1;}
    8.3333333333% {opacity: 0;}
    97.2222222222% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes imgxfade {
    0% {opacity: 1;}
    5.5555555556% {opacity: 1;}
    8.3333333333% {opacity: 0;}
    97.2222222222% {opacity: 0;}
    100% {opacity: 1;}
}
#imgxfade1{ -webkit-animation-delay: 0s; }
#imgxfade2{ -webkit-animation-delay: -3s; }
#imgxfade3{ -webkit-animation-delay: -6s; }
#imgxfade4{ -webkit-animation-delay: -9s; }
#imgxfade5{ -webkit-animation-delay: -12s; }
#imgxfade6{ -webkit-animation-delay: -15s; }
#imgxfade7{ -webkit-animation-delay: -18s; }
#imgxfade8{ -webkit-animation-delay: -21s; }
#imgxfade9{ -webkit-animation-delay: -24s; }
#imgxfade10{ -webkit-animation-delay: -27s; }
#imgxfade11{ -webkit-animation-delay: -30s; }
#imgxfade12{ -webkit-animation-delay: -33s; }
/* END for fades */



/* ///// SECTION: MORE TESTIMONIALS ///// */

#moretestimonials{
    padding: 40px 0;
    height: 320px;
    border-bottom: 10px solid rgba(245, 245, 245, 1.0);
}
#moretestimonials *{
    width: 210px;
    margin-left: auto;
    margin-right: auto;
}
#testimonialtext{
    display: inline-block;
    position: relative;
    clear: both;
    width: 100%;
    padding-top: 0;
    margin-top: -45px;
    margin-bottom: -15px;
    text-align: center;
}
#moretestimonials p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 1.0);
    font-weight: 200;
    text-align: center;
    /* next is for fades */
    -webkit-animation-name: textxfade;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 64s;
    animation-name: textxfade;
    animation-iteration-count: infinite;
    animation-duration: 64s;
}
/* for fades */
@-webkit-keyframes textxfade {
    0% {opacity: 1;}
    10.9375% {opacity: 1;}
    12.5% {opacity: 0;}
    98.4375% {opacity: 0;}
    100% {opacity: 1;}
}
@keyframes textxfade {
    0% {opacity: 1;}
    10.9375% {opacity: 1;}
    12.5% {opacity: 0;}
    98.4375% {opacity: 0;}
    100% {opacity: 1;}
}
#testimonialtext p:nth-of-type(1){ -webkit-animation-delay: 0s; }
#testimonialtext p:nth-of-type(2){ -webkit-animation-delay: -8s; }
#testimonialtext p:nth-of-type(3){ -webkit-animation-delay: -16s; }
#testimonialtext p:nth-of-type(4){ -webkit-animation-delay: -24s; }
#testimonialtext p:nth-of-type(5){ -webkit-animation-delay: -32s; }
#testimonialtext p:nth-of-type(6){ -webkit-animation-delay: -40s; }
#testimonialtext p:nth-of-type(7){ -webkit-animation-delay: -48s; }
#testimonialtext p:nth-of-type(8){ -webkit-animation-delay: -56s; }
/* END for fades */

#moretestimonials p span{
    font-weight: 200;
    font-size: 21px;
    line-height: 63px;
    text-align: center;
}
#moretestimonials .quotesymbol{
    display: inline-block;
    position: relative;
    clear: both;
    color: rgba(240, 240, 240, 0.99);
    font-weight: 700;
    font-size: 150px;
    line-height: 110px;
    width: 100%;
}



/* ///// SECTION: PITCH ///// */

#pitch{
    z-index: 1000;
    padding-top: 50px;
    padding-bottom: 10px;
}

.module{
    position: relative;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1.0);
    width: 100%;
    border: 1px solid rgba(210, 210, 210, 1.0);
    margin: 50px auto;
    padding: 0 20px 15px 20px;
    -webkit-border-radius: 5px; /* rounded corners */
    -moz-border-radius: 5px; /* rounded corners */
    border-radius: 5px; /* rounded corners */
}
.module:last-of-type{
    margin-bottom: 50px;
}
.moduleicon{
    width: auto;
    height: 85px;
    margin-top: -45px;
}
.note{ /* eighth note bullets */
    position: relative;
    display: inline-block;
    width: auto;
    height: 12px;
    margin-right: 3px;
}



/* ///// SECTION: CALL TO ACTION ///// */

#cta{
    z-index: 3000;
    background-image: url(images/badgepatternphone.png);
    background-repeat: repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 1.0);
    padding-top: 90px;
    padding-bottom: 125px;
    border-top: 10px solid rgba(245, 245, 245, 1.0);
}

#contactformarea{
    display: inline-block;
    z-index: 3001;
    background-color: rgba(255, 255, 255, 1.0);
    width: 90%;
    max-width: 600px;
    min-width: 200px;
    margin: 0 auto;
    padding: 50px 10px;
    border: 1px solid rgba(210, 210, 210, 1.0);
    -webkit-border-radius: 5px; /* rounded corners */
    -moz-border-radius: 5px; /* rounded corners */
    border-radius: 5px; /* rounded corners */
}
.contactformarea-section{
    float: left;
    clear: both;
    width: 100%;
}
.contactformarea-section:first-of-type{
    text-align: left;
}
.contactformarea-section:last-of-type{
    text-align: right;
}

.tooltip{
    width: auto;
    height: 40px;
    margin-top: 4px;
}



/* ///// SECTION: FOOTER ///// */

#footer{
    display: none;
    padding-bottom: 15px;
}

#footer .mastright{
    margin-top: 10px;
    margin-bottom: 10px;
}

#footer .social{
    padding-left: 15px;
}



/* ///// SHOW MOBILE, HIDE DESKTOP ///// */

.devicephone{
    display: inline-block;
}
.devicetabletdown{
    display: inline-block;
}
.devicetabletup{
    display: none;
}