@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,500&display=swap");
body {
  font-family: "Roboto", sans-serif;
}

#hero-section {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/background/bangabandhu_hall_front.jpg);
  background-attachment: fixed;
}
#hero-section h1 {
  text-transform: uppercase;
}

.btn-success {
  background-color: #b7853a;
  border-color: #b7853a;
}
.btn-success:hover {
  background-color: #212c87;
  border-color: #fff;
  color: #fff;
  transition: 0.3s;
}

.h-underline::after {
  border-bottom: 2px solid black;
  display: block;
  height: 1px;
  background-color: #4CAF50;
  content: " ";
  width: 10%;
  margin: 0 auto;
  margin-top: 10px;
}

.spacer {
  height: 10px;
  width: 100%;
  background-color: #b7853a;
}

.accomodation img {
  border-radius: 10px;
}/*# sourceMappingURL=style.css.map */