
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  background: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

.header {
  background: #fff;
  padding: 2rem;
  text-align: center;
  border-bottom: 2px solid #0070c0;
}

.highlight {
  color: #036;
  font-weight: bold;
}

.intro {
  
  margin: 1rem auto;
  font-size: 1rem;
}

.section {
  padding: 2rem 1rem;
  text-align: center;
}
.meet-photo-block h2{
  color:#003366;
}
h2, h3 {
  color: #003366;
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.group-photo {
  width: 90%;
  max-width: 800px;
  border-radius: 10px;
  margin-top: 1rem;
}
.meet-photo-block h2{
  font-size:2.5rem;
  color:#003366;
}
.team-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  margin-top: 1rem;
}
.exec-grid{
  gap:14rem;
}
.sci-welcome h2{
  font-size: 3.5rem;
  color:#003366;
  font-weight: normal;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-color: #01a3ff !important;
  border-width: 2px;
  height: 1px !important;
  background-color: #01a3ff;
  margin-top: 1px;
  margin-bottom: 10px;
}

.meet-photo-block img{
  max-width:800px;
  float: none;
}
.member {
 
  padding: 1rem;
  
  width: 235px;
   
  text-align: center;
  position: relative;
}

.member img {
 width: 215px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.member h4 {
  font-size: 1.8rem;
  margin-bottom: 0.25rem;
  color:var(--sci-light-blue);

}
.executive p {
  font-size: 2rem;
  color: #003366; font-weight: bold;
}
.member p {
  font-size: 1.5rem;
  color: #003366; font-weight: bold;
}

.bio-link {
  font-size: 1.5rem;
  color: #003366;
  text-decoration: underline;
  display: inherit;
  margin-top: 0.5rem;
}

.member:hover .bio-link {
  opacity: 1;
  visibility: visible;
}

.linkedin-link {
  display: inline-flex;
  align-items: center;
  gap: 0.1rem;
  font-size: 1.3rem;
  color: #036;
  text-decoration: underline;
  margin-top: 0.5rem;
}
.section h5{
  font-size: 1.5rem;
  font-weight: normal;
}
.section h5 a{
  font-size: 1.5rem;
  font-weight: normal;
  color:#0070c0;
}
.linkedin-link img {
  vertical-align: middle;
  width: 20px;
  margin-right: 0px;
}

.footer {
  text-align: center;
  padding: 1rem;
  background: #eee;
  font-size: 0.85rem;
  color: #555;
}

.modal {
  display: none; /* ✅ This makes centering work */
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
}
.modal-content {
  animation: fadeIn 0.3s ease-out;
}

@keyframes fadeIn {
  from { transform: scale(0.95); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}
.modal-content {
 background: #e1e1e1;
  padding: 2rem;
 max-width: 925px !important;
  width: 90% !important;
  border-radius: 0px!important;
  position: relative;
  height: auto;
  border: 5px solid #FFF!important;
}

.modal-body {
  display: flex;
  gap: 1rem;
}

.modal-body img {
 width: 170px;
  height: 170px;
  border-radius: 50%;
  object-fit: cover;
  border: #fff solid 5px;
}

.modal-content h2 {
  margin: 0;
}

.close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.5rem;
  cursor: pointer;
}
.sci-welcome h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.sci-welcome .intro {
  font-size: 2.5rem;
  margin: 0 auto 2rem auto;
  line-height: 1.8;
  max-width: 980px;
}
 

.welcome-photos {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.welcome-photos img {
 width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}
