@tailwind base;
@tailwind components;
@tailwind utilities;

.top-title {
  text-align: center;
  font-size: 50px;
  font-family: "Playfair Display", serif;
  margin-top: 85px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .top-title {
    text-align: center;
    font-size: 25px;
    font-family: "Playfair Display", serif;
  }
}

nav {
  --bs-navbar-padding-x: 0;
  font-size: 22px;
  font-family: "Dosis", sans-serif;
  border-bottom-style: solid;
  border-width: 1px;
}
.navbar-nav {
  margin-left: auto;
}

.navbar-brand {
  margin-right: auto;
}

.navbar:hover,
.navbar:active {
  background-color: white;
}

.nav-item {
  margin-left: 17px;
  margin-right: 20px;
}

.navButton {
  line-height: 25px;
  height: 25px;
  text-align: center;
  width: 50px;
  cursor: pointer;
  background-color: #b7b7b7;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Dosis", sans-serif;
  color: black;
  margin: auto;
  border-style: none;
  border-radius: 10px;
}


/* TEAM */


@media screen and (min-width: 768px) {
  .container .team .member img {
    width: 100%;
    height: auto;
    }

    .container .team .member {
       width: 400px;
    }
}
.container .team .member {
 
  margin: 10px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  padding: 25px;
  }
  

body{
  background-color: #faf6f6;
}

* {
margin: 0;
padding: 0;
box-sizing: border-box;
text-decoration: none;
font-family: "Poppins";
}



.container {
margin-top: 32px;
}


.container .team {
width: auto;
display: flex;
justify-content: center;
text-align: center;
flex-wrap: wrap;
}





@media screen and (max-width:768px) {
  .container .team .member img {
    width: 100%;
    height: auto;
    }
}

.container .team .member h3 {
color: #444;
margin-top: 20px;
}

.container .team .member span {
font-size: 12px;
color: #999;
}

.container .team .member p ,ul,li {
margin: 15px 0;
font-weight: 400;
color: #999;
font-size: 15px;
text-align: justify;
}

.container .team .member .btn a {
background: #e6dddf;
width: 125px;
padding: 10px;
border-radius: 6px;
color: #444;
text-transform: capitalize;
transition: all 0.3s ease;
margin-bottom: 0px;
}

.container .team .member .btn a:hover {
background: #444;
color: #fff;
}




/* FOOTER */



footer {
  background-color: #B7B7B7;
  font-family: "Nova Mono", monospace;
}


.social {
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
}

.social a {
  margin: 0 1rem;
}

@media screen and(max-width:767px){ 
    .social {
    height: 40px;
  }
}



.fa-brands,
.fa-solid {
  color: white;
  padding: 1%;
  flex-direction: column;
  margin-top: 3%;
  margin-bottom: 3%;
}

.social a {
  color: white;
  text-decoration: none;
}
