html body .navigation-top {
  display: flex;
  background: rgba(200,200,200,0.5);
  backdrop-filter: blur(20px);
  margin-top:20px;
  width: 300px;
  border-radius: 30px;
  position: sticky;
  top: 0;
  z-index: 1000;
  
}



html body .navigation-top .navigation-item {
  margin: 10px auto;
  list-style: none;
  background: rgba(20,20,20,0.3);
  padding: 5px 15px;
  border-radius: 20px;
  
}

html body .navigation-top .navigation-item:hover {
  background: rgba(20,20,20,0.5);
}

html body .navigation-top .navigation-item .navigation-link {
  text-decoration: none;
  color: white;
  font-family: verdana;
}



html body .page-title {
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  color:rgb(230,230,230);
  font-size: 25px;
}

html body {
  background:linear-gradient(120deg,rgb(200,200,200),rgb(0,50,0));

}

html body header .img-content {
 display: block;
 margin: 50px auto 5px auto;
  border-radius:20px;
}

html body .main-content {
  background: rgba(200,200,200,0.5);
  backdrop-filter: blur(20px);
}
html body .carousel-content1, .carousel-content2, .carousel-content3 {
  border-radius: 10px;
  background: rgba(20,20,20,0.3);
  color: rgb(250,250,250);
  text-align: center;
  font-size:30px;
  padding: 100px  30px;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px;
}

html body .carousel-indicators li {
  list-style: none;
}


html body .section-content {
  background: rgba(200,200,200,0.5);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  
}

html body .about-us-header {
  color: rgb(20,20,20);
  display: block;
  border-bottom: 3px solid rgba(20,20,20,0.5);
  width: 90px;
  margin: 10px auto;
}

html body .about-us-content {
  font-size: 20px;
  font-family: "Bungee", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 10px;
  line-height: 1.8em;
}

html body .about-us-content {
  
  font-size: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "width" 100;
  margin: 10px;
  line-height: 1.8em;

} 

html body .section-content-2 {
  background: rgba(200,200,200,0.5);
  backdrop-filter: blur(20px);
  border-radius: 20px;
  
}

html body .section-content-2 iframe {
  display: block;
  margin: 0px auto;
  border-radius: 50px;
}

html body .map-button {
  background: rgba(20,20,20,0.3);
  border: 0px solid black;
  border-radius: 20px;
  padding:10px 8px;
  width:150px;
  margin-left:12px;
  font-family: verdana;
}

html body .map-button:hover {
  background: rgba(50,50,50,0.3);
}

html body .map-button:active {
  background: rgba(20,20,20,0.3);
}

html body .contact {
  font-size: 18px;
  background: rgba(200,200,200,0.3);
  border-radius: 20px;
  padding: 30px 10px;
  text-align: center;
  color: black;
  border: 0px solid black;
  font-family: verdana;
  
  }

html body .contact-link {
  text-decoration: none;
}


html body .fa-facebook {
  font-size: 18px;
}

html body .fa-youtube {
  font-size: 18px;
}

html body .contact:hover {
  color: rgb(200,200,200)
}
