div#title {
    font-size: 42px;
    font-weight: normal;
    color: rgb(30, 25, 78);
    text-align: center;
    margin-bottom: 10px;
}

div#subtitle {
    margin-top: 30px;
}

div#mainPitchButtons {
    height: fit-content;
    width: 100%; 
    margin-top: 30px; 
    text-align: center;
}

div#getStartedButton {
    display: inline-block;
    padding: 12px 24px 12px 24px;
    line-height: 15px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #0577c7;
    color: white;
    cursor: pointer;
    margin: 0 auto;
}

div#mainPitchPricing {
    text-align: center;
    color: rgb(164, 164, 164);
    margin-top: 10px; 
    margin-bottom: 40px; 
}

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

div.boxFrame {
    position: relative;
    display: inline-block;
    margin: 0px auto;
    width: 950px;
    height: 202px;
    margin-top: 50px;
}

div.boxHeader {
    color: rgb(30, 25, 78);
    font-size: 20px;
}

div.boxContent {
    font: 14px;
}

div.leftBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 200px;
    text-align: left;
}

div.middleBox {
    position: absolute;
    left: 332px;
    top: 0px;
    width: 280px;
    height: 200px;
    text-align: left;
}

div.rightBox {
    position: absolute;
    left: 664px;
    top: 0px;
    width: 280px;
    height: 200px;
    text-align: left;
}

div.boxHeader {
    margin-bottom: 20px;
}



div.leftBoxFramed {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 130px;
    text-align: center;
    padding: 10px;
    border: 1px solid rgb(224, 224, 224);

}

div.middleBoxFramed {
    position: absolute;
    left: 332px;
    top: 0px;
    width: 280px;
    height: 130px;
    text-align: center;
    padding: 10px;
    border: 1px solid rgb(224, 224, 224);
}

div.rightBoxFramed {
    position: absolute;
    left: 664px;
    top: 0px;
    width: 280px;
    height: 130px;
    text-align: center;
    padding: 10px;
    border: 1px solid rgb(224, 224, 224);
}

div.boxContent2 {
    margin-top: 30px;
}




/* Testimonials *******************************************************************/

div#testimonialBoxFrame {
    position: relative;
    display: inline-block;
    margin: 0px auto;
    width: 950px;
    height: 400px;
    margin-top: 50px;
}

div#leftTestimonialBox {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 280px;
    height: 200px;
    text-align: left;
    font-size: 18px;
}

div#middleTestimonialBox {
    position: absolute;
    left: 332px;
    top: 0px;
    width: 280px;
    height: 200px;
    text-align: left;
    font-size: 18px;
}

div#rightTestimonialBox {
    position: absolute;
    left: 664px;
    top: 0px;
    width: 280px;
    height: 200px;
    text-align: left;
    font-size: 18px;
}

div.sectionContent {
    text-align: left;
}   



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

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

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




/* SECTION: Pedagogy *****************************************************************/


div#knowledgeGraphFrame {
    text-align: center;
    margin-top: 50px;
}


/* SECTION: Accredited *****************************************************************/

div#accreditedFrame {
    text-align: center;
    margin-top: 50px;
}


/* SECTION: Courses *******************************************************************/

div#coursesTableFrame {
    text-align: center;
}

table#coursesTable {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

div.courseCategoryHeader {
    margin-top: 20px;
    margin-bottom: 10px;
    color: rgb(30, 25, 78);
    font-weight: bold;
}

table#coursesTable td {
    vertical-align: top;
    text-align: left;
}

td#coursesTableCol1 {
    padding-right: 200px;
}

td#coursesTableCol2 {

}

div.courseeSequence {
    margin-top: 16px;
    margin-bottom: 4px;
    font-style: italic;
    color: rgb(148, 148, 148);
}

div.courseName a {
    color: #0577c7;
    text-decoration: none;
}

/* SECTION: Dashboard ********************************************************************/

div#dashboardScreenshot {
    clear: both;
    display: block;
    border: 1px solid rgb(224, 224, 224);
    border-radius: 3px;
    background: url('/img//screenshots/student-dashboard.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 800px;
    height: 600px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.05);  
    margin: 0 auto;  
}

@media screen and (max-width: 1000px) {
    div#dashboardScreenshot {
        width: 80%;
        height: 60vw;
    }
}

div.furtherReading {
    margin-top: 30px;
    font-weight: bold;
}


/* SECTION: Customization ********************************************************************/

div#customizationDescription {
    float: left;
    width: 480px;
    margin-top: 150px;
}

div#customizationScreenshot {
    background: url('/img/screenshots/xp-goals-dialog.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 500px;
    height: 455px;
    margin-left: 500px;
}

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



/* SECTION: trackProgress ****************************************************************/

div#trackProgressScreenshot {
    display: inline-block;
    background: url('/img/screenshots/unit-progress.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 450px;
    height: 560px;
}

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

@media screen and (max-width: 1000px) {
    div#trackProgressDescription {
        text-align: left;
        float: none;
        width: fit-content;
        margin: 0 auto;
    }
    div#trackProgressScreenshot {
        display: block;
        margin: 0 auto;
        margin-top: 50px;

        width: 80%;
        height: 86vw;
    }
}
