@charset "utf-8";
body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding-top: 5rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}
.card {
  border-radius: 0.8rem !important;
}
.card-img-overlay {
  border-radius: 0.8rem !important;
}
.rounded-xl {
  border-radius: 0.8rem !important;
}
.rounded-xl-bottom {
  border-bottom-right-radius: 0.8rem !important;
  border-bottom-left-radius: 0.8rem !important;
}
.rounded-xl-top {
  border-top-left-radius: 0.8rem !important;
  border-top-right-radius: 0.8rem !important;
}
.text-profile-position {
  font-weight: 400;
}
.text-profile-bio {
  font-weight: 400;
}
.navbar {
  opacity: 0.95;
}
.inline-badge {
  height: 16px;
  vertical-align: -10%;
  margin-right: 2px;
  line-break: unset;
}
.no-break {
  white-space: nowrap;
}
.cover-image {
  width: 180px;
  max-height: 120px;
}
.abstract-body {
  min-height: 100px;
}
img.lazy {
  background-image: url("images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
  min-height: 80px;
}
div.lazy {
  background-image: url("images/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px 50px;
  min-height: 80px;
}
.badge-publication {
  font-size: 100%;
}
.email-text {
  font-family:
    Source Code Pro,
    monospace;
}

/* ============================================
   Blog Styles
   ============================================ */
.blog-list-item {
  transition: background-color 0.15s ease;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-radius: 4px;
}
.blog-list-item:hover {
  background-color: #f8f8f8;
}
.blog-title-link {
  color: #2c2c2c;
  text-decoration: none;
  border-bottom: 1.5px solid transparent;
  transition:
    color 0.2s ease,
    border-color 0.2s ease;
}
.blog-title-link:hover {
  color: #555;
  border-bottom-color: #999;
  text-decoration: none;
}
.blog-tag {
  display: inline-block;
  background-color: #eee;
  color: #666;
  padding: 1px 8px;
  border-radius: 3px;
  font-size: 0.78rem;
  margin-right: 4px;
}
.blog-back-link {
  text-decoration: none;
  transition: color 0.15s ease;
}
.blog-back-link:hover {
  color: #333 !important;
  text-decoration: none;
}
.blog-content {
  font-size: 0.98rem;
  line-height: 1.8;
  color: #333;
}
.blog-content h2 {
  font-size: 1.35rem;
  font-weight: 400;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #eee;
  color: #2c2c2c;
}
.blog-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  color: #333;
}
.blog-content p {
  margin-bottom: 1.2rem;
}
.blog-content a {
  color: #555;
  border-bottom: 1px solid #bbb;
  text-decoration: none;
  transition:
    color 0.15s ease,
    border-color 0.15s ease;
}
.blog-content a:hover {
  color: #222;
  border-bottom-color: #666;
}
.blog-content ul,
.blog-content ol {
  padding-left: 1.5rem;
  margin-bottom: 1.2rem;
}
.blog-content li {
  margin-bottom: 0.4rem;
}
.blog-content blockquote {
  border-left: 3px solid #ccc;
  padding-left: 1rem;
  margin-left: 0;
  color: #666;
  font-style: italic;
}
.blog-content code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-size: 0.88rem;
  color: #444;
}
.blog-content pre {
  background-color: #f4f4f4;
  padding: 1rem;
  border-radius: 6px;
  overflow-x: auto;
  margin-bottom: 1.2rem;
}
.blog-content pre code {
  background: none;
  padding: 0;
}
.blog-content img {
  max-width: 100%;
  border-radius: 6px;
  margin: 1rem 0;
}
