/* css styles */

.hero_home {
  height: 300px;
  inset: 0;
  display: flex;
  background-image: url('images/hero_bg_stretch.png');
  background-size: cover;
  background-position: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: -1;
  color: white;
  text-align: center;
    
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -18px;
}

.hero_home h1 {
  font-size: 3.5rem;
}

.hero-subsection {
  background: linear-gradient(
    135deg,
    #055490 0%,
    #b1fbff 100%
  );

  height: 200px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  color: white;
  text-align: center;
  
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: -18px;
}

.hero-subsection h1 {
  font-size: 3.5rem;
}


/* Remove default spacing between navbar and page content */
.navbar {
  margin-bottom: 0 !important;
  border-bottom: 0;
}

.content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.quarto-container {
  padding-top: 0 !important;
}

body {
  margin: 0;
  padding: 0;
}

.contact-card {
  max-width: 600px;
  margin: 2rem auto;
  padding: 2rem;

  background: #f8fafb;
  border-left: 6px solid #43a7af;
  border-radius: 10px;

  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.contact-card h2 {
  margin-top: 0;
  color: #193d41;
}

.contact-card p,
.contact-card a {
  font-size: 1.05rem;
  line-height: 1.6;
}

/* Image for research section */
.profile-row {
  align-items: center;
}

.profile-row .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.profile-row .column:first-child {
  align-items: center;
}

.quarto-layout-panel {
    align-items: center;
}

.quarto-layout-row {
    align-items: center;
}