

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  padding-top: 3.5rem;
}

dt {
   float: left;
   clear: left;
   width: 100px;
   text-align: right;
   font-weight: bold;
 }

 dd {
   margin: 0 0 0 110px;
   padding: 0 0 0.5em 0;
 }

.anchor {
  padding-top: 3.5rem;
  margin-top: -3.5rem;
}



.fakelink {
  color: rgb(40, 80, 255);
}


h2 {
  border-bottom: 1px solid #999;
}

/* Navbar css */

.navcolor{
    /*background-color: #F6F6F6; */
    background-color: #000000;
    border-bottom: 1px solid #999;
    padding-bottom: 0;
    padding-top: 0;


}

.navbar-brand {
  font-size: 16px;
  font-weight: 600;
}

.navbar a {
    font-weight: 600 !important;
}

.splash {
  padding-bottom: 1em;

}

.splash-image{
  background-color: red;

  max-width: 196px;
  width: 100%;
  margin-bottom: 1em;
}

.facebook-link:hover  {
  color:rgb(59, 89, 152) !important;
}

.dartmouth-link:hover  {
  color:#00693e !important;
}


/* publication list css */


.paper-title {
  cursor: pointer;
  /*color: rgb(40, 80, 255); */
  font-weight: 600;
}

.paper-title.hover { text-decoration: underline; }

.pub-card {
  margin-bottom: 1em;
}

.pub-quicklinks {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.pub-quicklinks li {
  display: inline;
  margin-right: 1em;
}

.publication {
  position: relative;
  min-height: 125px;


  border: solid 1px;
  border-color: rgb(221, 221, 221);

  margin-top: 0px;
  margin-bottom: -1px;
  padding-left: 212px;

  box-sizing: border-box;
  padding-top: 4px;
  padding-bottom: 4px;
}

.publication-thumbnail {
  position: absolute;
  top: 7.78333px;
  left: 7.78333px;
  display: block;
  width: 192px;
  height: 108px;
  object-fit: contain;
  background: #fff;
  pointer-events: none;
  user-select: none;
}

.bibtexref {
  margin-top: 1em;
  display: none;
}

/*  */


.lab-title {
  font-size: 28px;
  font-weight: bold;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;

}

.intro-img {
  width: 100%;
  margin-bottom: 1em;
}


.card-header a {
  text-decoration: none;
}

.person-img {
  width:160px;
  height:215px;
  vertical-align: middle;
  object-fit: cover;
}

.person-card {
  width: 160px;
  vertical-align: top;
}

.person-card .card-link,
.person-card .person-title {
  display: block;
  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.intro-container {
  padding: 30px 14px;
}



.people-container {
  padding: 30px 14px;
}


.people-group-title {
  padding-bottom: 10px;
}

.update-tag {
  color: gray;
}

/* Carousel picture css */
.carousel {
  width: 384px;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.carousel-inner {
  width: 100%;
  height: 100%;
}

.carousel-item {
  height: 100%;
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-control-prev,
.carousel-control-next {
  background-color: rgba(0,0,0,0.2);
  width: 30px;
}

.carousel-indicators {
  margin-bottom: 0;
}
