/* Custom styles for Mohamed Sobh's academic website */

/* Navbar tweaks */
.navbar-title {
  font-weight: 700;
}

/* Profile image on home page */
.about-entity img {
  border: 3px solid #2c3e50;
}

/* Publication list styling */
.publications ol li {
  margin-bottom: 1em;
}

/* News table */
table {
  font-size: 0.95em;
}

/* Links */
a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* Footer */
.nav-footer {
  font-size: 0.85em;
}

/* Callout boxes */
.callout {
  margin-top: 1.5em;
}

/* Responsive columns */
@media (max-width: 768px) {
  .columns .column {
    width: 100% !important;
  }
}
