/* .member-info {
    border: black;
} */

.staff-name {
    /* font-family:"ChunkFive"; */
    font-size: 2.5em;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #FFFDD0;
    /* background-color: black; */
}


.card-body {
    display: flex; /* Enable Flexbox */
    flex-direction: column; /* Arrange items vertically */
    justify-content: space-between; /* Space items out */
    height: 100%; /* Allow full height for proper positioning */
  }
  
  .card-title {
    margin-top: auto; /* Push the title to the middle-bottom area */
    margin-bottom: auto; /* Center it vertically in available space */
    font-size: 1.6em; /* Stylish font size */
    font-weight: bold; /* Emphasize the title */
    color: #e9d758; /* A standout color */
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); /* Add a nice shadow effect */
    text-transform: uppercase; /* Make it clean and professional */
    letter-spacing: 1.5px; /* Stylish spacing */
    font-family: 'Roboto Slab', serif; /* Modern, clean font */
    text-align: center; /* Ensure text is centered */
  }
  .card {
    width: 100%;
  }

.staff-img {
    height: 300px; /* Fixed height to create a horizontal aspect ratio */
    object-fit: cover; /* Ensures the image is cropped to fit the dimensions */
    display: block; /* Removes any inline spacing issues */
    border-radius: 5px; /* Optional: Adds rounded corners */
}

@media (max-width: 2000px) {
    .hero {
      height: 80vh; /* Set a fixed height for smaller screens */
    }
  }



#jayin {
    object-position: center 20%; /* Centers the image in the frame */
}

#seb {
    object-position: center 23%; /* Centers the image in the frame */
}

#nicholas {
    object-position: center 30%; /* Centers the image in the frame */
}

#abigail {
    object-position: center 30%; /* Centers the image in the frame */
}

#chloe {
    object-position: center 23%; /* Centers the image in the frame */
}

#morris {
  object-position: center 27%; /* Centers the image in the frame */
}

#daniel {
    object-position: center 30%; /* Centers the image in the frame */
}

#nichita {
    object-position: center 26%; /* Centers the image in the frame */
}

#berny {
    object-position: center 25%; /* Centers the image in the frame */
}

#ray {
    object-position: center 22%; /* Centers the image in the frame */
}





  

  @media (min-width: 1400px) {
    .staff-img {
      width: 80%; /* Ensure it fits the column layout */
      margin-left: 10%;
      height: 400px; /* Set a fixed height for smaller screens */
    }
  }

  @media (max-width: 992px) {
    .staff-img {
      width: 100%; /* Ensure it fits the column layout */
      height: 400px; /* Set a fixed height for smaller screens */
    }
  }

  @media (max-width: 768px) {
    .staff-img {
      width: 100%; /* Ensure it fits the column layout */
      height: 300px !important; /* Set a fixed height for smaller screens */
    }
  }
  @media (max-width: 400px) {
    .staff-img {
      width: 100%; /* Ensure it fits the column layout */
      height: 200px !important; /* Set a fixed height for smaller screens */
    }
  }

.nav-bar{
    background-color: #3f292b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
}



.secretariat{
   /* background-color: #75713c; */
}

/* .top-cover {
    height: 191.5px;
} */

.staff-info {
    /* background-color: #75713c */
    /* margin: 10px; */
    /* outline: 5px solid white; */
    /* outline-offset: -20px; */
}



#instagram-button {
    text-decoration: none;
    color: inherit;
  }

body{
    background-color: #27684a;
}

.card {
    color: #4da167;
    margin: 10px;
    padding: 10px;
    border: 5px solid white; 
    background-color: rgba(0, 46, 44, 0.5)!important; 
}

.hero h1 {
    text-transform: uppercase;
    font-size: 4em;
    margin-bottom: 10px;
    /* font-family: Garamond, serif;; */
}

h1 {
    color: #FFFDD0;
    font-weight: 600;
}

.hero p {
    font-size: 1.2rem;
    margin: 20px 0;
    color: white;
}

p {
    color:white;
}

.hero {
    text-align: center;
    /* padding: 50px 20px; */
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), no-repeat center center/cover;
    background-image: url("https://cdn.cfr.org/sites/default/files/styles/immersive_image_3_2_desktop_2x/public/image/2024/02/SecurityCouncil_BG.webp");
    background-size: cover; 
    /* Shift the image down slightly */
    width: 100%;
    padding-top: 50vh; 
    /* height: 100vh; */
    height: 100vh;
    color: white;
    background-color: rgba(0, 0, 0, 0.486);
    background-blend-mode: overlay;
    
}



@media (max-width: 664px) {

    .hero h1 {
        font-size: 3em;
    }

    
  }

@media (max-width: 379px) {
    .hero h1 {
        font-size: 2.3em;
    }
    .committee-type {
     
        font-size: 2.5em;
    }
    /* .hero {
        padding-top: 25vh; 
    } */
  }

