body {
  background-image: url(./restimages/Screen\ Shot\ 2022-09-07\ at\ 6.05.54\ PM.png);
  background-size: cover;
  background-size: 100%;
  font-weight: bolder;
  color: aqua;
}

#restContainer {
  background-color: rgb(254, 250, 250);
  /* width: 500px; */
  border: 15px solid turquoise;
  padding: 50px;
  margin: auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.navbar {
  margin-bottom: 0px;
  border-radius: 0px;
  padding: 50px;
}

.active {
  background-color: #ff66c4;
}

.row.content {
  height: 450px;
}

.sidenav {
  padding-top: 20px;
  background-color: #f1f1f1;
  height: 140vh;
}

@media screen and (max-width: 767px) {
  .sidenav {
    height: auto;
    padding: 15px;
  }
  .row.content {
    height: auto;
  }
}

#logo {
  width: 100px;
  height: 80px;
}

footer {
  font-size: small;
  color: white;
  width: 100%;
  padding-top: 100px;
  padding: 10px;
  background-color: black;
  position: fixed;
  bottom: 0px;
  text-align: center;
}

.container {
  margin-left: 16px;
  margin-right: 16px;
}

.row {
  justify-content: center;
  text-align: center;
}

/* .box
{
  align-content: center;
} */

@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

h1 {
  color: purple;
  text-align: center;
  font-size: 500%;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

h2 {
  color: turquoise;
  text-align: center;
  font-size: 300%;
}

h3 {
  color: white;
  text-align: center;
  font-size: 200%;
}

@media (max-width: 992px) {
  .btn-book-animated-fadeInUp-scrollto {
    margin: 0 15px 0 0;
    padding: 8px 20px;
  }
}

.btn {
  background-color: #ff66c4;
  background-color: #ff66c4;
}

.card {
  background-color: turquoise;
}
#navbarnavDropdown{
justify-content: end;
}