@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Lato&display=swap');

body {
    padding: 0;
    margin: 0;
  	overflow: scroll;
  	overflow-y: scroll;
  	overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

#content-root {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.columns {
    display: flex;
    flex-direction: row;
    padding: 0 1em 1em 1em;
justify-content: center; /* align horizontal */
align-items: center; /* align vertical */
}

.column {
    flex: 1;
    padding: 0 1em 1em 1em;
}

#top-bar {
    display: flex;
    flex-direction: row;
    box-shadow: rgba(0,0,0,.2) 0 0 10px 0;
    padding-left: 5%;
    padding-right: 5%;
}

#top-bar a {
    color: #5a8c8d;
    text-decoration: none;
    font-weight: normal;
    display: flex;
    flex-direction: row;
}

.paper-picture {
    max-height: 70%;
    max-width: 70%;
}
.icon-picture {
    height: 1.2em;
    object-fit: contain;
}
#top-bar-icon {
    flex: 1;
}
#top-bar-name {
    flex: 1;
}

#top-bar-links {
    display: flex;
    flex-direction: row;
    flex: 1;
    list-style: none;
}

#top-bar-links a {
    margin-left: 1em;
}
/*
p {
    font-size: 1.em;
    font-family: Lato, serif;
	text-align: justify;
}
*/
.button-link {
    color: white;
    padding: 0.25em;
    background-color: #0f7173;
}

.title-picture {
    max-width: 400px;
    border: 10px solid #fff;
    box-shadow: rgba(0,0,0,.2)0 20px 30px 0;
}

#photo-list-container {
    max-width: 1024px;
    margin: 0 auto 0 auto;
}

.photo-item {
    list-style-type: none;
    margin: 0;
}

#post-list li:last-child {
    border-bottom: 1px solid #eee;
}

.photo-content {
    text-align: center;
}

.photo-details {
    margin-top: 2em;
}

#past {
text-align : center;
}

.footer {
text-align : center;
margin: 0 auto;
    color: #aaaaaa;
font-family: Lato, sans-serif;
}
.big-links {
    color: #5a8c8d;
    font-size : 1.15em;
    font-weight : bold;
    text-decoration: none;
    font-family: 'Cormorant Garamond', serif;
	text-align: center;
}
#paper-list-container {
    list-style: none;
}

.conference-tag {
    opacity: 0.5;
}

#paper-reviews {
    list-style: none;
}

a {
    color: #c34652;
    text-decoration: none;
}
/*
e {
    color: #5a8c8d;
    font-family: 'Cormorant Garamond', serif;
}
*/
.background {
    font-family: 'Cormorant Garamond', serif;
    font-size: 110%;
	text-align: justify;
}
.paper-awards {
    color: #d3a028;
}
ol {
    font-family: 'Cormorant Garamond', serif;
    font-size: 100%;
}
body, h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif;
}

.intro {
    font-family: 'Lato', sans-serif;
    /*font-size: 1em; */
    font-size: 1em;
	text-align: justify;
}

.title-picture {
    margin-top: 1em;
}

.news-date {
    color: #5a8c8d;
    white-space: nowrap;
    display: inline-block;
}

.paper-venue {
    color: #aaaaaa;
    white-space: nowrap;
    display: inline-block;
}

.author{
    color: #5a8c8d;
}
.paper-links {
    color: #c34652;
}

table {
    border-collapse: collapse;
}

td {
    padding: 0.5em;
}

th {
    border-bottom: 1px solid black;
}

.tag {
    padding: 0.25em;
    margin-right: 0.5em;
}

.tag-PhD {
    background-color: #0f7173;
    color: white;
}

.tag-Research {
    background-color: #93c6d6;
    color: black;
}

.tag-Microsoft {
    background-color: #f6ae2d;
    color: black;
}

.tag-Life {
    background-color: #F26419;
    color: white;
}
