.nav-link {
  font-size: 1.05rem;
  font-family: 'Poppins', sans-serif;
  color: rgb(114, 114, 114);
}

#navbar {
  border-bottom: 1px solid rgb(218, 218, 218);
}

body {
  font-family: 'Noto Sans', sans-serif;
  color: rgb(65, 65, 65);
}

#jumbotron {
  background-image: url('./images/blur2.jpg');
  height: 295px;
  max-width: 100%;
  background-size: contain;
  text-align: center;
}

#smalljumbotron {
  background-image: url('./images/blur2.jpg');
  height: 97.5px;
  max-width: 100%;
  background-size: contain;
  text-align: center;
}


#jumbotron h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: 3.5rem;
}

#jumbotron p {
  font-size: 1.5rem;
}

.btn {
  border-radius: 10px;
  font-family: 'Poppins', sans-serif;
}

.card {
  border: none;
}

.user-content p {
  margin-top: 5px;
  font-size: 12px;
}

.ratings i {
  color: rgb(255, 215, 36);
}

.img-fluid {
  width: 100px;
  height: auto !important;
  object-fit: cover;
}

#service-img {
  width: 400px;
  height: auto !important;
  object-fit: cover;
  border-radius: 4px;
}

/* Media queries */
@media screen and (max-width: 400px) {
  #jumbotron h1 {
    font-size: 1.75rem;
  }

  #jumbotron p {
    font-size: 1.15rem;
  }
}

@media screen and (max-width: 900px) {
  #jumbotron h1 {
    font-size: 3rem;
  }

  #jumbotron p {
    font-size: 1.25rem;
  }
}


/* Example: Add a left-aligned heading with a different font */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');

.left-heading {
  font-family: 'Roboto', Arial, sans-serif;
  text-align: left;
  font-size: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.footer-heading {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  display: block;
}