/* GLOBAL STYLES
-------------------------------------------------- */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}

#person-name {
    font-weight: bold;
    font-size: 23px;
}

.nav-item:hover {
    background-color: #E9ECEF;
}

.navbar .navbar-collapse .navbar-nav > li > a:hover {
    color: #343A40;
}

.navbar .navbar-collapse .navbar-nav > li > a.section-active {
    background-color: #E9ECEF;
    color: #343A40;
    font-weight: bold;
}

.section{
    padding-top: 70px;

}

/* Bio
------------------------- */
#bio-wrapper {
    background-color: #ebebeb;
    padding-top: 90px;
    padding-bottom: 70px;
}

#position-title {
    color: #000;
    margin-top: 20px;
    margin-bottom:20px;
}

#profile-img {
    margin-top:86px;
    width:180px

}

#profile-description {
    margin-top: auto;
    margin-bottom: auto;
}

#bio .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #212431;
    color: #fff;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
}

#bio .social-links a:hover {
    background: #A4A4A4;
    color: #fff;
    text-decoration: none;
}

#bio #terminal-space {
    font-weight:bold;
    animation: blinker 1s linear infinite;

}

#bio #terminal-cursor{

    /* color:#8E44AD; */
    font-weight: bold;
}


#bio #current-position{

    font-weight: bold;
    margin-bottom: 20px;

}

#bio #profile-description a{
    color: #212431;
    font-weight: bold;
    text-decoration: none;
}

#bio #profile-description a:hover{
    color: #A4A4A4;
    font-weight: bold;
    text-decoration: none;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#bio #resume .logo-institution {

    height: 50px
}

#bio #resume .resume-entry {
    margin-top: 20px;

}

#bio #resume .resume-title {
    color: #000000;
    margin-top:20px;
}


#bio #resume .resume-entry-desc {
    margin-bottom:10px;

}

#bio #resume .resume-entry-desc h5 {

    font-size:18px;
    color: #212431;

}

#ur5-im {
    width: 55%;
}

/* Research Publications
------------------------- */

/* Thin out the marketing headings */
.publication-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}

.publication-overview {
    max-height: 220px;
    max-width: 320px;
    margin-bottom: 20px;
}

.publication-description {

    vertical-align: middle;
}

.publication-description i {
    font-size: 40px
}

.publication-description a {
    color: #212431;
}

.publication-description a:hover {
    color: #A4A4A4;
}

a {
    color: #212431;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #A4A4A4;
    font-weight: bold;
    text-decoration: none;
}

.hf {
    vertical-align: bottom;
    display: inline-block;
}

#miscellaneous {
    height: 220;   
}

.news-item {
  margin-bottom: 1.5rem;
  padding: 1rem;
  border-left: 4px solid #333333;
  background-color: rgba(248, 249, 250, 0.8);
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.news-item:hover {
  background-color: rgba(233, 236, 239, 0.9);
  transform: translateX(5px);
}

.news-date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.date-highlight {
  background: linear-gradient(135deg, #212529, #495057);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  min-width: 100px;
}

.news-content {
  display: flex;
  align-items: center;
}

.news-content p {
  margin: 0;
  line-height: 1.6;
}

.news-item a {
  color: #212529;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.news-item a:hover {
  color: #495057;
  border-bottom-color: #6c757d;
  text-decoration: none;
}


.news-content img {
  vertical-align: -0.1em;
  margin: 0 0;
  height: 1em;
  width: auto;
}

@media (max-width: 768px) {
  .news-date {
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
  
  .date-highlight {
    min-width: auto;
  }
}

#clustrmaps-container {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  #clustrmaps-container {
    max-width: 180px;
  }
}
