
body, h1, h2, h3, h4, h5, h6, .navbar-brand, .nav-item, .view-all a, .dropdown a span {
  font-family: "Alegreya", "Palatino", 'Palatino Linotype', 'Book Antiqua', 'STKaiti', 'KaiTi', '楷体', 'SimKai', 'DFKai-SB', 'NSimSun', serif;
}

h1 {
  font-size: 1.6rem;
}
h2 {
  margin-top: 1rem;
  font-size: 1.3rem;
}
h3 {
  font-weight: 700;
  margin-top: 1.5rem;
  font-size: 1.1rem;
}
h4, h5, h6 {
  font-weight: 700;
  margin-top: 1rem;
  font-size: 1rem;
}

table td, .dataframe {
  font-size: 0.6rem;
}

a {
  font-size: 0.95rem;
}

.home-section p {
  font-size: 0.9rem;
}

.portrait-title {
  padding-top: 50px;
  font-size: 0.8rem;
}

.universal-wrapper {
  padding-top: 20px;
}

.universal-wrapper h1 {
  padding-bottom: 20px;
  font-weight: bolder;
}

.universal-wrapper div h2 a {
  font-size: 1.3rem;
}

.col-md-12 h1 {
  padding-bottom: 20px;
}

.col-md-12 p {
  margin-left: 10px;
  font-size: 0.9rem;
}

.article-container {
  max-width: 900px;
  padding: 1rem 20px 0 20px;
  margin: 0 auto 0 auto;
}

.article-categories a, .article-tags a{
  font-size: 0.8rem;
}

.article-style a {
  font-size: 0.8rem;
}

.article-style p {
  font-size: 0.9rem;
}

.article-style li {
  font-size: 0.9rem;
}

.article-style p img {
  width: 66%;
  text-align: left;
}

.article-title a {
  font-size: 1.3rem;
}

.nav-item a span{
  font-size: 1.0rem;
}

.dropdown a span{
  font-size: 1.0rem;
}

.dropdown .open {
  display: none;
}


li.dropdown {
  /*display: none; */
}

li {
 font-size: 0.9rem;
} 

ul.ul-edu li .description p {
  padding-top: 0px;
  margin: 0;
}

ul.ul-edu li .description p.degree {
  font-size: 0.9rem;
}

ul.ul-edu li .description p.institution {
  font-size: 0.85rem;
  color: rgba(0,0,0,0.8);
}

ul.ul-edu li .description p.research {
  font-size: 0.75rem;
  color: rgba(0,0,0,0.6);
}

code {
  font-family: "Monaco", "Menlo", "Courier New", "Lucida Console", 'STKaiti', 'KaiTi', 'SimKai', monospace;
  line-height: 1.9;
  font-size: 0.8rem;
}

.portrait {
  transition: transform 0.6s;
}

.portrait:hover {
  transform: scale(1.1);
}

.card-desription a {
  font-size: 0.75rem;
}
