html {
    scroll-behavior: smooth;
/*    scroll-snap-type: y proximity;*/
    /*    scroll-padding: 140px;*/
}

body {
    font-family: "roboto", sans-serif;
    font-style: normal;
    font-size: 18px;
    background-color: #E5E5E5;
}

a {
    /*        color: #E04514;*/
    /*        color: #b149d1;*/
    color: #ab44ce;
    /*    color: #8807af;*/
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: underline;
}

li {
    margin-bottom: 10px;
}


/*navigation bar*/
nav {
    position: fixed;
    top: 0;
    background-color: #E5E5E5;
    width: 100%;
    height: 140px;
    z-index: 3;
    padding-left: 7px;
    margin-left: -10px;
}

.nameBox {
    width: 620px;
    height: 44px;
    margin-top: 0px;
    background-color: #495BFE;
    position: relative;
    top: -22px;
    left: 5px;
}


.navName {
    width: 500px;
    position: relative;
    top: -50px;
    left: -3px;
}


.navBar {
    background-color: #495BFE;
    position: relative;
    top: 0px;
    left: 500px;
    width: calc(100% - 515px);
    height: 65px;
    padding-top: 10px;
    padding-left: 0px;
    list-style: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 22px;
}

.navLink {
    color: white;
}

/*about section*/
#about {
/*    scroll-snap-align: start;*/
}

.aboutSection {
    position: relative;
    padding-top: 120px;
    height: 590px;
    margin-bottom: -160px;
}

.bio {
    width: 720px;
    margin: 60px 30px;
    line-height: 30px;
    z-index: 1;
}

.headshot {
    width: 430px;
    position: relative;
    top: -300px;
    left: 830px;
    z-index: 1;
    margin: 15px;
}

.aboutEd {
    width: 240px;
    position: relative;
    top: -420px;
    left: -455px;
    z-index: 1;
}

.aboutEdList {
    position: relative;
    top: -420px;
    z-index: 1;
}

.thesisAdvisor {
    list-style: none;
    margin-left: 25px;
}

/*contact section*/
#contact {
/*    scroll-snap-align: start;*/
}

.contactSection {
    position: relative;
    background-color: #2A8F5F;
    margin-top: 140px;
    margin-bottom: -60px;
    height: 570px;
    width: 100%;
}

.contactCircle {
    background-color: #E5E5E5;
    position: relative;
    top: -270px;
    left: 80px;
    width: 540px;
    height: 540px;
    border-radius: 50%;
}

.contactSection > ul {
    font-size: 20px;
    color: #E5E5E5;
    list-style: none;
}

.contactWord {
    position: relative;
    top: 320px;
    left: 45px;
    width: 460px;
}

.contactEmail {
    background-color: #E5E5E5;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: relative;
    top: -500px;
    left: 700px;
}

.email {
    position: relative;
    padding-left: 0px;
    top: -615px;
    left: 860px;
    width: 200px;
}

.email > li {
    margin-bottom: 30px;
}

.contactAdd {
    background-color: #E5E5E5;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: relative;
    top: -550px;
    left: 700px;
}

.address {
    position: relative;
    padding-left: 0px;
    top: -665px;
    left: 860px;
    width: 380px;
}

.contactFax {
    background-color: #E5E5E5;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    position: relative;
    top: -630px;
    left: 700px;
}

.fax {
    width: 200px;
    position: relative;
    padding-left: 0px;
    top: -710px;
    left: 860px;
}

.fax > a {
    color: #E5E5E5;
    text-decoration: none;
    cursor: default;
}

.fax > a:hover {
    color: #E5E5E5;
    text-decoration: none;
    cursor: default;
}

.fax > a:visited {
    color: #E5E5E5;
    text-decoration: none;
    cursor: default;
}

.fax > a:active {
    color: #E5E5E5;
    text-decoration: none;
    cursor: default;
}

/*research section*/
#research {
/*    scroll-snap-align: start;*/
}

.researchSection {
    position: relative;
    /*    height: 2400px;*/
    padding-top: 0px;
    margin-top: 140px;
    margin-bottom: -140px;
}

.PSInfo {
    position: relative;
    top: -850px;
    right: -755px;
    display: flex;
    flex-direction: column;
    z-index: 0;
    width: 480px;

}

.PSLink {
    text-decoration: underline;
    color: white;
}

.researchShape {
    width: 550px;
    height: 850px;
    position: relative;
    top: 0px;
    left: 730px;
    z-index: -1;
}

.researchPS {
    width: 480px;
    margin-top: 10px;
}

.PSInfo > ul {
    color: white;
    padding-left: 25px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.publications {
    position: relative;
    top: -810px;
}

.researchSelected {
/*    scroll-snap-align: start;*/
    width: 460px;
    position: relative;
    top: 0px;
    left: 5px;
    margin-bottom: -20px;

}

.researchPub {
    width: 650px;
    position: relative;
    top: 5px;
    right: -20px;
    margin-bottom: -15px;
}

.researchSelectedPub {
    border-bottom: solid 3px;
    border-bottom-color: #FF6060;
    z-index: 2;
    margin-bottom: 25px;
    position: relative;
}


.pubList {
    list-style: none;
    width: 1100px;
    z-index: 1;
}

.pubList > li {
    margin-bottom: 15px;
}

.pubTitle {
    font-weight: 700;
}

.pubJournal {
    font-style: italic;
}

.shapeSemicircle {
    opacity: .35;
    height: 400px;
    position: absolute;
    top: 250px;
    z-index: -1;
}

.shapeGreen {
    opacity: .25;
    height: 500px;
    position: absolute;
    top: 500px;
    left: 680px;
    z-index: -1;
}

.shapeBlue {
    opacity: .25;
    height: 380px;
    position: absolute;
    top: 900px;
    left: 0px;
    z-index: -1;
}

.shapePill {
    opacity: .25;
    height: 260px;
    position: absolute;
    top: 1200px;
    left: 780px;
    z-index: -1;
}

.shapeCircles {
    opacity: .35;
    height: 370px;
    position: absolute;
    top: 1425px;
    left: 220px;
    z-index: -1;
}

#acknowledgement {
    font-size: 16px;
    margin-top: 80px;
}

.asteriskMain {
    font-size: 22px;
    color: #ab44ce;
}

/*courses section*/
#courses {
/*    scroll-snap-align: start;*/
}

.coursesSection {
    border: solid 15px;
    border-color: #2A8F5F;
    margin-top: 180px;
    padding-top: 0px;
    /*    height: 570px;*/
    position: relative;
}

.coursesSection > ul {
    width: 1000px;
    position: relative;
    top: -50px;
    margin: 4px 0px;
}


.coursesBG {
    background-color: #E5E5E5;
    width: 420px;
    position: relative;
    top: -50px;
    left: 20px;
    display: flex;
    justify-content: center;
}

.coursesWord {
    width: 390px;
    height: 89px;
}


/*footer section*/
footer {
    margin-top: 10px;
}

.footerText {
    width: 100%;
    display: flex;
    justify-content: center;
}

.footerPara {
    margin: 25px 80px;
    font-size: 12px;

}

/*publist is 1100px wide, courses is 1000px wide*/
@media screen and (min-width: 2000px) {

    /*    about */
    .aboutSection {
        padding-left: 120px;
    }

    .headshot {
        left: 1100px;
    }

    /*    contact*/
    .contactCircle {
        left: 250px;
    }

    .contactEmail {
        left: 1100px;
    }

    .email {
        left: 1300px;
    }

    .contactAdd {
        left: 1100px;
    }

    .address {
        left: 1300px;
    }

    .contactFax {
        left: 1100px;
    }

    .fax {
        left: 1300px;
    }

    /*research section*/
    .PSInfo {
        right: -1435px;
    }

    .researchShape {
        left: 1400px;
    }

    .researchSelected {
        padding-left: 120px;
    }

    .pubList {
        padding-left: 150px;
        width: 1100px;
    }

    .shapeSemicircle {
        left: 90px;
    }

    .shapeGreen {
        left: 1200px;
    }

    .shapePill {
        left: 1450px;
    }

    .shapeCircles {
        left: 750px;
    }

    /*courses section*/
    .coursesSection > ul {
        padding-left: 170px;
    }

    .coursesBG {
        left: 120px;
    }

}

/*1100px, 1000px*/
@media screen and (min-width: 1800px) and (max-width: 1999px) {

    /*    about */
    .aboutSection {
        padding-left: 90px;
    }

    .headshot {
        left: 1100px;
    }

    /*    contact*/
    .contactCircle {
        left: 190px;
    }

    .contactEmail {
        left: 950px;
    }

    .email {
        left: 1140px;
    }

    .contactAdd {
        left: 950px;
    }

    .address {
        left: 1140px;
    }

    .contactFax {
        left: 950px;
    }

    .fax {
        left: 1140px;
    }

    /*research section*/
    .PSInfo {
        right: -1235px;
    }

    .researchShape {
        left: 1200px;
    }

    .researchSelected {
        padding-left: 90px;
    }


    .pubList {
        padding-left: 120px;
        width: 1100px;
    }

    .shapeSemicircle {
        left: 60px;
    }

    .shapeGreen {
        left: 1050px;
    }

    .shapePill {
        left: 1200px;
    }

    .shapeCircles {
        left: 600px;
    }

    /*courses section*/
    .coursesSection > ul {
        padding-left: 140px;
    }

    .coursesBG {
        left: 90px;
    }

}

/*1100px, 1000px*/
@media screen and (min-width: 1600px) and (max-width: 1799px) {

    /*    about */
    .aboutSection {
        padding-left: 70px;
    }

    .headshot {
        left: 900px;
    }

    /*    contact*/
    .contactEmail {
        left: 850px;
    }

    .email {
        left: 1040px;
    }

    .contactAdd {
        left: 850px;
    }

    .address {
        left: 1040px;
    }

    .contactFax {
        left: 850px;
    }

    .fax {
        left: 1040px;
    }

    /*research section*/
    .PSInfo {
        right: -1065px;
    }

    .researchShape {
        left: 1030px;
    }

    .researchSelected {
        padding-left: 90px;
    }

    .pubList {
        padding-left: 120px;
        width: 1100px;
    }

    .shapeSemicircle {
        left: 60px;
    }

    .shapeGreen {
        left: 880px;
    }

    .shapePill {
        left: 1050px;
    }

    .shapeCircles {
        left: 500px;
    }

    /*courses section*/
    .coursesSection > ul {
        padding-left: 140px;
    }

    .coursesBG {
        left: 90px;
    }

}

/*publist is 900px wide, courses is 900*/
@media screen and (max-width: 1300px) {

    /*    about */
    .aboutSection {
        height: 550px;
    }

    .headshot {
        left: 780px;
        width: 380px;
    }

    .aboutEd {
        top: -410px;
        left: -410px;
    }

    /*    contact*/
    .contactEmail {
        left: 650px;
    }

    .email {
        left: 780px;
    }

    .contactAdd {
        left: 650px;
    }

    .address {
        left: 780px;
    }

    .contactFax {
        left: 650px;
    }

    .fax {
        left: 780px;
    }


    /*    research*/
    .researchSection {
        /*        height: 2600px;*/
    }

    .PSInfo {
        right: -680px;

    }

    .researchShape {
        left: 645px;
    }

    .pubList {
        width: 900px;
    }

    .shapeBlue {
        top: 1100px;
    }


    .shapePill {
        top: 1450px;
        left: 660px;
    }

    .shapeCircles {
        top: 1620px;
        left: 220px;
    }

    #acknowledgement {
        margin-top: 80px;
    }

    .coursesSection > ul {
        width: 900px;
    }
}

/*900px, 900px*/
@media screen and (max-width: 1200px) {

    /*    about */
    .aboutSection {
        height: 660px;
    }

    .bio {
        width: 550px;
    }

    .headshot {
        left: 670px;
        width: 380px;
    }

    .aboutEd {
        top: -380px;
        left: -370px;
    }

    .aboutEdList {
        top: -390px;
        width: 550px;
    }

    /*    contact*/
    .contactSection {
        height: 480px;
    }

    .contactCircle {
        top: -215px;
        left: 50px;
        width: 430px;
        height: 430px;
    }

    .contactSection > ul {
        font-size: 18px;
    }

    .contactWord {
        top: 260px;
        left: 40px;
        width: 360px;
    }

    .contactEmail {
        width: 80px;
        height: 80px;
        top: -390px;
        left: 600px;
    }

    .email {
        top: -490px;
        left: 750px;
    }

    .contactAdd {
        width: 80px;
        height: 80px;
        top: -465px;
        left: 600px;
    }

    .address {
        top: -565px;
        left: 750px;
        width: 300px;
    }

    .contactFax {
        width: 80px;
        height: 80px;
        top: -555px;
        left: 600px;
    }

    .fax {
        top: -625px;
        left: 750px;
    }

    /*    research*/
    .researchSection {
        /*        height: 2600px;*/
    }

    .PSInfo {
        right: -560px;
    }

    .researchShape {
        left: 525px;
    }

    .pubList {
        width: 900px;
    }

    .shapePill {
        /*                top: 1500px;*/
        left: 610px;
    }

    .shapeCircles {
        /*                top: 1750px;*/
    }

    /*    courses*/
    .coursesSection {
        /*        height: 600px;*/
    }


    .coursesSection > ul {
        width: 900px;
    }
}

/*publist is 695px wide, 695*/
@media screen and (max-width: 1140px) {

    /*    nav*/
    .nameBox {
        width: 510px;
    }

    .navName {
        width: 440px;
        top: -45px;
    }

    .navBar {
        left: 440px;
        width: calc(100% - 453px);
    }

    /*    about */
    .aboutSection {
        height: 710px;
    }

    .bio {
        width: 440px;
    }

    .headshot {
        top: -330px;
        left: 580px;
        width: 350px;
    }

    .aboutEd {
        top: -360px;
        left: -370px;
    }

    .aboutEdList {
        top: -370px;
        width: 460px;
    }

    /*    contact*/
    .contactSection {
        height: 540px;
    }

    .contactCircle {
        top: -200px;
        left: 40px;
        width: 400px;
        height: 400px;
    }

    .contactWord {
        top: 240px;
        left: 22px;
        width: 360px;
    }

    .contactEmail {
        top: -360px;
        left: 510px;
    }

    .email {
        top: -455px;
        left: 640px;
    }

    .email > li {
        margin-bottom: 15px;
    }

    .contactAdd {
        top: -405px;
        left: 510px;
    }

    .address {
        top: -505px;
        left: 640px;
        width: 280px;
    }

    .contactFax {
        top: -470px;
        left: 510px;
    }

    .fax {
        top: -545px;
        left: 640px;
    }

    /*    research*/
    .researchSection {
        /*        height: 4100px;*/
    }

    .PSInfo {
        top: -845px;
        right: -520px;
        width: 410px;
    }

    .researchShape {
        width: 460px;
        height: 850px;
        left: 490px;
    }

    .researchPS {
        width: 380px;
    }

    .PSInfo > ul {
        padding-left: 25px;
        margin-top: 15px;
    }

    .publications {
        top: -760px;
    }

    .pubList {
        width: 695px;
    }

    .researchSelected {
        top: -110px;
        width: 400px;
        margin-bottom: -55px;
    }

    .researchPub {
        width: 565px;
        left: -254px;
        margin-bottom: -10px;
    }

    .shapeSemicircle {
        height: 350px;
        top: 400px;
    }

    .shapeGreen {
        height: 500px;
        top: 700px;
        left: 540px;
    }

    .shapeBlue {
        height: 380px;
        top: 1250px;
    }

    .shapePill {
        top: 1690px;
        left: 450px;
    }

    .shapeCircles {
        top: 1980px;
        left: 200px;
    }

    /*    courses*/
    .coursesSection {
        /*        height: 600px;*/
    }

    .coursesSection > ul {
        width: 695px;
    }
}

/*695, 695*/
@media screen and (max-width: 985px) {

    /*    nav*/
    .nameBox {
        width: 450px;
    }


    .navName {
        width: 380px;
        top: -40px;
        left: 0px;
    }


    .navBar {
        left: 390px;
        width: calc(100% - 403px);
    }

    /*    about*/
    .aboutSection {
        height: 770px;
    }

    .bio {
        width: 380px;
    }

    .headshot {
        width: 330px;
        top: -420px;
        left: 460px;
    }

    .aboutEd {
        width: 250px;
        top: -340px;
        left: -355px;
    }

    .aboutEdList {
        top: -350px;
        width: 380px;
    }

    /*    contact*/
    .contactEmail {
        left: 460px;
    }

    .email {
        left: 580px;
    }

    .contactAdd {
        left: 460px;
    }

    .address {
        left: 580px;
        width: 250px;
    }

    .contactFax {
        top: -480px;
        left: 460px;
    }

    .fax {
        top: -555px;
        left: 580px;
    }

    /*    reserach */
    .researchSection {
        /*        height: 3500px;*/
    }

    .PSInfo {
        top: -900px;
        left: 258px;
    }

    .researchShape {
        height: 900px;
        left: 230px;
    }

    .publications {
        top: -830px;
    }

    .researchSelected {
        top: 0px;
        margin-bottom: -40px;
    }

    .researchPub {
        left: 150px;
    }

    .pubList {
        width: 695px;
    }

    .shapeGreen {
        top: 680px;
        left: 490px;
    }

    .shapeBlue {
        height: 380px;
        top: 1280px;
    }

    .shapePill {
        top: 1750px;
        left: 325px;
    }

    .shapeCircles {
        top: 2010px;
        left: 100px;
    }

    /*    courses*/
    .coursesSection {
        height: 610px;

    }

    .coursesBG {
        width: 350px;
    }

    .coursesWord {
        width: 350px;
        height: 80px;
    }

}

/*470px, 470px*/
@media screen and (max-width: 850px) {

    /*    nav*/
    nav {
        height: 137px;
    }

    .nameBox {
        width: 390px;
    }

    .navName {
        width: 340px;
        top: -30px;
    }

    .navBar {
        left: 345px;
        width: calc(100% - 358px);
        font-size: 20px;
    }

    /*    about*/
    .aboutSection {
        padding-top: 100px;
        height: 700px;
    }

    .bio {
        width: 600px;
    }

    .headshot {
        width: 280px;
        top: -50px;
        left: 370px;
    }

    .aboutEd {
        top: -300px;
        left: -305px;
        width: 220px;
    }

    .aboutEdList {
        top: -310px;
        width: 280px;
        margin-left: 10px;
    }

    /*    contact*/
    .contactSection {
        margin-top: 137px;
        height: 530px;
    }

    .contactSection > ul {
        font-size: 16px;
    }

    .contactCircle {
        top: -150px;
        width: 300px;
        height: 300px;
    }

    .contactWord {
        top: 180px;
        left: 20px;
        width: 260px;
    }

    .contactEmail {
        top: -260px;
        left: 360px;
    }

    .email {
        top: -350px;
        left: 470px;
    }

    .contactAdd {
        top: -310px;
        left: 360px;
    }

    .address {
        top: -405px;
        left: 470px;
        width: 200px;
    }

    .contactFax {
        top: -390px;
        left: 360px;
    }

    .fax {
        top: -465px;
        left: 470px;
    }

    /*    reserach */
    .researchSection {
        margin-top: 137px;
        /*        height: 3100px;*/
    }

    .researchPub {
        left: 107px;
    }

    .pubList {
        width: 470px;
    }

    .shapeSemicircle {
        height: 330px;
        top: 600px;
    }

    .shapeGreen {
        height: 420px;
        top: 1100px;
        left: 430px;
    }

    .shapeBlue {
        height: 300px;
        top: 1700px;
    }

    .shapePill {
        top: 2280px;
        height: 200px;
        left: 290px;
    }

    .shapeCircles {
        height: 300px;
        top: 2660px;
        left: 100px;
    }


    /*    courses*/
    .coursesSection {
        margin-top: 167px;
        /*        height: 610px;*/
    }

    .coursesSection > ul {
        width: 470px;
    }
}

/*470px, 470px*/
@media screen and (max-width: 700px) {

    /*    nav*/
    nav {
        top: 0px;
        height: 171px;
        /*        padding-left: 0px;*/
    }

    .nameBox {
        width: 330px;
        height: 40px;
        top: -80px;
        left: 40px;
    }


    .navName {
        width: 330px;
        top: -30px;
        left: -5px;
    }


    .navBar {
        top: 80px;
        left: 0px;
        width: calc(100% - 11px);
        height: 70px;
        justify-content: center;
        align-content: space-around;
        font-size: 22px;
        padding-top: 0px
    }

    .navBar > li {
        margin: 10px 35px;
    }

    /*    about*/
    .aboutSection {
        height: 1040px;
        padding-top: 140px;
        margin-bottom: -171px;
    }

    .bio {
        width: 500px;
    }

    .headshot {
        width: 350px;
        top: -40px;
        left: 10px;
    }

    .aboutEd {
        top: 30px;
        left: -370px;
        width: 240px;
    }

    .aboutEdList {
        top: 20px;
        width: 460px;
        margin-left: 10px;
    }

    /*    contact*/
    .contactSection {
        margin-top: 171px;
        height: 720px;
        margin-bottom: -111px;
    }

    .contactEmail {
        top: -100px;
        left: 150px;
    }

    .email {
        top: -190px;
        left: 280px;
    }

    .contactAdd {
        top: -140px;
        left: 150px;
    }

    .address {
        top: -235px;
        left: 280px;
        width: 200px;
    }

    .contactFax {
        top: -210px;
        left: 150px;
    }

    .fax {
        top: -285px;
        left: 280px;
    }

    /*    reserach */
    .researchSection {
        /*        height: 3500px;*/
        margin-top: 171px;
        margin-bottom: -171px;
    }

    .PSInfo {
        top: -905px;
        left: 110px;
    }

    .researchShape {
        left: 80px;

    }

    .researchSelected {
        margin-bottom: -30px;
        width: 310px;
    }

    .researchPub {
        left: 50px;
        width: 455px;
    }

    .pubList {
        width: 470px;
    }

    .shapeGreen {
        left: 230px;
    }

    .shapePill {
        transform: rotate(90deg);
        left: 240px;
    }

    .shapeCircles {
        left: 50px;
    }


    /*    courses*/
    .coursesSection {
        margin-top: 200px;
        /*        height: 610px;*/
    }

    .coursesSection > ul {
        width: 470px;
    }

    .coursesWord {
        width: 300px;
        height: 69px;
    }

}

@media screen and (max-width: 640px) {
    .aboutEd {
        top: -20px;
        left: 10px;
        width: 240px;
    }

    .aboutEdList {
        top: -30px;
        width: 460px;
        margin-left: 10px;
    }
}

/*310, 280*/
@media screen and (max-width: 550px) {

    /*    nav*/
    nav {
        position: fixed;
        top: 0px;
        width: 100%;
        height: 132px;
        padding-left: 0px;
    }

    .nameBox {
        width: 240px;
        height: 30px;
        margin-top: 0px;
        top: -65px;
        left: 20px;
    }


    .navName {
        width: 230px;
        top: -20px;
        left: 0px;
    }


    .navBar {
        top: 60px;
        left: 0px;
        width: 100%;
        height: 50px;
        justify-content: space-around;
        list-style: none;
        flex-wrap: wrap;
    }

    .navBar > li {
        margin: 10px 19px;
        font-size: 17px;
    }

    /*    about*/
    .aboutSection {
        height: 1170px;
        padding-top: 100px;
        margin-bottom: -132px;
    }

    .bio {
        width: 355px;
    }

    .aboutEd {
        top: -25px;
        left: 0px;
        width: 240px;
    }

    .aboutEdList {
        top: -35px;
        width: 350px;
        margin-left: 10px;
    }

    /*    contact*/
    .contactSection {
        margin-top: 132px;
        height: 720px;
        margin-bottom: -70px;
    }

    .contactEmail {
        top: -100px;
        left: 65px;
    }

    .email {
        top: -190px;
        left: 190px;
    }

    .contactAdd {
        top: -140px;
        left: 65px;
    }

    .address {
        top: -235px;
        left: 190px;
    }

    .contactFax {
        top: -210px;
        left: 65px;
    }

    .fax {
        top: -285px;
        left: 190px;
    }

    /*    reserach */
    .researchSection {
        /*        height: 4400px;*/
        margin-top: 131px;
        margin-bottom: -132px;
    }

    .PSInfo {
        top: -760px;
        left: 25px;
        width: 310px;
    }

    .researchShape {
        width: 390px;
        height: 800px;
        top: 0px;
        left: -2px;
    }

    .researchPS {
        width: 330px;
    }

    .PSInfo {
        top: -800px;
    }

    .PSInfo > ul {
        padding-left: 25px;
        margin-top: 15px;
    }

    .publications {
        top: -740px;
    }

    .researchSelected {
        margin-bottom: -25px;
        width: 255px;
    }

    .researchPub {
        left: 41px;
        width: 355px;
    }

    .pubList {
        width: 310px;
    }

    .shapeSemicircle {
        height: 350px;
        top: 600px;
    }

    .shapeGreen {
        height: 450px;
        top: 1300px;
        left: 140px;
    }

    .shapeBlue {
        height: 300px;
        top: 2100px;
    }

    .shapePill {
        transform: rotate(90deg);
        top: 2900px;
        height: 200px;
        left: 120px;
    }

    .shapeCircles {
        height: 280px;
        top: 3540px;
    }


    /*    courses*/
    .coursesSection {
        margin-top: 170px;
        /*        height: 610px;*/
    }

    .coursesSection > ul {
        width: 280px;
    }

}

/*310, 280*/
@media screen and (max-width: 425px) {
    .navBar > li {
        margin: 10px 19px;
        font-size: 16px;
    }

    /*    about*/
    .aboutSection {
        height: 1260px;
        padding-top: 100px;
    }

    .bio {
        width: 305px;
        margin: 60px 20px;
    }

    .headshot {
        width: 310px;
        top: -40px;
        left: 10px;
    }

    .aboutEd {
        top: -20px;
        left: 5px;
        width: 240px;
    }

    .aboutEdList {
        top: -30px;
        width: 280px;
    }

    /*    contact*/
    .contactSection {
        height: 720px;
    }

    .contactCircle {
        left: 20px;
    }

    .contactEmail {
        top: -100px;
        left: 25px;
    }

    .email {
        top: -190px;
        left: 135px;
    }

    .contactAdd {
        top: -140px;
        left: 25px;
    }

    .address {
        top: -235px;
        left: 135px;
    }

    .contactFax {
        top: -210px;
        left: 25px;
    }

    .fax {
        top: -285px;
        left: 135px;
    }

    /*    reserach */
    .researchSection {
        /*        height: 4400px;*/
    }

    .PSInfo {
        top: -760px;
        left: 25px;
        width: 310px;
    }

    .researchShape {
        width: 370px;
        height: 760px;
        top: 0px;
        left: -2px;
    }

    .researchPS {
        width: 315px;
    }

    .PSInfo > ul {
        padding-left: 25px;
        margin-top: 15px;
    }

    .publications {
        top: -720px;
    }

    .researchSelected {
        left: -3px;
        margin-bottom: -25px;
        width: 265px;
    }

    .researchPub {
        left: 2px;
        width: 355px;
    }

    .pubList {
        width: 310px;
        padding-left: 20px;
    }

    .shapeGreen {
        left: 130px;
    }

    .shapePill {
        left: 70px;
    }

    /*    courses*/
    .coursesSection {
        margin-top: 160px;
        /*        height: 610px;*/
    }

    .coursesSection > ul {
        width: 280px;
        margin-top: 12px;
    }


    .coursesBG {
        width: 280px;
    }

    .coursesWord {
        width: 250px;
        height: 59px;
    }

}

/*270, 220*/
@media screen and (max-width: 375px) {
    /*    nav*/
    nav {
        height: 108px;
    }

    .nameBox {
        width: 200px;
        height: 25px;
        top: -35px;
    }


    .navName {
        width: 190px;
        top: -16px;
    }


    .navBar {
        height: 40px;
        margin-top: 10px;
        margin-bottom: 10px;
        top: 58px;
    }
    
    .navBar > li {
        margin: 10px 15px;
        font-size: 15px;
    }

    /*    about*/
    .aboutSection {
        height: 1360px;
        padding-top: 55px;
        margin-bottom: -80px;
    }

    .bio {
        width: 265px;
        margin: 60px 10px;
    }

    .headshot {
        width: 260px;
        top: -40px;
        left: 0px;
    }

    .aboutEd {
        top: -20px;
        left: 5px;
        width: 220px;
    }

    .aboutEdList {
        top: -30px;
        width: 230px;
        margin-left: 10px;
    }

    /*    contact*/
    .contactSection {
        margin-top: 108px;
        height: 660px;
        margin-bottom: -60px;
    }

    .contactSection > ul {
        font-size: 16px;
    }

    .contactCircle {
        top: -125px;
        width: 250px;
        height: 250px;
        left: 20px;
    }

    .contactWord {
        top: 150px;
        left: 18px;
        width: 220px;
    }

    .contactEmail {
        width: 65px;
        height: 65px;
        top: -90px;
        left: 25px;
    }

    .email {
        top: -170px;
        left: 120px;
        width: 160px;
    }

    .contactAdd {
        width: 65px;
        height: 65px;
        top: -130px;
        left: 25px;
    }

    .address {
        top: -210px;
        left: 120px;
        width: 160px;
    }

    .contactFax {
        width: 65px;
        height: 65px;
        top: -200px;
        left: 25px;
    }

    .fax {
        top: -260px;
        left: 120px;
        width: 160px;
    }

    /*    reserach */
    .researchSection {
        height: 4400px;
        margin-top: 108px;
        margin-bottom: -108px;
    }

    .PSInfo {
        top: -765px;
        left: 5px;
        width: 280px;
    }

    .researchShape {
        width: 305px;
        height: 760px;
        top: 0px;
        left: -10px;
    }

    .researchPS {
        width: 270px;
    }

    .PSInfo > ul {
        width: 245px;
        padding-left: 25px;
        margin-top: 15px;
    }

    .publications {
        top: -720px;
    }

    .researchSelected {
        left: -8px;
        margin-bottom: -20px;
        width: 221px;
    }

    .researchPub {
        left: -4px;
        width: 300px;
        margin-bottom: -7px;
    }

    .pubList {
        width: 270px;
        padding-left: 10px;
    }

    .shapeSemicircle {
        top: 700px;
    }

    .shapeGreen {
        height: 410px;
        top: 1500px;
        left: 55px;
    }

    .shapeBlue {
        height: 300px;
        top: 2350px;
    }

    .shapePill {
        transform: rotate(90deg);
        top: 3250px;
        height: 200px;
        left: 0px;
    }

    .shapeCircles {
        height: 280px;
        top: 4000px;
        left: 0px
    }

    /*    courses*/
    .coursesSection {
        margin-top: 130px;
        /*        height: 610px;*/
    }

    .coursesSection > ul {
        width: 220px;
    }

    .coursesBG {
        left: 10px;
        top: -40px;
        width: 240px;
    }

    .coursesWord {
        width: 220px;
        height: 50px;
    }
}
