html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans', sans-serif;
}

.hero {
  background-color: #fff;
  position: relative;
}

.hero.hero-with-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.65);
  z-index: 0;
}

.hero.hero-with-overlay .hero-body {
  position: relative;
  z-index: 1;
  padding: 6rem 1.5rem;
}

.publication-title {
  font-family: 'Google Sans', sans-serif;
  font-weight: 600;
  color: #363636;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.navbar-item {
  font-family: 'Google Sans', sans-serif;
  font-size: 0.95rem;
}

.navbar-item:hover {
  color: #3273dc;
}

.section {
  padding: 3rem 1.5rem;
}

.title {
  font-family: 'Google Sans', sans-serif;
}

.table {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.table td, .table th {
  vertical-align: middle;
}

.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem;
}

.footer a {
  color: #3273dc;
}

.footer a:hover {
  text-decoration: underline;
}

/* Organizer and speaker images */
.image.is-150x150 {
  height: 150px;
  width: 150px;
}

.image.is-150x150 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background-color: #e0e0e0;
}

/* Links */
.title a {
  color: #363636;
  text-decoration: none;
}

.title a:hover {
  color: #3273dc;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .columns.is-multiline .column.is-one-fifth {
    width: 50%;
  }
  
  .navbar-menu {
    display: none;
  }
  
  .section {
    padding: 2rem 1rem;
  }
}
