.menu {
  background-image: url('../img/menu.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0;
}

.logo {
  height: 30px;
  cursor: pointer;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%280, 0, 0, 1%29' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
@media (min-width: 1000px) {
.nav-wrapper {
  width: 800px;
  overflow: hidden; 
}

.nav-buttons {
  width: 300px;
  float: right;
}
}

.nav-buttons .btn {
  background: none;
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: black;
  cursor: pointer;
}

.nav-buttons .btn:hover {
  color: black;
  text-decoration: underline;
  text-decoration-color: rgb(5, 137, 189);
  text-decoration-thickness: 2px;
}

.hero_banner_background {
  background-image: url('../img/hero banner background.png');
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 15px;
}

.hero_banner_content {
  max-width: 900px;
  margin: 0 auto;
}

.hero_text h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: white;
}

.hero_text p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: white;
}

.read_more_button {
  background-color: rgb(29, 160, 212);
  color: white;
  border: none;
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
}

.hero_image img.hero-img-desktop {
  width: 100%;
  max-width: 300px;
  height: auto;
}


.features_wrapper_a {
  justify-content: center;
  display: flex;
}

.features_wrapper_b {
  justify-content: center;
  display: flex;
  background-color: rgb(244, 247, 248);
}

.feature {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.feature_text h1 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 15px;
  color: rgb(29, 160, 212);
}

@media (max-width: 767.98px) {
  .feature_text h1 {
    text-align: center;
  }
}

.feature_text p {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333;
}

.feature_image img.feature-img-desktop {
  max-width: 350px;
  margin: 50px;
  height: auto;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);

}

.footer {
  height: 50px;
  background-color: rgb(29, 160, 212);
  justify-content: center;
  display: flex;
}
.footer_logo{
  margin: 5px;
  height: 40px;

}


.about_banner_background {
  /*border-top: 2px solid rgb(94, 94, 94);
  background-color: rgb(162, 178, 197);*/
  background-color: #bababb;

  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}

.about_img {
  max-width: 800px;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 5px 5px 25px;
}

.about_text {
  width: 800px;
  max-width: 90%;
  color: white;
  font-size: 19px;
  text-align: left;
}


.contact_wrapper {
  background-color: #bababb;
}

.contact {
max-width: 800px; 
background-color:#bababb; 
margin: auto; 
padding: 20px; 

line-height: 1.6; 
color: white;
}