a {
  color: #7c9b2e;
}

a:hover.nav-link {
  color: #7c9b2e !important;
}

.centered {
  text-align: center;
  margin: 0 auto;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

.carousel-item div {
  background: rgba(0, 0, 0, 0.6);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.list-group-item.active a {
  color: white;
}

.news-item {
  padding: 0.4rem 0;
}

.news-item p {
  margin: 0.2rem 0;
  font-style: italic;
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.75);
}

.bg-crescita {
  background-color: #7c9b2e;
}

.bg-crescita-dark {
  background-color: #3e4d17;
}

footer {
  margin-top: 1rem;
  padding: 2rem 0;
}

footer a,
footer a:hover,
footer a:active,
footer a:visited {
  color: white;
}

.breadcrumbs {
  padding: 0.5rem 0 0 0;
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.75);
  margin-bottom: -2rem;
}

#news-sidebar {
  margin-bottom: 1rem;
  background: #7c9b2e;
  padding: 1rem;
  color: white;
}

#news-sidebar .list-group .active {
  background: #7c9b2e;
  border-color: #7c9b2e;
}

.ops-panel {
  background: #7c9b2e;
  padding: 1rem;
  color: white;
  height: 100%;
}

.contact-form form input,
.contact-form form textarea {
  border: 3px solid #7c9b2e;
}

.btn-100-pct {
  width: 100%;
}

.modal {
  color: black;
}

.bg-gold .modal a {
  color: #7c9b2e;
}

.insert img {
  width: 100%;
  height: auto;
  border: 8px solid #7c9b2e;
  box-shadow: 5px 10px 5px rgba(0, 0, 0, 0.3);
}

.ml-4rem {
  margin-left: 4rem;
}

.flag {
  margin-right: 10px;
}

.hotel-item {
  width: 100%;
  padding-bottom: 1rem;
}

.hotel-name {
  width: 100%;
}

.hotel-city {
  display: inline-block;
  float: left;
}

.num-rooms {
  display: inline-block;
  float: right;
}

.hotel-city {
  display: inline-block;
  float: left;
}

.num-rooms {
  display: inline-block;
  float: right;
}

.backtotop {
  text-align: right;
}

.hotellogo {
  vertical-align: top;
}

.newprop-card .card-header {
  text-align: center;
}

.newprop-card .card-title {
  text-transform: uppercase;
  font-size: 1.5rem;
  text-align: center;
}

.newprop-card .card-body ul {
  margin: 15px 0;
}

.booknow {
  text-align: center;
  margin-bottom: 0.5rem;
}

.booknow a {
  color: #a89a71;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}

.propimg img {
  width: 100%;
  height: auto;
  margin: 5px;
}

footer,
footer a  {
  color: #DDD;
}

footer h5 {
  font-size: 1rem;
}

.bg-gold {
  padding: 1rem;
  background-color: #a89a71;
  color: white;
}

.bg-gold a {
  color: white;
}

.bg-gold .news-item p {
  color: #000;
}

.card img.home-cards {
  width: 100%;
  height: auto;
}

.card-text {
  min-height: 170px;
}

.card-footer {
  text-align: center;
  max-height: 2.3rem;
}

.card-footer a {
  text-transform: uppercase;
  font-size: 1.2rem;
}

@media only screen and (max-width: 400px) {

  .num-rooms,
  .hotel-city {
    display: block;
    float: none;
  }

}
