/* skeleton */

.project {
    padding: 0px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 36px;
}

.project section {
    margin: 36px 0;
}

/* default style */

.project p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
}

.project section h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-style: normal
}

a:link {
    color: inherit;
}

a:visited {
    color: inherit;
}

/* title  */

.project .title h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    font-style: normal;
}

/* authors */

.project .author .name span{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.project .author .name span:after{
    content: ',';
}

.project .author .name span:last-child:after{
    content: '';
}

.project .author .name .equal-contri:after{
    content: '*,';
}

.project .author .name a {
    text-decoration: none;
}

.project .author .name a:hover {
    text-decoration: underline;
}

/* equal contri */
.project .author .equal-contri-footnote {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-style: italic; 
    margin-top: 12px;
}

/* institute */

.project .author .institute {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

/* abstract */
.project .abstract {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 150%;
}

.project .abstract .text p {
    margin-block-start: 1.2em;
    margin-block-end: 1.2em;
    text-align: justify;
}

/* video */
.project .video {
    position: relative;
    padding-bottom: 56.25%;
}
.project .video iframe {
    position: absolute;
    top: 0;
    left:0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* image */
.project .image img {
    max-width: calc(0.7 * 800px);
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.project .image p {
    font-size: 14px;
    font-style: italic;
    text-align: justify;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(0.8 * 800px);
    width: 100%;
    line-height: 1.2em;
}

.project .image {
    margin-top: 48px;
    margin-bottom: 36px;
}

.project {
    counter-reset: fig;
}

.project .image p:before {
    counter-increment: fig;
    content: "Figure " counter(fig) ": ";
}

.project .press-coverage {
    font-family: 'Open Sans', sans-serif;
}

.project .press-coverage li {
    /* list-style-type: circle; */
    font-size: 14px;
}

.project .press-coverage a {
    padding-left: 10px;
    color: #003FCF;
    text-decoration: none;
}

.project .team .image p {
    text-align: center;
    display: block;
}

.project .team .image p:before {
    content: none;
}

.project .award li {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    font-weight: bold;
}

.project .award li::before {
    content: " ";
    display: inline-block;
    background-image: url("../imgs/medal.png");
    height: 25px;
    width: 35px;
    background-size: 25px;
    background-repeat: no-repeat;
    position: relative;
    top: 5px;
}