html {
  scroll-behavior: smooth;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.7;
  color: #333333;
}

p {
  margin-bottom: 10px;
}

.navbar {
  background-color: #005ea2; 
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 1000; 
}

.hero-section {
  background-color: #f8f9fa;
  padding: 3rem 0;
  border-bottom: 1px solid #e9ecef;
}
.hero-title {
  font-weight: 300;
  font-size: 2.5rem;
}

.content-section {
  padding-top: 4rem;
  padding-bottom: 2rem;
}


.metadata-table th, .metadata-table td {
  padding: 15px 25px;       
  border: 1px solid #ddd;   
  text-align: left;         
  vertical-align: top;      
} 
/* vertical-alig: top -> Forces the labels to stay at the top of the cell even if the description wraps to multiple lines */

.metadata-table th {
  background-color: #f4f6f8;
  /* width: 25%; */
  font-weight: 600;
  color: #333;
}