nav{
    
    font-weight:bold;
    font-family: kautiva-pro;
}

nav a{
    color: black;
}

.blue-border{
    border-style: solid;
    border-width: 10px;
    border-color: #1D708C;
}

.title{
    font-weight:bold;
    font-family: kautiva-pro;
}

.hr-blue{
    border: 1px solid #1D708C;
    width: 90%;
    margin:auto;
    margin-bottom: 10px;
    margin-top:10px;
    opacity: 1;
}

.circle-image{
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-style: solid;
    border-width: 4px;
    border-radius:50%;
    border-color: #1D708C;
    margin: auto;
}

.pub-text{
    text-align: center;

}

.social-logo{
    width:50px;
}

.social-logo-lg{
    width:100px;
}

a.black-link{
    color:black !important;
}

a.alum-link{
    color: inherit !important;
    text-decoration: none !important;
}

.nav-link{
    color: black;
}

.nav-pills .nav-link.active {
    background-color: #1D708C;
  }

 .btn-primary{
    background-color: #1D708C;
  }

  .btn-primary:hover{
    background-color: #1D708C;
  }

  .btn-primary .active{
    background-color: #1D708C;
  }

  .pdf_hide{
      display: none;
  }

.sc{
    text-align: center;
}

.preprint{
    display: none;
}