body {
    margin: 0;
}

.navbar {
    background-color: rgb(78, 184, 184);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 70px;
}

.navbarmenu {
    margin-left: 20%;
    margin-right: 20%;
    display: grid;
    grid-template-columns: 90% 10%;
}

.visionFlan {
    width: fit-content;
    display: grid;
    color: rgb(255, 255, 255);
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    font-size: 25px;
    text-decoration: none;
    /* text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; */
}

.email_text {
    text-decoration: underline;
    color: royalblue ;
}

.imageTest {
    height: 500px;
}

.major_section {
    width: 60%;
    margin: auto;
}

.dataset_description {
    width: 100%;
    font-size: 22px;
    line-height: 33px;
    color: #555;
}

.bibtex {
    background-color: rgb(243, 243, 243);
    padding: 10px;
    width: 90%;
    text-align: left;
    border-radius: 10px;
    overflow-x: auto;
}

#bibtex_table {
  margin-left: 5%;
  margin-right: 5%;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #b6b5b5;
    margin: 1em 0;
    padding: 0;
  }

.section_title {
    /* padding-left: 2%; */
    width: 60%;
    margin: auto;
}

.data_loading {
    font-size: 70px;
    margin: auto;
    text-align: center;
}

a button {
    border-radius: 20px !important;
    border: none !important;
    padding: 7px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 22px !important;
    margin: 3px !important;
    background-color:#444 !important;
    color: white !important;
}

a button:hover {
    background-color:#666 !important;
    cursor: pointer !important;
}

/* ----- slideshow ----- */
.content-block {
    /* background-color: red; */
    /* margin-left: 20%; */
    /* background-color: #dddddd; */

    /* margin: auto; */
    margin: auto;
    padding-bottom: 60px;
    overflow-x: auto;
    padding: 10px;
}

.slideshow {
    grid-template-columns: 430px 430px 430px;
    width: 1290px;
    display: grid;
    margin: auto;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
  background-color: rgba(255, 255, 255, 0.537);
  width: 400px;
  /* height: 800px; */
  min-height: 700px;
  margin: auto;
  padding:20px;
  border-radius: 15px;
  background-color: #efefef;
  box-shadow: 0 0 10px #646464;
  font-size: 20px;
}

.mySlides img {
    display:block;
    margin: auto;
    width: 360px;
    /* height: 300px; */
}

.data_label {
    color: rgb(78, 184, 184);
    font-weight: bold;
    font-style: italic;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  /* color: #f2f2f2; */
  color: black;
  font-size: 35px;
  /* padding: 8px 12px; */
  /* position: absolute; */
  /* bottom: 8px; */
  /* width: 100%; */
  text-align: center;
  font-style: italic;
}

.author {
    text-align: center;
    /* margin-right: 80px; */
    font-size: 25px;
    /* font-weight: bold; */
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 2.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 70%;
    margin: auto;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #dddddd;
    border: 1px solid #8d8d8d;
}
  
  /* tr:nth-child(even) {
    background-color: #dddddd;
  } */

li p {
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #555;
    line-height: 18px;
}

/* STYLING COPIED FROM nerfies.github.io */
body {
    font-family: 'Noto Sans', sans-serif;
  }
  
  
  .footer .icon-link {
      font-size: 25px;
      color: #000;
  }
  
  .link-block a {
      margin-top: 5px;
      margin-bottom: 5px;
  }
  
  .dnerf {
    font-variant: small-caps;
  }
  
  
  .teaser .hero-body {
    padding-top: 0;
    padding-bottom: 3rem;
  }
  
  .teaser {
    font-family: 'Google Sans', sans-serif;
  }
  
  
  .publication-title {
  }
  
  .publication-banner {
    max-height: parent;
  
  }
  
  .publication-banner video {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    object-fit: fit;
  }
  
  .publication-header .hero-body {
  }
  
  .publication-title {
      font-family: 'Google Sans', sans-serif;
  }
  
  .publication-authors {
      font-family: 'Google Sans', sans-serif;
  }
  
  .publication-venue {
      color: #555;
      width: fit-content;
      font-weight: bold;
  }
  
  .publication-awards {
      color: #ff3860;
      width: fit-content;
      font-weight: bolder;
  }
  
  .publication-authors {
  }
  
  .publication-authors a {
     color: hsl(204, 86%, 53%) !important;
  }
  
  .publication-authors a:hover {
      text-decoration: underline;
  }
  
  .author-block {
    display: inline-block;
  }
  
  .publication-banner img {
  }
  
  .publication-authors {
    /*color: #4286f4;*/
  }
  
  .publication-video {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
  
      overflow: hidden;
      border-radius: 10px !important;
  }
  
  .publication-video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
  }
  
  .publication-body img {
  }
  
  .results-carousel {
    overflow: hidden;
  }
  
  .results-carousel .item {
    margin: 5px;
    overflow: hidden;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 0;
    font-size: 0;
  }
  
  .results-carousel video {
    margin: 0;
  }
  
  
  .interpolation-panel {
    background: #f5f5f5;
    border-radius: 10px;
  }
  
  .interpolation-panel .interpolation-image {
    width: 100%;
    border-radius: 5px;
  }
  
  .interpolation-video-column {
  }
  
  .interpolation-panel .slider {
    margin: 0 !important;
  }
  
  .interpolation-panel .slider {
    margin: 0 !important;
  }
  
  #interpolation-image-wrapper {
    width: 100%;
  }
  #interpolation-image-wrapper img {
    border-radius: 5px;
  }