#publication-history{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.publication-section{
    margin: 2em 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 80%;
}
.publication-text{
    flex: 2;
    display: flex;
    flex-direction: column;
    padding: 2.5% 5%;
    border-radius: 5px;
    box-shadow: 0 0px 2px 1px rgba(0,0,0,0.2);
}
.publication-section-header{
    display: flex;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2.5%;
    font-size: 1.125em;
    text-align: center;
}
.publication-title{
    font-weight: bold;
}
.authors{
    font-size: 0.75em;
    font-weight: 100;
    padding: 1.25%;
}
.publication-image{
    height: 20em;
    width: 100%;
}
.publication-description-item{
    padding: 1% 0;
}

#p2t2{
    background-image: url("assets/p2t2.png");
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 5% 0;
}


#fmri{
    background-image: url("assets/fmri_fig1.jpg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}

#JCB{
    background-image: url("assets/JCB_fig1.jpg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: 50% 0;
}