@charset "UTF-8";
/* CSS Document */
h1 {
  font-size: 34px;
  margin: 20px 0px;
  font-weight: bold;
}
/* .main-text h2 {
  font-size: 18px;
  margin: 20px 0px;
  line-height: 30px;
  font-weight: bold;
  color: #515151;
} */
.main-text {
  padding-bottom: 20px;
}
.main-text p {
  margin: 30px 0px;
  line-height: 28px;
}
.main-text p a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
}
.main-text p a:hover {
  text-decoration: none;
  color: #000;
  border-bottom: 2px solid #000;
}
/* accommodation listing ---------------*/
.accommodation-listing {
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
  background: #f0f1e4;
}
.accommodation-listing h2 {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 0px 7px 0px;
}
.accommodation-listing p {
  font-size: 15px;
}
.accommodation-listing span {
  font-weight: bold;
}
@media (min-width: 992px) {
  .accommodation-action {
    padding-left: 20px;
    border-left: 4px solid #93b883;
  }
}
.search-button {
  padding: 7px 25px;
  background-color: #4b7b28;
  border: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
  width: 100%;
  color: #fff;
  height: 44px;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: .5em;
  margin-right: .75em;
  border: 2px solid #4b7b28;
}
label.form-check-label {
  margin-top: 8px;
}
.search-button:hover {
  background-color: #2f5116;
  color: #fff;
}
.form-select {
  border: 2px solid #4b7b28;
  height: 44px;
}
.form-select:focus {
  border: 2px solid #000;
  background: #b0d94d;
}
.page-link, .page-link:hover {
  color: #000;
  border-color: #4b7b28;
}
.page-item.active .page-link {
  background-color: #4b7b28;
  border-color: #4b7b28;
}
.bg-green {
  background-color: #e9f1cf;
}
/*Hero ------------*/
.hero-image {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.6)), url("../images/Accommodation-sample.jpg");
  /* height: 550px; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
}
.hero-text {
  color: #fff;
  margin-top: 30%;
  margin-left: 20px;
}
.hero-text h1, .hero-text p {
  font-weight: bold;
}
.hero-text h1 {
  font-size: 34px;
}
.hero-text p {
  font-size: 18px;
}
