@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap');
body{
    font-family: 'Nunito', sans-serif;
}
.nav-link:hover {
    opacity: 50%;
}
.sidenav-footer{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
hr{
    border-color: darkgray;
}
.graph-content iframe{
    width: 100%;
    height: 630vh;
    border: none;
    overflow: hidden;
}
.dataset-card{
    max-width: 32%;
}
.gifs-list ul .figure{
    /* width: 30%; */
    /* height: 40vh; */
    /* min-width: 400px; */
    max-height: 400px;
    padding: 15px;
}
.gif{
    min-width: 400px;
    width: 100%;
    height: 100%;
}
.gifs-list ul{
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;   
}
.project-list,
.contact-list,
.dataset-list {
    margin-top: 10px;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.project-list{
    flex-flow: row wrap;
    justify-content: space-around;
}
.card {
    margin: 10px;
}
.fas{
    height: 2rem;
    width: 2rem;
}
.contact-card{
    width: 13.3rem;   
}
.contact-card-body{
    height: 5rem;
    font-size: 0.5rem;
}
.ContactImage {
    height: 200px;
}
#homepage-video{
    width: 70%;
    min-width: 200px;
}
.card-img {
    width: 100%;
    height: 100%;
}
#compare-table th{
    word-spacing: 100vw;
}
.attributes-table{
    width: 80%;
    margin-left: 10%;
    margin-top: 30px;
}
.table-heading{
    margin: 15px;
    margin-left: 25vw;
    margin-top: 40px;
}
.select-dataset , #select-dataset{
    margin: 15px;
}
.select-dataset ul{
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.dataset-options:hover, .dataset-options.active{
   background-color: #007bff;
   border-color: #343a40;
   color: white;
   top: 5px;
}
.dataset-options{
    transition: ease-in-out 0.2s;
    color: black;
    width: fit-content;
}
.icon:hover{
    color: #007bff !important;
    cursor: pointer;
}
#d1.active,#d2.active,#d3.active,#d4.active{
    background-color: #1E88E5;
}
figcaption{
    font-size: 20px !important;
    margin-left: 30%;
}
.snippet{
    white-space: pre-line;
    border: thin dashed gray;
    background-color: #EEEEEE;
    padding: 0.5em;
    margin-left: 0em;
    margin-right: 12em;
    min-width: 200px;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link.active{
    color: #1E88E5;
}
.icon-cvit{
    width: 50px;
    height: 50px;    
}
.icon-iiit{
    width: 80px;
    height: 50px;    
}
#sidebarToggle{
    margin-left: 0px;
}
figure video {
    max-width: 400px;
    max-height: 300px;
    overflow: scroll;
  }