


h1,
h2,
h3,
h4,
h5,
h6,
p {
    /* word-break: break-all; */
    hyphens: auto;
    text-transform: none !important;
    
}

#introduction h2 {
    text-transform: uppercase !important;
}

h1 {
    font-size: 28px !important;
}

h2 {
    font-size: 25px !important;
}

h3 {
    font-size: 22px !important;
}

h4 {
    font-size: 19px!important;
}

h5 {
    font-size: 16px!important;
    font-family: "Helvetica Neue", Helvetica-, Arial, sans-serif!important;
}

em p {
    font-size: small !important;
}

p{
    font-family: 'Times New Roman', Times, serif!important;

    font-size:20px!important;
}

blockquote {
    padding: 5px 2px 5px 2px;
}

.reash_ol {
    font-family: 'Times New Roman', Times, serif!important;
    font-size:20px!important;
    font-weight: bold;
    line-height:40px;
    margin-left: 25px;
    margin-bottom:  50px;
}


#about p {
    color: dimgrey;
    /* padding: 8px 5px 0;
    line-height: 1.35;  */
    font-size: medium;
    text-align: justify;
    hyphens: none;

}



p>strong {
    color: black;
}

.folio-desc h4 {
    text-align: center;
}

.nav_div {
    margin-top: 25px;
}

.team_row {
    margin-top: 5%;
}

.team-intro {
    /* width: 100%; */
    text-align: left;
    /* padding: 30px 0 0 0; */
    margin-top: 1%;
}

.team-intro h3,
h4 {
    text-transform: none;
    font-family: "Open Sans", Helvetica, Arial, Heveltica Neue, sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin: 7px 0 7px 0;
}

.team-intro h5,
h6 {
    font-family: "Open Sans", Helvetica, Arial, Heveltica Neue, sans-serif;
    font-size: 15px;
    color: #555555;
    text-transform: none;
    
}

.team_item {
    margin-bottom: 4%;
}

.pdf_bnt {
    width: 3%;
}

.pub_pic_div {
    padding: 15px 0px 15px 0px !important;
}

.copyright-text {
    text-transform: none;
    font-size: larger;
}

.the_dash {
    /* height: 1px; */
    /* border: none; */
    border-top: 1px dashed;
    /* border: 5px!important; */
    margin: 10px!important;
    /* padding: 0; */
}

#activities_list p{
    margin: 5px 0!important;
}

#cad_intro{
    font-size: 15px!important;color: gray;
}

#reashrch_sec img{
    margin-top: 40px;
    margin-bottom: 40px;
}

.pub_author{
    font-size: 15px!important;
}

#publications blockquote p{
    font-size: 18px!important;
}

#pub_short{
    font-size: 15px!important;
    color: black !important;;

    /* color:dimgray" */
}



.col-xs-1-8,.col-sm-1-8,.col-md-1-8,.col-lg-1-8 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
   
  .col-xs-1-8 {
    width: 12.5%;
    float: left;
  }
   
  @media (min-width: 768px) {
    .col-sm-1-8 {
      width: 12.5%;
      float: left;
    }
  }
   
  @media (min-width: 992px) {
    .col-md-1-8 {
      width: 12.5%;
      float: left;
    }
  }
   
  @media (min-width: 1200px) {
    .col-lg-1-8 {
      width: 12.5%;
      float: left;
    }
  }