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

h1 {
    margin-top: 90px;
}

div#descriptionFrame {
    margin-top: 50px;
    padding-left: 20px;
    padding-right: 20px;
}

div#description {
    margin: 0 auto;
    max-width: 1000px;
}

h2 a {
    color: rgb(30, 25, 78);
}


p.sectionDescription {
    margin-bottom: 50px;
}

h3.sequence {
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
}

h4 {
    margin-bottom: 5px;
}

p { 
    margin-top: 5px;
}

span.comingSoon {
    margin-left: 10px;
    background-color: rgb(245, 245, 245);
    border-radius: 5px;
    padding: 4px;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 15px;
    text-align: center;
    color: rgb(64, 64, 64);
}

div.diagramFrame {
    text-align: center;
    margin-bottom: 40px;
}

div#highSchoolPathwayDiagram {
    display: inline-block;
    margin-top: 30px;
    background: url('/img/high-school-pathway-diagram.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 915px; 
    height: 826px; 
}
@media screen and (max-width: 550px) {
    div#highSchoolPathwayDiagram {
        width: 95%;
        height: 100vw;
    }
}

div#foundationsPathwayDiagram {
    display: inline-block;
    margin-top: 30px;
    background: url('/img/foundations-pathway-diagram.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 700px;
    height: 650px;
}
@media screen and (max-width: 800px) {
    div#foundationsPathwayDiagram {
        width: 95%;
        height: 80vw;
    }
}

div#completeCourseDiagram {
    display: inline-block;
    margin-top: 30px;
    background: url('/img/complete-course-diagram.png');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 837px;
    height: 1140px;
}


@media screen and (max-width: 840px) {
    div#completeCourseDiagram {
        width: 80%;
        height: 100vw;
    }
}
