body {
  font-family: "DM Sans", sans-serif !important;
}

.navbar {
  background: rgba(142, 156, 120, 0.05);
  backdrop-filter: blur(10px);
}

.linkedin-bar-button {
  background-color: #485c11;
  border-radius: 1000px;
  border: none;
  padding: 10px 22px;
  box-shadow: none;
  color: #ffffff;
}

.linkedin-bar-button:hover {
  background-color: #8e9c78;
  color: #ffffff;
  text-decoration: none;
}

.linkedin-bar-button .material-symbols-outlined {
  font-size: 13px;
}

.hero {
  margin: 20px;
  height: 750px;
}

h1 {
  font-size: 100px !important;
}

h2 {
  font-size: 60px !important;
}

h3 {
  background-color: #8e9c78;
  padding: 5px;
  padding-left: 15px;
  border-radius: 30px;
}

.btn {
  background-color: #dfecc6 !important;
  color: black !important;
  font-weight: 500 !important;
  border-radius: 1000px !important;
}

.number {
  font-size: 50px;
  color: #8e9c78;
}

.hero-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.green-box-decoration {
  background-color: #8e9c78;
  border-radius: 30px;
  height: 362px;
  width: 100%;
  margin-top: 150px;
}

#profile-photo {
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 50%;
  max-width: 470px;
}

h4 {
  position: absolute;
  top: 180px;
  left: 60%;
  font-weight: 200 !important;
  max-width: 250px;
}

.container-contact-main-page {
  background-color: #8e9c78;
  border-radius: 30px;
  padding: 20px;
  width: 85%;
  margin: auto;
  color: rgb(72, 92, 17);
}
.contact-main-page {
  display: flex;
  justify-content: center;
  margin: auto;
}

footer {
  opacity: 0.5;
}

footer a {
  color: rgb(72, 92, 17);
}
@media (max-width: 768px) {
  h1 {
    font-size: 60px !important;
  }

  h2 {
    font-size: 30px !important;
  }

  h4 {
    font-size: 15px !important;
    left: 10%;
    top: 80px;

    max-width: 160px;
  }

  h3 {
    font-size: 23px !important;
    padding-left: 0px;

    text-align: center;
  }

  .hero {
    margin: 5px;
    height: 650px;
  }

  .green-box-decoration {
    margin-top: 50px;

    height: 350px;
  }

  #profile-photo {
    width: 85%;
  }

  .col-projects {
    display: flex;
    justify-content: center;
  }

  .cont-about {
    text-align: center;
    margin: auto;
  }
}
