a#aboutUsLink {
    color: #0577c7;
    border-bottom: 3px solid #0577c7;
}

h1 {
    margin-top: 90px;
}

div.sectionFrame {
    padding-bottom: 50px;
    border-bottom: 1px solid rgb(224, 224, 224);
}

div.sectionFrame:last-of-type {
    padding-bottom: 50px;
}

div.founderFrame {
    margin-top: 100px;
    clear: both;
}

div.founderHeader {
    font-size: 32px; 
    font-weight: normal;
    color: rgb(30, 25, 78);
    margin-bottom: 30px;
}

div.founder {
    margin: 0 auto;
    margin-top: 50px;
}

/* SECTION: Jason Bio ********************************************************************/

div#jasonBio {
    float: left;
    width: 550px;
    margin-top: 0px;
}

div#jasonHeadshot {
    display: inline-block;
    background: url('/img/jason-headshot.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 293px;
    height: 400px;
    margin-left: 155px;
}

@media screen and (max-width: 1000px) {
    div#jasonBio {
        text-align: left;
        float: none;
        width: fit-content;
        margin: 0 auto;
    }
    div#jasonHeadshot {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        width: 80%;
        height: 86vw;
    }
}

/* SECTION: Sandy Bio ****************************************************************/

div#sandyHeadshot {
    display: inline-block;
    background: url('/img/sandy-headshot.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 300px;
    height: 450px;
}

div#sandyBio {
    float: right;
    margin-left: 20px;
    margin-top: 0px;
    width: 480px;
}

@media screen and (max-width: 1000px) {
    div#sandyBio {
        text-align: left;
        float: none;
        width: fit-content;
        margin: 0 auto;
    }
    div#sandyHeadshot {
        display: block;
        margin: 0 auto;
        margin-top: 50px;
        width: 80%;
        height: 86vw;
    }
}


/* SECTION: Story ********************************************************************/

div.photoFrame {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
}

div#jasonClass {
    display: inline-block;
    background: url('/img/jason-class.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

@media screen and (max-width: 800px) {
    div#jasonClass {
        width: 100%;
        height: 64vw;
    }
}

div#jasonAndSandyClass {
    display: inline-block;
    background: url('/img/jason-sandy-class.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 600px;
    height: 400px;
}

@media screen and (max-width: 800px) {
    div#jasonAndSandyClass {
        width: 100%;
        height: 64vw;
    }
}
