/* General Styles for Team Page */
@import url("../style.css");

body {
  font-family: Nunito, sans-serif;
  background-color: #164E42;
}

header {
  display: flex;
  text-align: center;
  padding: 20px 0;
  background-color: #164E42;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

h1{
  display: flex;
  justify-content: flex-start;
  margin-top: 0px;
}

#logo-image {
  width: 150px;
  padding-left: 4rem;
  display: flex; 
}


body {
  background-color: #164E42;
}

h1 {
  text-align: center;
  margin-bottom: 70px;
  color: #fdfff0;
  vertical-align: top; 
}

p {
  color: #2E2D1D;
}

.link{
color: #2E2D1D
}
.link:hover{
  color: #FFD700;
  text-decoration: underline; 
} 



/* Individual Team Member Styles */
.team-member {
  border: 1px solid #fdfff0;
  border-radius: 8px;
  background-color: #fdfff0;
  text-align: center;
  display: flex;
  flex-direction: column; 
  box-sizing: border-box; 
  margin: 10px;
  padding: 2rem;
  width: 30%;
  box-shadow: 0 1rem 1rem rgba(0, 23, 71, 0.15);
  max-width: 100%;
}

.team-member h3 {
  color: #333;
}

.team-member img {
  max-width: 100;
  height: auto;
  border-radius: 10px;
}

.team-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  margin: auto;
}



.ipek:hover, .reem:hover, .duru:hover {
  opacity: 85%;
  transition: 0.5s;
  transform: scale(1.03);
  
  }

  .current {
    font-weight: bold;
  }

