body {
  background-color: #f1f1f1;
}

.banner {
  display: flex;
  align-items: center;
  padding: 12px 0;
  background-color: red;
}
.banner .img {
  display: flex;
  justify-content: end;
}
.banner .img img {
  width: 20%;
}
.banner .text {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .text p {
  margin: 0;
  color: #fff;
}

header {
  background-color: #000;
}
header nav a {
  color: #fff !important;
}

#hero {
  background-image: url("/assets/images/hero.jpeg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 40vh;
  display: flex;
  align-items: center;
}
#hero .headline h1 {
  color: #fff;
  font-size: 4rem;
}
#hero .headline p {
  color: #fff;
  font-size: 1rem;
}

#list .item {
  padding: 12px;
  background: linear-gradient(#cdcdcd, rgb(1, 165, 102));
  margin-top: 24px;
  background: #fcfcfc;
  background: linear-gradient(90deg, rgb(252, 252, 252) 0%, rgb(1, 94, 38) 100%, rgb(24, 148, 73) 57%);
}
#list .item .place {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #eaeaea;
  border-radius: 100px;
}
#list .item .place p {
  margin: 0;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}
#list .item .img img {
  width: 100%;
}
#list .item .body-text {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#list .item .body-text p {
  margin: 0;
}
#list .item .rating p {
  font-size: 18px;
  margin: 0;
}
#list .item .rating p i {
  color: #000;
}
#list .item .button {
  width: 100%;
}
#list .item .button a {
  display: inline-block;
  width: 100%;
  padding: 8px 12px;
  background-color: #000;
  border: 2px solid #000;
  transition: 0.3s linear;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
}
#list .item .button a:hover {
  background-color: transparent;
  border: 2px solid #000;
  color: #fff;
  letter-spacing: 1px;
}

#about {
  padding: 24px 0;
}
#about h2 {
  text-align: center;
  font-size: 2.5rem;
}
#about .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
  background-color: #fff;
  height: 210px;
  max-height: 210px;
}
#about .item img {
  width: 100px;
  height: 100px;
}
#about .item p {
  color: #000;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 0;
}

footer {
  background-color: #000;
  padding: 12px 0;
}
footer h2, footer h3 {
  color: #fff;
}
footer p {
  color: #fff;
}
footer .img {
  background-color: #fff;
}
footer .img img {
  width: 100%;
  height: 60px;
}
footer .img img.disc_18 {
  height: 100%;
  width: 50%;
}
footer .disclaimer .img {
  background-color: transparent;
  display: flex;
  justify-content: end;
  align-items: center;
}
footer .disclaimer .img img {
  width: 50%;
}
footer .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .text p {
  margin: 0;
}
footer ul {
  padding-inline-start: 0;
}
footer ul li {
  list-style-type: none;
  display: inline-block;
}
footer ul li a {
  text-decoration: none;
  padding: 0 8px;
  color: #fff;
}

#privacy {
  padding: 24px 0;
}
#privacy h2 {
  font-size: 20px;
}
#privacy ul li {
  list-style-type: none;
}
#privacy p {
  font-size: 16px;
}/*# sourceMappingURL=style.css.map */