body {
    font-family: 'Hind Vadodara', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: black;
    color: lightgray;
}

header {
  position: relative;
  height: 350px;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

h1 {
  color: white;
}

a {
  color: #eb84c9;
  text-decoration: none;
}

a:hover {
  color: #faa97e;

}

.title { color: #eb84c9; }
.subtitle { color: #ce5aa7; }
.subsubtitle { color: #ce5aa7; font-size: medium; }

.author-list {
  flex-wrap: wrap;
}
.author-list a {
  display: inline-block;
  min-width: 160px;
  text-align: center;
  font-size: 1.3rem;
}


hr {
  color: #eb84c9;
  opacity:100;
}

.carousel-indicators {
  top:50px
}

.carousel-caption {
  top:0px
}

b {
  color: white;
}

li {
  color: lightgray;
}

.footer {
  padding: 2rem 0;
  color: #bfbfbf;
}

.footer a {
  color: #eb84c9;
}


*, *::before, *::after {
  box-sizing: border-box;
}

.abstract {
  font-size: 1.1rem;
  /* line-height: 1.6; */
}

.custom_figcaption {
  color: #bfbfbf;    
  font-size: 0.95rem; 
  margin-top: 0.5rem;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

img, video, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}