/*--------------- Home Page--------------- */
body{
    font-family: "Helvetica Neue", Helvetica, arial, sans-serif;
    font-size: 18px;
    line-height: 1.3;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: white;
    padding: 0; 
}
td.top{
  vertical-align: top;
}


/*--------------- Home Page--------------- */

/* header section */
div.header{
  background-color: #013674;
}
img.headerimg{
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* Navigation bar */
nav {
  background-color: #013674;
  display: block;
  margin: auto;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}
nav ul li {
  display: inline-block;
  list-style-type: none;
  font-size: 20px;

  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
nav > ul > li > a {
    color: rgb(255,255,255);
    display: block;
    line-height: 25px;
    padding: 0 30px;
    text-decoration: none;
}
nav > ul > li:hover > a {
    color: #FFBF00;
}
.active {
    color: #FFBF00;
}


/* content part */
div.h1{
    font-size: 30px;
    text-align: center;
}

div.h2{
    font-size: 50px;
    text-align: left;
    text-indent:4em;
    color: hsl(219, 93%, 24%);
    font-weight: bold;
    font-family:Arial, Helvetica, sans-serif;
}

div.h3{
    font-size: 10px;
    text-align: center;
    text-indent:0em;
    font-family:Arial, Helvetica, sans-serif;
}
div.h4{
  font-size: 20px;
  text-align: justify;
  text-indent:2em;
  font-family:Arial, Helvetica, sans-serif;
}

div.intro{
    text-align: justify;
    text-indent:2em;
    font-size: 18px; 
    padding-left: 3em;
    font-family:Arial, Helvetica, sans-serif;
}

div.name{
    text-align: center;
    text-indent:2em;
    font-size: 25px; 
    font-weight: bold;
    padding-left: 1em;
    font-family:'Times New Roman', Times, serif;    
}

img.research-intro{
  width: 100%;
  height: 100%;
  object-fit: contain; 
  float:none; 
  overflow: hidden;
  padding-right: 3em;
  padding-left: 1em;
}

img.Loc{
  width: 20%;
  height: 20%;
  object-fit: cover;
  float:initial; 
  overflow: visible;
}

div.disress{
  font-size: 17px; 
  text-indent: 10em; 
  line-height: 1.5; 
  text-align: justify;
  font-family:Arial, Helvetica, sans-serif;
}

p.title{
  font-size: 25px; 
  text-indent: 1em; 
  line-height: 1.5; 
  text-align: center;
}

p.content{
  font-size: 25px; 
  text-indent: 0.8em; 
  line-height: 1.5; 
  text-align: center;
}



/*--------------- News and Research Page--------------- */
/* content part is the same as above temporally*/

/*--------------- People Page--------------- */
div.h2{
    font-size: 35px;
    text-align: left;
    font-weight: bold;
    color: hsl(219, 93%, 24%);
    padding-left:1.5em;
    padding-right:4em;
}

div.peopletitle{
  font-size: 30px;
  text-align: center;

}
ul.people{
  padding: 0;
  font-size: medium;
  list-style-type: none;
}
li.people{
  padding-left: 180px
}
img.peopleimg{
  width: 300px;
  height: 300px;
  object-fit: contain; 
  float:none; 
  overflow: visible;
}

p.alumni{
  font-size: 30px; 
  text-indent: 1em; 
  line-height: 1; 
  text-align: center;
}


div.peoplecontent{
  font-size: 25px; 
  text-align: justify;

  text-indent: 0em;
  line-height: 1.5em;
  margin-left:0em;
  margin-right:5em;
  font-family: Arial, Helvetica, sans-serif;
}
div.peopleEmail{
  font-size: 17px; 
  text-align: justify;
  padding-left:5em;
  padding-right:5em
  text-indent: 0m;
  line-height: 1.5em;
  margin-left:2.3em;
  margin-right:5em
}

div.peoplesubcontent{
  font-size: 18zpx;
  text-align: justify;
  padding-left:0em;
  padding-right:5em
  text-indent: 0em;
  line-height: 1.5em;
  margin-left:1.2em;
  margin-right:2em;
  font-family:Arial, Helvetica, sans-serif;
}

div.indent{
  text-indent:2em;
}

img.leader{
  width: 50%;
  height: 50%;
  margin-left: 30em;
  object-fit: contain; 
  float:center; 
  overflow: hidden;
}

.people-former{
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: x-large;
  font-size: 30px;
  position: relative;
  z-index: 1;
  color: rgb(255,255,255)
}
.people-former-container {
  position: relative;
  margin-bottom: 20px;
}

.people-former-bar {
  height: 40px;
  background-color: #7fc7f8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3.6em;
  margin-right: 4em;
}

.member-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.member {
  flex: 1 1 200px;
  margin: 10px;
  border: 0px solid #ccc;
  padding: 10px;
  transition: all 0.3s ease;
  cursor: pointer;
  color: #141414;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18zpx;
  margin-left:4em;
}
.member img {
  width: auto;
  height: 200px;
  margin-bottom: 10px;
  text-align: center;
}
.member:hover {
  background-color:  #ffffff;
}

.member:hover h3 {
  color: #013674;
}

.member.active {
  background-color: #ffffff;
}

.member.active.read-more  {
  display: block;
}

.read-more {
  display: none;
}


.member.active .read-more {
  display: block;
  color: #141414;
  text-align:left;
  font-size: 17px;
  margin-right:4em;
  font-family:Arial, Helvetica, sans-serif;
}

.alumni-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  border: 0px solid #ddd;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alumni-table td {
  width: 33.333%;
  border: 0px solid #ddd;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  font-family: 18zpx;
}

/*--------------- Publications Page--------------- */
/* Publication list section */
#pubinstr{
    font-weight: bold;
    font-size: 16px;
}

p.pubsubtitle{
    text-align: center;
    font-weight: bold;
    font-size: x-large;
    font-size: 25px;
    font-family: 'Times New Roman', Times, serif;
}

ol.ref{
    margin-left: 7em;
    font-size: 20px;
    margin-right:7em;
}

ul.ref{
  margin-left: 6em;
  margin-right:5em;
  margin-left:5em;
  list-style-type: none;
  font-family:Arial, Helvetica, sans-serif;
}


.container {
  position: relative;
  margin-bottom: 20px;
}

.bar {
  height: 31px;
  background-color: #7fc7f8;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8em;
}

.pubsubfield{
  font-weight: bold;
  font-size: 23px;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  text-align: center;
  position: relative;
  z-index: 1;
  color: rgb(255,255,255);
}



.article-container {
  display: flex;
  align-items: center;
  margin: 16px;
  margin-left: 8em;
}

.article-image {
  width: 120px;
  height: auto;
  margin-right: 20px;
}

.title {
  color: rgb(10, 10, 10);
  font-size: 18px;
}

.authors, .publication {
  font-size: 16px;
  color: #444444;
}

.publication a {
  color: blue;
  text-decoration: none;
}

.publication a:hover {
  text-decoration: underline;
}
</style>



p.pubyear{
    margin-left: 1em;
    font-size: medium;
}

subtitle{
  text-decoration-style: solid;
}

/*--------------- Gallery Page--------------- */
img.gallery{
  width: 70%;
  height: 70%;
  object-fit: contain; 
  float:none; 
  overflow: hidden;
  margin-right: 60px;
  margin-left: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}

div.gallery{
  text-align: justify;
  text-indent:0em;
  font-size: 18px; 
  padding-left: 0em;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  font-family: Arial, Helvetica, sans-serif;
}

.image-container img {
  width: 80%;
  height: auto;
  max-width: 600px;
  margin-bottom: 20px;
}

.image-container p {
  margin: 0;
  text-align: center;
  margin-top: -10px;
}

.image-container img:nth-child(3n+2) {
  margin-top: 100px;
}



/*--------------- news Page--------------- */
.news-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.news{
  flex: 1 1 200px;
  margin: 10px;
  border: 0px solid #ccc;
  padding: 10px;z
  transition: all 0.3s ease;
  cursor: pointer;
  color: #141414;
  font-family: 'Times New Roman', Times, serif;
  font-size: 15zpx;
  margin-left:4em;
  text-align: center;
}

.news img {
  width: auto;
  height: 200px;
  margin-bottom: 10px;
  text-align: center;
  transition: transform 0.3s ease;
}

.news:hover {
  background-color: #ffffff;
}

.news:hover img {
  transform: scale(1.2);
}

.news:hover p {
  color: #3498db;
}

.news.active {
  background-color: #ffffff;
}

.read-more {
  display: none;
}


.news.active .read-more {
  display: block;
  color: #141414;
  text-align:left;
  font-size: 12zpx;
  margin-right:4em;
  font-family:Arial, Helvetica, sans-serif;
}



.news-current{
  font-family: 'Times New Roman', Times, serif;
  text-align:center;
  font-weight: bold;
  font-size: x-large;
  font-size: 30px;
  text-indent: 0em;
  color:#013674;
}

    .modal {
      display: none;
      position: fixed;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content {
      margin: auto;
      display: block;
      width: 80%;
      max-width: 700px;
    }

    .close {
      position: absolute;
      top: 15px;
      right: 25px;
      color: #f1f1f1;
      font-size: 40px;
      font-weight: bold;
      cursor: pointer;
    }

    .close:hover,
    .close:focus {
      color: #bbb;
      text-decoration: none;
      cursor: pointer;
    }