@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Permanent+Marker&display=swap');

body{
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.navbar{
    box-shadow: 1px 1px 30px black;
}

.navbar-nav, .nav-link {
  font-size: 1.2rem;
  color: #175759a0 !important;
}
.navbar-nav, .nav-link:hover {
  color: #175759 !important;
}

.nav-link.active {
  color: #175759 !important;
  font-weight: 500;
}

.bg-custom {
  background-color: #e1eae3;
}

#hero{
    width: 100%;
    height: 100vh;
    background-image: url("../img/hero.jpeg");
    background-position: center;
    background-size: cover;

}


.hero-right{
    background-color: #175759aa;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}




#about h4 > i{
  margin-right: .3rem;
}

#about{
  padding: 3rem 0;
}
#team{
  background-color: #175759;
  padding: 5rem 0;
  color: #fff;
}

.team-member-card{
  width: 350px;
  height: 350px;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: auto;
}



.team-member-card img{
  border-radius: 50%;
  box-shadow: 1px 1px 15px rgb(92, 92, 92);
  margin-bottom: .5rem;
}

.line{
  width: 90%;
  height: 1px;
  background-color: #000;
}

#contact{
  background-image: url("../img/email-pattern.webp");
  padding: 5rem, 0;
}

.contact-text{
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3.5em;
}

footer{
  background-color: #0b2c2d;
  color: #fff;
  padding: 2rem 0;
}

