@font-face {
    font-family: 'RobotoMono';
    font-style: bold;
    font-weight: 200;
    src: url(RobotoMono-Medium.ttf) format('truetype');
}
@font-face {
    font-family: 'RobotoMono';
    font-style: normal;
    font-weight: 200;
    src: url(RobotoMono-Light.ttf) format('truetype');
}
@font-face {
    font-family: 'RobotoMono';
    font-style: italic;
    font-weight: 200;
    src: url(RobotoMono-LightItalic.ttf) format('truetype');
}

html {
    background-color: #e0e0ff;
    font-size: 1.0em;
}

body {
    max-width: 80em;
    margin: 0 auto;
    padding: 2em;
}

* {
    font-family:"Inconsolata", monospace
}

div {
    box-sizing: border-box;
}

h1, p {
    margin: 0;
}

a, a:visited {
    color: rgb(180, 18, 238);
    text-decoration: underline;
    cursor: pointer;
}

.topbar {
    text-align: center;
    border-bottom: 2px solid rgb(76, 76, 76);
    display: block;
    padding-bottom:1em;
}

.headshot {
    width: 10em;
    border-radius: 0%;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    object-fit: cover;
    display: border-box;
    filter: drop-shadow(2px 2px 5px #888);
}

.topbar-container {
    display:flex;
    flex-wrap: wrap;
    padding-bottom: 0.5em;
    justify-content: center;
}

.image-container {
    display: inline-block;
    width: fit-content;
}

.info-container {
    margin-left: 1em;
    display: inline-block;
    height: 100%;
    text-align: left;
}

.info-container p {
    margin-bottom: 0.2em;
}

.inline-logo {
    height: 1em;
    width: 1em;
    display: inline-block;
    vertical-align: middle;
    text-align:center;
}

.content p {
    line-height: 1.2em;
    margin-bottom: 1em;
    margin-left: 2em;
}

.content h2 {
    font-size: 1.5em;
}

.project {
    margin-left: 2em;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
    justify-content:center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background-color: #D6D6FF;
}

.assetList {
    margin-top: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    margin-right: 1em;
    margin-bottom: 1em;
    padding-right: 1em;
    padding-left: 1em;
    justify-content:left;
    align-items: left;
    flex-wrap: wrap;
    background-color: #c4d7da;
}

.assetListRow {
    margin-right: 1em;
    padding-right: 1em;
    padding-left: 1em;
    margin-top:0.5em;
    margin-bottom: 0.5em;
    justify-content:left;
    display: flex;
    align-items: left;
    flex-wrap: wrap;
    background-color: #c4d7da;
}

.project-details {
    margin-top:1em;
    flex: 1;
    flex-basis: 40em;
}

.title-author-info {
    position: relative;
}

span.doi {
    position: relative;
    top: 0;
    right: 0;
    color: rgb(81, 122, 123);
}

span.doi a {
    color: rgb(81, 122, 123);
}

@media screen and (max-width: 50em) {
    a.doi {
        display: none !important;
    }
}

.abstract {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.thumbnail {
    height: 10em;
    width: 10em;
    object-fit: cover;
    margin: 1em;
    margin-left:0;
    border-radius: 0%;
    margin-right: 1em;
    background-color: #FFF;
    filter: drop-shadow(2px 2px 5px rgb(81, 122, 123));
}

.links-container {
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.links-table {
    margin-top:0.5em;
    margin-bottom:0.5em;
}

.standalone-links-container {
    background-color:#e0e0e0;
    padding:0.5em 1em;
    margin-left: 2em;
}

.links-table .links-row .link, .links-table .links-row .link-text {
    border-bottom: 1px dotted black;
    padding-bottom: 0.1em;
    padding-top: 0.1em;
}

.assetCol{
    padding-bottom: 0.1em;
    padding-top: 0.1em;
    flex:1;
}

.links-table .links-row:last-child .link, .links-table .links-row:last-child .link-text {
    border-bottom: none;
}

.links-row, .links-header-row {
    display:flex;
    padding-bottom:0.2em;
}

.link, .links-header, .link-text {
    flex: 1;
}

.link-text {
    flex-grow: 2;
}

.links-header-row {
    font-weight: bold;
    /* text-align: center; */
}

.show-more {
    white-space: nowrap;
}

.papertitle {
    text-align:center;
}

.authors {
    text-align: center;
    font-size: 1.125em;
    font-style: italic;
}

.teaser {
    width: 90%;
    margin: 1em 5%;
    /* background-color: #FFF; */
    /* filter: drop-shadow(2px 2px 5px #888); */
}

.teasercaption {
    margin-left:2em;
    text-align:left;
}

a.back {
    padding-bottom:1em;
}

.new {
    color: red;
}

.ast {
    font-size: 0.8em;
}
.redAst {
    color: red;
    font-size: 0.8em;
}

h2.section-head {
    text-align: center;
    font-size: 1.5em;
}

hr {
    border-top: 1px solid black;
    border-bottom: none;
}

.info-extras summary {
    display: block;
}

.info-extras summary img.expand-badge {
    content: url("../media/icon/expand_closed.png");
}

.info-extras[open] summary img.expand-badge {
    content: url("../media/icon/expand_opened.png");
}

.info-extras[open] summary {
    content: "Show less";
}
