body {
  font-family: Poppins;
}

p {
  font-size: 18px;
}

.navbar {
  background-color: transparent !important;
  padding-top: 30px;
}

.navbar .container {
  background-color: white;
  border-radius: 30px;
  padding-top: 30px;
  padding-bottom: 25px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  margin-left: 30px;
  margin-right: 30px;
  font-size: 20px;
}
/**
.header-home {
  background-image: url(../images/banner.webp);
  background-repeat: no-repeat;
  min-height: 1000px;
  background-size: cover;
  background-position: center center;
} **/

.banner {
  margin-top: -195px;
}

/**
.header-contact {
  background-image: url(../images/banner-contact.webp);
  background-repeat: no-repeat;
  min-height: 1000px;
  background-size: cover;
  background-position: center center;
}**/

.about {
  padding-top: 70px;
  padding-bottom: 70px;
}

.about h1 {
  font-weight: bold;
}

.contact {
  padding-top: 30px;
  padding-bottom: 30px;
}

.contact p {
  font-size: 20px;
}

.contact a {
  color: black;
  text-decoration: none;
}

.contact a:hover {
  color: #696969;
}

footer {
  padding-top: 70px;
  padding-bottom: 70px;
}

footer p {
  font-size: 16px;
}

footer a {
  color: black;
  text-decoration: none;
}

footer a:hover {
  color: #696969;
}

@media (max-width: 991px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .navbar-brand .img-fluid {
    width: 55%;
  }

  .navbar {
    padding-top: 10px;
  }

  .navbar .container {
    padding-top: 10px;
    padding-bottom: 5px;
    border-radius: 15px;
  }

  .banner {
    margin-top: -100px;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding-top: 0px;
  }

  .banner {
    margin-top: 0px;
  }
}
