.banner {
  position: relative;
  width: 100%;
  height: 500px;
  background: url('images/tester.PNG') no-repeat center center/cover;
}
.navbar-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: right;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 15px 0;
}
.nav-item {
  padding-left: 20px;
}
.navbar-container a {
  color: white;
}
.navbar-nav .nav-link.active {
  color: white !important;
}
.banner-content {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-55%);
  color: white;
}
.banner-content h1 {
  font-size: 52px;
  text-shadow: 2px 2px 5px rgba(0, 0, 255, 0.7);
  text-align: left;
  font-family: "storefront-pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.quote-section {
  background-color: #f8f9fa; /* light gray or choose something soft */
  padding: 30px 20px;
  text-align: center;
}
.quote-text {
  font-size: 1.5rem;
  font-style: italic;
  color: #333; /* Or try #004085 for a blue tone */
  max-width: 800px;
  margin: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.navbar-toggler-icon {
  background-color: #fff; /* White color for the icon */
}
.cards-container{
	padding: 40px;
	margin-left: 20px;
	margin-right: 20px;
}