section{
  font-size: 2.2em;
  padding-top: 50px;
}

html{
  scroll-behavior: smooth;
}

p{
  text-indent: 30px;
}

#publications p {
 text-indent: 0px;
}

#publications div{
  margin-bottom: 25px;
}


.ind p:first-child{
  text-indent: 0px;
}

section div p::first-line{
  text-indent: 0;
}


#team-portrait img{
  width: 50%;
}

  #team-title{
    margin-top: 25px;
  }

.slick-slide{
  margin-right: -40px;
}

.slick-slide div{
  margin-right: 20px;
}

.submenu a{
  color: black;
}

main{
  padding-top: 25px;
  padding-bottom: 25px;
}

#team h2 span:hover{
  color: #959595;
}

#team h2{
  cursor: default;
}


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



    section{
      font-size: 1.8em;
      padding-top: 50px;
    }

    section:first-child{
      padding-top: 25px;
    }

        #filters-btn-mob{
      display: none;
    }




}
