@charset "utf-8";

/*div.background {
    background: e4e3e3;
}*/



/*body {
    padding:50px 5px 50px;
    margin: 0;
    border: 0;
    background: #e4e3e3;
}*/

body {
	max-width: 900px;
	margin: auto;
	background:#fff;
	font-weight: 400;
	font-size: 13px;
	word-wrap: break-word;
	font-family: 'Open Sans',sans-serif;
	text-align: left;
  padding: 0 10px;
}

div.float_right {
  float: left;
  padding-right: 15px;
  max-width: 200px;
  display: inline;
}

#scholar-profile {
  max-width: 450px;
}

#me {
  max-width: 200px;
}

p.small {
    line-height: 0.5;
}

p.big {
    line-height: 2;
}

li {
	font-size: 100%;
    padding-top: 8;
}

td {
    font-size: 80%;
}

/* Thumbnail arrays */

.thumbnails {
  margin-top: 20px;
  clear:both;
  contain: content;
}

.thumbnail-image {
  border-style: none; 
  height: 136px;
}

.thumbnail-item {
  display: inline-block;
  float: left;
  width: 120px;
  height: 230px;
  padding: 1px 5px;
}

.thumbnail-item-wide {
  display: inline-block;
  float: left;
  width: 250px;
  height: 220px;
}

ul.navigation {
    list-style-type: none;
    margin: 0;
    padding: 20;
    display: inline;
}

li.navigation {
    display: inline;
    padding: 20px 24px 20px;
}

a {
    text-decoration: none;

}

a.navlinks {
    padding: 0px;
	color:#000;
    width: 100px;
	font-size: 140%;
	font-family: 'Open Sans',sans-serif;
/*    font-variant: small-caps;*/
    font-weight: bold;
}


a.body {
	color:#2323BB;
}

h3 {
    margin-top: 30px;
}

/*hr {
    margin-top:30px;
}*/

img {
    padding-bottom: 10px;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

div.footer {
    /*background-image: url("images/header.png");*/
    background-color: #fff;
    margin: auto;
    margin-top: 50px;
    padding: 50px 0px 50px;
}

div.people {
  display: inline;
  float: left;
  width: 120px;
  height: 230px;
  padding: 5px;

}

.caption, .subcaption {
  width: 120px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
       -o-transition: opacity .15s linear;
          transition: opacity .15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: .5s;
       -o-transition-duration: .5s;
          transition-duration: .5s;
  -webkit-transition-property: visibility;
       -o-transition-property: visibility;
          transition-property: visibility;
}


.bounding-box {
  background-image: url(...);
  width: 100%;
  background-size: contain;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
}

.centerImage
{
display:block;
margin-left: auto;
margin-right: auto;
}

#grid {
    /*border: 1px #ccc solid;*/
    float:left; 
}

#grid div {
    float: left;
    padding: 10px;
    width: 30%;
    height: 270px;
}

#grid div img{
    height: 170px;
    
}

img#teaser {
  width: 600px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Publications page */
.paper-thumbnail {
  display: inline;
  width: 70px;
  margin-right: 10px;

}

p.paper {
  display: flex;
}

.publication_year{
  font-size: 1.35em;
}

.pdf-link {
  text-decoration: none;
  font-weight: 800;
  color: orangered;
}




/*.videoWrapper {
  position: relative;
  padding-bottom: 75%; /* 4:3 otherwise 56.25%; /* 16:9 */
/*  padding-top: 25px;
  height: 0;
  width: 400px;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/


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

body {
  max-width: 600px;
}

.navlinks div{
    padding-top: 18px;
    padding-bottom: 18px;
}

#grid div {
  width: 45%;

}


}*/

.navigation {
  contain: content;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.navigation a {
  float: left;
  display: block;
  height: 33px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
}

/* Change the color of links on hover */
.navigation a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.navigation a.active {
  background-color: #4CAF50;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.navigation .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 700px) {
  .navigation a {display: none;}
  .navigation a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 700px) {
  .navigation.responsive {position: relative;}
  .navigation.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .navigation.responsive a {
    float: none;
    display: block;
    text-align: left;
    height: 8px;
    width: fit-content;
  }
}


@media only screen and (max-width: 455px) {

body {
  max-width: 98%;
}

/*.navlinks div{
    padding-top: 18px;
    padding-bottom: 18px;
}*/

div.float_right {
  clear:both;
  float: none;
  max-width: 200px;
}

img#teaser {
  max-width: 100%;
}

#grid div{
  width: 100%;

}


}